ci: prepare for 3.12.3 release

This commit is a preparation for
the 3.12.3 release

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2024-11-25 14:21:08 +01:00
committed by mergify[bot]
parent 590955ea76
commit 863bf708e5
11 changed files with 19 additions and 17 deletions

View File

@ -98,12 +98,12 @@ For example, upgrading from 3.10 to 3.12 is not recommended.
[release notes](https://github.com/ceph/ceph-csi/releases/tag/v3.12.0) before
proceeding further.**
git checkout v3.12.2 tag
git checkout v3.12.3 tag
```bash
git clone https://github.com/ceph/ceph-csi.git
cd ./ceph-csi
git checkout v3.12.2
git checkout v3.12.3
```
```console