]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm,ceph-volume: update to umbrella
authorAlex Ainscow <aainscow@uk.ibm.com>
Thu, 9 Jan 2025 21:40:25 +0000 (21:40 +0000)
committerAlex Ainscow <aainscow@uk.ibm.com>
Wed, 25 Mar 2026 16:53:03 +0000 (16:53 +0000)
Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
doc/dev/release-checklists.rst
src/ceph-volume/ceph_volume/__init__.py
src/cephadm/cephadmlib/constants.py

index 9549dbddb56daf46ccb6fe6dc15e8c5b355ca416..83fa71998d549ccf048f4f13ab80e506b74acd1c 100644 (file)
@@ -51,8 +51,8 @@ Scripts
 
 Misc
 ~~~~
-- [ ] update src/ceph-volume/ceph_volume/__init__.py (`__release__`)
-- [ ] update src/cephadm/cephadmlib/constants.py (`DEFAULT_IMAGE_RELEASE` and `LATEST_STABLE_RELEASE` to X)
+- [x] update src/ceph-volume/ceph_volume/__init__.py (`__release__`)
+- [x] update src/cephadm/cephadmlib/constants.py (`DEFAULT_IMAGE_RELEASE` and `LATEST_STABLE_RELEASE` to X)
 
 Feature bits
 ------------
index 59feb5c09152dbd57f6227396ec85cd468933f5d..06a969d022e31913b9d11898386091ec05e8c103 100644 (file)
@@ -61,4 +61,4 @@ conf = Config()
 
 __version__ = "1.0.0"
 
-__release__ = "tentacle"
+__release__ = "umbrella"
index ba8f56785821e3943e26fd525f1bd808377fb32b..51582c2fa1e6e8478e9caa8026a6aea027cd546f 100644 (file)
@@ -3,11 +3,11 @@
 # Default container images -----------------------------------------------------
 DEFAULT_IMAGE = 'quay.ceph.io/ceph-ci/ceph:main'
 DEFAULT_IMAGE_IS_MAIN = True
-DEFAULT_IMAGE_RELEASE = 'tentacle'
+DEFAULT_IMAGE_RELEASE = 'umbrella'
 DEFAULT_REGISTRY = 'quay.io'  # normalize unqualified digests to this
 # ------------------------------------------------------------------------------
 
-LATEST_STABLE_RELEASE = 'tentacle'
+LATEST_STABLE_RELEASE = 'umbrella'
 DATA_DIR = '/var/lib/ceph'
 LOG_DIR = '/var/log/ceph'
 LOCK_DIR = '/run/cephadm'