Skip to content

Commit f26e765

Browse files
black-dragon74mergify[bot]
authored andcommitted
doc: update README.md for v3.16.2 release
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
1 parent 2bd98f3 commit f26e765

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ environments.
5656

5757
| Ceph CSI Version | Container Orchestrator Name | Version Tested |
5858
| -----------------| --------------------------- | -------------------|
59+
| v3.16.2 | Kubernetes | v1.32, v1.33, v1.34|
5960
| v3.16.1 | Kubernetes | v1.32, v1.33, v1.34|
6061
| v3.16.0 | Kubernetes | v1.32, v1.33, v1.34|
6162
| v3.15.0 | Kubernetes | v1.31, v1.32, v1.33|
@@ -130,6 +131,7 @@ in the Kubernetes documentation.
130131
| Ceph CSI Release/Branch | Container image name | Image Tag |
131132
| ----------------------- | ---------------------------- | --------- |
132133
| devel (Branch) | quay.io/cephcsi/cephcsi | canary |
134+
| v3.16.2 (Release) | quay.io/cephcsi/cephcsi | v3.16.2 |
133135
| v3.16.1 (Release) | quay.io/cephcsi/cephcsi | v3.16.1 |
134136
| v3.16.0 (Release) | quay.io/cephcsi/cephcsi | v3.16.0 |
135137
| v3.15.1 (Release) | quay.io/cephcsi/cephcsi | v3.15.1 |

docs/ceph-csi-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@ compatibility support and without prior notice.
104104
For 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
108108
proceeding further.**
109109

110-
git checkout v3.16.1 tag
110+
git checkout v3.16.2 tag
111111

112112
```bash
113113
git clone https://github.com/ceph/ceph-csi.git
114114
cd ./ceph-csi
115-
git checkout v3.16.1
115+
git checkout v3.16.2
116116
```
117117

118118
```console

0 commit comments

Comments
 (0)