From af2d2ab7774bbe7457dcf48e7cc217c90c1f82a0 Mon Sep 17 00:00:00 2001 From: Tim Serong Date: Thu, 24 Mar 2022 20:55:49 +1100 Subject: [PATCH] Bump to v16.2.2 Signed-off-by: Tim Serong --- CHANGELOG.md | 11 ++++++++++- ceph-salt.spec | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5575e..98b7dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [16.2.2] - 2022-03-24 +### Added +- Add OS and Ceph version info to `ceph-salt status` output (#478) +- add the orchestrator `_admin` host label during `ceph-salt update` (#476) + +### Fixed +- config the ssh key after package install/upgrade (#474) + ## [16.2.1] - 2022-02-24 ### Fixed - use ipaddress module to determine loopback interfaces (#472) @@ -323,7 +331,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Minimal README. - The CHANGELOG file. -[Unreleased]: https://github.com/ceph/ceph-salt/compare/v16.2.1...HEAD +[Unreleased]: https://github.com/ceph/ceph-salt/compare/v16.2.2...HEAD +[16.2.2]: https://github.com/ceph/ceph-salt/releases/tag/v16.2.2 [16.2.1]: https://github.com/ceph/ceph-salt/releases/tag/v16.2.1 [16.2.0]: https://github.com/ceph/ceph-salt/releases/tag/v16.2.0 [15.2.16]: https://github.com/ceph/ceph-salt/releases/tag/v15.2.16 diff --git a/ceph-salt.spec b/ceph-salt.spec index 09de494..125a8a6 100644 --- a/ceph-salt.spec +++ b/ceph-salt.spec @@ -21,7 +21,7 @@ %endif Name: ceph-salt -Version: 16.2.1 +Version: 16.2.2 Release: 1%{?dist} Summary: CLI tool to deploy Ceph clusters License: MIT