Skip to content

Commit

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

## [Unreleased]

## [1.1.9] - 2020-03-26

### Added
- config.yaml: enable setting of repo priority in version_os_repo_mapping (PR #163)
- Add a bootstrap.sh script and document how to use it (PR #165)
- provision.sh: add SUSE:CA repo on ses5 (PR #166)
- Implement feature: "sesdev ssh DEP_ID NODE_ID COMMAND" (PR #175)
- Implement feature: "sesdev supportconfig DEPLOYMENT_ID NODE_ID" (PR #176)
- Implement feature: --encrypted-osds (PR #192)

### Fixed
- provision.sh: do not fail ses5 deployment if ntp not installed (PR #173)
- ceph_salt_deployment.sh: adapt Drive Group string to new syntax (PR #178)
- qa/health-ok.sh: wait for OSD nodes to show up (PR #180)
- bootstrap.sh: explicitly use Python 3 (PR #195)

### Changed
- Vagrantfile,sesdev.spec: require vagrant > 2.2.2 (PR #167)
- Jenkinsfile.integration:
- Add timeout for "sesdev create" (PR #169)
- Parametrize ceph-salt repo and branch (PR #179)
- use bootstrap script and and parameter for extra repo URLs (PR #182)
- Be able to set custom job name/desc (PR #184)
- Add colorful output when running sesdev (PR #196)
- Use "filesystems:ceph:octopus:upstream" for default cephadm/container build (PR #170)
- Set "osd crush chooseleaf type = 0" via bootstrap ceph.conf in very small clusters (PR #183)
- ceph_salt_deployment.sh: Fetch github PRs when installing from src (PR #190)

## [1.1.8] - 2020-03-13

### Added
Expand Down Expand Up @@ -244,7 +272,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.8...HEAD
[unreleased]: https://github.com/SUSE/sesdev/compare/v1.1.9...HEAD
[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
[1.1.7]: https://github.com/SUSE/sesdev/releases/tag/v1.1.7
[1.1.6]: https://github.com/SUSE/sesdev/releases/tag/v1.1.6
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.8
Version: 1.1.9
Release: 1%{?dist}
Summary: CLI tool to deploy and manage SES clusters
License: MIT
Expand Down

0 comments on commit 3a7e36e

Please sign in to comment.