diff --git a/PendingReleaseNotes.md b/PendingReleaseNotes.md index 9e2f46a3b66..b9e8542143e 100644 --- a/PendingReleaseNotes.md +++ b/PendingReleaseNotes.md @@ -10,5 +10,6 @@ - rbd: add support for flattenMode option for replication in [PR](https://github.com/ceph/ceph-csi/pull/4678) - cephfs: support omap data store in radosnamespace via cli argument in [PR](https://github.com/ceph/ceph-csi/pull/4652) - deploy: radosNamespaceCephFS can be configured for ceph-csi-cephfs chart in [PR](https://github.com/ceph/ceph-csi/pull/4652) +- build: update ceph release to squid in [PR](https://github.com/ceph/ceph-csi/pull/4735) ## NOTE diff --git a/build.env b/build.env index 76221816e23..2ccc79324fb 100644 --- a/build.env +++ b/build.env @@ -15,8 +15,8 @@ CSI_IMAGE_VERSION=canary CSI_UPGRADE_VERSION=v3.11.0 # Ceph version to use -BASE_IMAGE=quay.io/ceph/ceph:v18 -CEPH_VERSION=reef +BASE_IMAGE=quay.io/ceph/ceph:v19 +CEPH_VERSION=squid # standard Golang options GOLANG_VERSION=1.22.2 @@ -49,9 +49,9 @@ VM_DRIVER=none CHANGE_MINIKUBE_NONE_USER=true # Rook options -ROOK_VERSION=v1.12.1 +ROOK_VERSION=v1.14.9 # Provide ceph image path -ROOK_CEPH_CLUSTER_IMAGE=quay.io/ceph/ceph:v18 +ROOK_CEPH_CLUSTER_IMAGE=quay.io/ceph/ceph:v19 # CSI sidecar version CSI_ATTACHER_VERSION=v4.6.1