File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ environments.
5656
5757| Ceph CSI Version | Container Orchestrator Name | Version Tested |
5858| -----------------| --------------------------- | -------------------|
59+ | v3.16.1 | Kubernetes | v1.32, v1.33, v1.34|
5960| v3.16.0 | Kubernetes | v1.32, v1.33, v1.34|
6061| v3.15.0 | Kubernetes | v1.31, v1.32, v1.33|
6162
@@ -129,6 +130,7 @@ in the Kubernetes documentation.
129130| Ceph CSI Release/Branch | Container image name | Image Tag |
130131| ----------------------- | ---------------------------- | --------- |
131132| devel (Branch) | quay.io/cephcsi/cephcsi | canary |
133+ | v3.16.1 (Release) | quay.io/cephcsi/cephcsi | v3.16.1 |
132134| v3.16.0 (Release) | quay.io/cephcsi/cephcsi | v3.16.0 |
133135| v3.15.1 (Release) | quay.io/cephcsi/cephcsi | v3.15.1 |
134136| v3.15.0 (Release) | quay.io/cephcsi/cephcsi | v3.15.0 |
Original file line number Diff line number Diff line change @@ -104,15 +104,15 @@ compatibility support and without prior notice.
104104For example, upgrading from 3.13 to 3.16 is not recommended.
105105
106106** Refer to the Breaking Changes Section in the
107- [ release notes] ( https://github.com/ceph/ceph-csi/releases/tag/v3.16.0 ) before
107+ [ release notes] ( https://github.com/ceph/ceph-csi/releases/tag/v3.16.1 ) before
108108proceeding further.**
109109
110- git checkout v3.16.0 tag
110+ git checkout v3.16.1 tag
111111
112112``` bash
113113git clone https://github.com/ceph/ceph-csi.git
114114cd ./ceph-csi
115- git checkout v3.16.0
115+ git checkout v3.16.1
116116```
117117
118118``` console
You can’t perform that action at this time.
0 commit comments