File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ environments.
5757| Ceph CSI Version | Container Orchestrator Name | Version Tested |
5858| -----------------| --------------------------- | ------------------- |
5959| devel (v3.17.0) | Kubernetes | v1.33, v1.34, v1.35 |
60+ | v3.16.2 | Kubernetes | v1.32, v1.33, v1.34 |
6061| v3.16.1 | Kubernetes | v1.32, v1.33, v1.34 |
6162| v3.16.0 | Kubernetes | v1.32, v1.33, v1.34 |
6263| v3.15.0 | Kubernetes | v1.31, v1.32, v1.33 |
@@ -146,6 +147,7 @@ in the Kubernetes documentation.
146147| Ceph CSI Release/Branch | Container image name | Image Tag |
147148| ----------------------- | ---------------------------- | --------- |
148149| devel (Branch) | quay.io/cephcsi/cephcsi | canary |
150+ | v3.16.2 (Release) | quay.io/cephcsi/cephcsi | v3.16.2 |
149151| v3.16.1 (Release) | quay.io/cephcsi/cephcsi | v3.16.1 |
150152| v3.16.0 (Release) | quay.io/cephcsi/cephcsi | v3.16.0 |
151153| v3.15.1 (Release) | quay.io/cephcsi/cephcsi | v3.15.1 |
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.1 ) before
107+ [ release notes] ( https://github.com/ceph/ceph-csi/releases/tag/v3.16.2 ) before
108108proceeding further.**
109109
110- git checkout v3.16.1 tag
110+ git checkout v3.16.2 tag
111111
112112``` bash
113113git clone https://github.com/ceph/ceph-csi.git
114114cd ./ceph-csi
115- git checkout v3.16.1
115+ git checkout v3.16.2
116116```
117117
118118``` console
You can’t perform that action at this time.
0 commit comments