Skip to content

Commit

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

## [Unreleased]

## [1.9.0] - 2020-10-23

### Added
- constant: add missing SLE-15-SP[12] Product repos (PR #530)
- Implement "sesdev upgrade" subcommand (PR #531)
- Implement "sesdev reboot DEP_ID NODE" command (PR #532)
- contrib/upgrade-demo-ses6-to-ses7.sh: add upgrade demo script (PR #535)
- provision.sh: add helper_scripts Jinja template (PR #540)

### Fixed
- exceptions: have SesDevException return optional exit code (PR #538)
- deployment: wait for rebooted node to complete boot sequence (PR #539)
- sesdev: fix --filestore regression (PR #545)
- cephadm/deployment_day_2.sh.j2: do not fail on defective --dry-run (PR #546)
- setup.cfg: include seslib/templates/cephadm/ directory in packaging (PR #548)

### Changed
- templates/zypper: do not install supportutils-plugin-ses in SES{5,6,7} (PR #526)

### Removed
- deepsea/nautilus_pre_stage_0.sh: refrain from patching DeepSea (PR #547)

## [1.8.0] - 2020-10-08

### Added
Expand Down Expand Up @@ -568,7 +590,8 @@ and this project aspires to adhere to [Semantic Versioning](https://semver.org/s
- Minimal README with a few usage instructions.
- The CHANGELOG file.

[unreleased]: https://github.com/SUSE/sesdev/compare/v1.8.0...HEAD
[unreleased]: https://github.com/SUSE/sesdev/compare/v1.9.0...HEAD
[1.9.0]: https://github.com/SUSE/sesdev/releases/tag/v1.9.0
[1.8.0]: https://github.com/SUSE/sesdev/releases/tag/v1.8.0
[1.7.0]: https://github.com/SUSE/sesdev/releases/tag/v1.7.0
[1.6.1]: https://github.com/SUSE/sesdev/releases/tag/v1.6.1
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.8.0
Version: 1.9.0
Release: 1%{?dist}
Summary: CLI tool to deploy and manage SES clusters
License: MIT
Expand Down

0 comments on commit cb3362c

Please sign in to comment.