Skip to content

Commit

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

## [Unreleased]

## [1.3.0] - 2020-05-25

### Added
- octopus/ses7: added "--stop-before-ceph-orch-apply" function (PR #301)
- Implement RGW deployment in octopus, ses7 (PR #314)
- ceph_salt_deployment: do not force user to change dashboard pw (PR #315)
- makecheck: possibly prophylactically downgrade libudev1 (PR #317)
- contrib/standalone.sh: --no-stop-on-failure option (PR #318)
- ceph_salt_deployment: make use of 'cephadm' role (PR #319)

### Removed
- octopus/ses7: removed "--deploy-mons", "--deploy-mgrs", "--deploy-osds",
"--deploy-mdss" (replaced by "--stop-before-ceph-orch-apply") (PR #301)
- seslib: drop Containers module from SES7 deployment (PR #303)
- provision.sh: remove curl RPM from the environment (PR #311)

### Fixed
- Fixed "sesdev create caasp4" default deployment by disabling multi-master
(PR #302)
- ceph_salt_deployment: do not deploy MDS if no mds roles present (PR #313)
- caasp: do not install salt (PR #320)
- supportconfig: handle both scc and nts tarball prefixes (PR #323)
- qa: work around cephadm MGR co-location issue (PR #324)

### Changed
- seslib: convert certain public methods into private (PR #309)
- caasp4: rename "storage" role to "nfs" and drop it from default 4-node
deployment (PR #310)

## [1.2.0] - 2020-05-04

### Added
Expand Down Expand Up @@ -355,7 +384,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.2.0...HEAD
[unreleased]: https://github.com/SUSE/sesdev/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/SUSE/sesdev/releases/tag/v1.3.0
[1.2.0]: https://github.com/SUSE/sesdev/releases/tag/v1.2.0
[1.1.12]: https://github.com/SUSE/sesdev/releases/tag/v1.1.12
[1.1.11]: https://github.com/SUSE/sesdev/releases/tag/v1.1.11
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.2.0
Version: 1.3.0
Release: 1%{?dist}
Summary: CLI tool to deploy and manage SES clusters
License: MIT
Expand Down

0 comments on commit 4ad4e03

Please sign in to comment.