1 parent 28c4340 commit 59abd72Copy full SHA for 59abd72
2 files changed
etc/kayobe/cephadm.yml
@@ -12,7 +12,7 @@ cephadm_ceph_release: "squid"
12
cephadm_image: "{{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/ceph:{{ cephadm_image_tag }}"
13
14
# Ceph container image tag.
15
-cephadm_image_tag: "v19.2.5"
+cephadm_image_tag: "v19.2.6"
16
17
# HAProxy container image.
18
cephadm_haproxy_image: "{{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/haproxy:{{ cephadm_haproxy_image_tag }}"
releasenotes/notes/ceph-19.2.6-f5456f39bed582bc.yaml
@@ -0,0 +1,4 @@
1
+---
2
+features:
3
+ - |
4
+ Bumps Ceph to Squid v19.2.6.
0 commit comments