Skip to content

Commit 87131da

Browse files
black-dragon74mergify[bot]
authored andcommitted
doc: update docs for release-v3.16.2
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
1 parent 8b9a1f8 commit 87131da

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
@@ -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 |

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)