From 93a898ea6c45abc6f80f6b6ae5f519376b7ab37c Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Mon, 21 Aug 2023 14:17:42 +0000 Subject: [PATCH] ceph-volume: change to squid Signed-off-by: Radoslaw Zarzynski --- doc/dev/release-checklists.rst | 2 +- src/ceph-volume/ceph_volume/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev/release-checklists.rst b/doc/dev/release-checklists.rst index f073c5ac03e11..85851999bdfa4 100644 --- a/doc/dev/release-checklists.rst +++ b/doc/dev/release-checklists.rst @@ -49,7 +49,7 @@ Scripts Misc ~~~~ -- [ ] update src/ceph-volume/ceph_volume/__init__.py (`__release__`) +- [x] update src/ceph-volume/ceph_volume/__init__.py (`__release__`) - [x] update src/tools/monmaptool.cc (`min_mon_release` and corresponding output in `src/test/cli/monmaptool`) - [x] update src/cephadm/cephadmlib/constants.py (`DEFAULT_IMAGE_RELEASE` to X) diff --git a/src/ceph-volume/ceph_volume/__init__.py b/src/ceph-volume/ceph_volume/__init__.py index dad83c95bb7a8..500de2237365a 100644 --- a/src/ceph-volume/ceph_volume/__init__.py +++ b/src/ceph-volume/ceph_volume/__init__.py @@ -19,4 +19,4 @@ conf.ceph = UnloadedConfig() __version__ = "1.0.0" -__release__ = "reef" +__release__ = "squid" -- 2.39.5