Skip to content

Commit

Permalink
Bump to v1.1.11
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm committed Apr 24, 2020
1 parent 1ef4e80 commit c7e5625
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.11] - 2020-04-24

### Added
- Implement feature "sesdev create makecheck" (PR #236)
- Deployment: silently add "master" and "bootstrap" roles (PR #254)
- sesdev: implement "sesdev list --format json" and PrettyTable-based
"sesdev list" (PR #259)

### Fixed
- qa: fix maybe_wait_for_mdss test (PR #262)
- provision.sh: remove Non-OSS repos on openSUSE (PR #265)
- sesdev: support Click 6.7 (PR #268)
- seslib: more robust dashboard tunnelling (PR #274)
- deepsea: "openattic" role needs Stage 4 (PR #275)
- provision.sh: refactor while loops and fix packaging-related breakage
(PR #279)

### Changed
- Remove "disable cephadm bootstrap" functionality (PR #261)
- Rename --deepsea-cli and --ceph-salt-deploy options to --salt (PR #267)

## [1.1.10] - 2020-04-17

### Added
Expand Down Expand Up @@ -308,7 +329,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Minimal README with a few usage instructions.
- The CHANGELOG file.

[unreleased]: https://github.com/SUSE/sesdev/compare/v1.1.10...HEAD
[unreleased]: https://github.com/SUSE/sesdev/compare/v1.1.11...HEAD
[1.1.11]: https://github.com/SUSE/sesdev/releases/tag/v1.1.11
[1.1.10]: https://github.com/SUSE/sesdev/releases/tag/v1.1.10
[1.1.9]: https://github.com/SUSE/sesdev/releases/tag/v1.1.9
[1.1.8]: https://github.com/SUSE/sesdev/releases/tag/v1.1.8
Expand Down
2 changes: 1 addition & 1 deletion sesdev.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: sesdev
Version: 1.1.10
Version: 1.1.11
Release: 1%{?dist}
Summary: CLI tool to deploy and manage SES clusters
License: MIT
Expand Down

0 comments on commit c7e5625

Please sign in to comment.