]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/dev: update release checklist
authorLaura Flores <lflores@redhat.com>
Fri, 9 Jun 2023 15:20:36 +0000 (10:20 -0500)
committerLaura Flores <lflores@redhat.com>
Fri, 9 Jun 2023 15:20:36 +0000 (10:20 -0500)
Signed-off-by: Laura Flores <lflores@redhat.com>
doc/dev/release-checklists.rst

index cbac7d803d370ff6eca64088ea84df1bc4074e89..0d30e04573d7d4ab3d4ce39424947da9aa7f02a6 100644 (file)
@@ -121,11 +121,25 @@ In the `ceph/ceph-build.git` repo:
 - [x] grep for previous release and add relevant build targets (e.g. for reef https://github.com/ceph/ceph-build/pull/2076 and https://github.com/ceph/ceph-build/pull/2119)
 
 
+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
+
+See https://github.com/ceph/ceph-container/pull/2109 as an example for what to do.
+
+
 After dev freeze
 ================
 
 - [x] add release name to redmine (using https://tracker.ceph.com/custom_fields/16/edit)
-- [x] add release name to .github/milestone.yml for github actions to automatically add milestone to backports
+- [x] add release name to .github/milestone.yml for github actions to automatically add milestone to backports (this commit must be backported to the release branch)
 
 First release candidate
 =======================