From: Ilya Dryomov Date: Tue, 4 Oct 2022 12:17:30 +0000 (+0200) Subject: doc/dev/release-checklists: mention LIBRBD_VER_MINOR and VERSION X-Git-Tag: v18.1.0~1075^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=21543030b739c31b9ce7358d373a3c738ad72d3c;p=ceph.git doc/dev/release-checklists: mention LIBRBD_VER_MINOR and VERSION Signed-off-by: Ilya Dryomov --- diff --git a/doc/dev/release-checklists.rst b/doc/dev/release-checklists.rst index 4b7817b1dcce..3ada8ea82077 100644 --- a/doc/dev/release-checklists.rst +++ b/doc/dev/release-checklists.rst @@ -16,6 +16,7 @@ Versions and tags ----------------- - [x] Update CMakeLists.txt VERSION (right at the top to X.0.0) +- [x] Update src/librbd/CMakeLists.txt VERSION (librbd target at the bottom to 1.X.0) - [x] Update src/ceph_release with the new release name, number, and type ('dev') - [x] Initial tag vX.0.0 (so that we can distinguish from (and sort after) the backported (X-1).2.Z versions. @@ -35,6 +36,7 @@ Make sure X (and, ideally, X+1) is defined: - [x] src/common/ceph_releases.h (`ceph_release_t`) - [x] src/common/ceph_strings.cc (`ceph_release_name()`) - [x] src/include/rados.h (`CEPH_RELEASE_*` and `MAX`) +- [x] src/include/rbd/librbd.h (`LIBRBD_VER_MINOR` to X) - [x] src/mon/mon_types.h (`ceph::features::mon::FEATURE_*` and related structs and helpers; note that monmaptool CLI test output will need adjustment) - [x] src/mds/cephfs_features.h (`CEPHFS_CURRENT_RELEASE`)