]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/dev/release-checklist: mark ceph-container changes done
authorRadosław Zarzyński <rzarzyns@redhat.com>
Tue, 5 Dec 2023 18:07:47 +0000 (19:07 +0100)
committerRadosław Zarzyński <rzarzyns@redhat.com>
Tue, 5 Dec 2023 18:07:49 +0000 (19:07 +0100)
Per https://github.com/ceph/ceph-container/pull/2174.

Signed-off-by: Radosław Zarzyński <rzarzyns@redhat.com>
doc/dev/release-checklists.rst

index dfef011564146180f67417e25fac17bde571b226..65952cba45058b236a79a8e405edde4d511e0daa 100644 (file)
@@ -131,12 +131,12 @@ ceph-container
 --------------
 In the `ceph/ceph-container.git` repo:
 
-- [ ] Add the release name to `Makefile`
-- [ ] Update `ceph-releases/ALL/centos/daemon-base/__DOCKERFILE_INSTALL__` with the with the supported nfs-ganesha version
-- [ ] Update `contrib/build-push-ceph-container-imgs.sh` with the new release
-- [ ] Update `contrib/ceph-build-config.sh` with the release name
-- [ ] Update `contrib/common.sh` with supported version numbers
-- [ ] Update `maint-lib/ceph_version.sh` with the release name
+- [x] Add the release name to `Makefile`
+- [x] Update `ceph-releases/ALL/centos/daemon-base/__DOCKERFILE_INSTALL__` with the with the supported nfs-ganesha version
+- [x] Update `contrib/build-push-ceph-container-imgs.sh` with the new release
+- [x] Update `contrib/ceph-build-config.sh` with the release name
+- [x] Update `contrib/common.sh` with supported version numbers
+- [x] Update `maint-lib/ceph_version.sh` with the release name
 
 See https://github.com/ceph/ceph-container/pull/2109 as an example for what to do.