azuredisk-csi-driver
azuredisk-csi-driver copied to clipboard
[WIP] doc: cut v1.30.1 release
What type of PR is this? /kind documentation
What this PR does / why we need it: doc: cut v1.30.1 release
Which issue(s) this PR fixes:
Fixes #2214
Requirements:
- [ ] uses conventional commit messages
- [ ] includes documentation
- [ ] adds unit tests
- [ ] tested upgrade from previous version
Special notes for your reviewer:
git checkout -b cut-v1.30.1
sed -i 's/v1.30.0/v1.30.1/g' Makefile
sed -i 's/v1.30.0/v1.30.1/g' README.md
git diff
cd charts/
sed -i 's/v1.30.0/v1.30.1/g' README.md
sed -i 's/: v1.30.0/: v1.30.1/g' latest/azuredisk-csi-driver/values.yaml
sed -i 's/: v1.30.0/: v1.30.1/g' latest/azuredisk-csi-driver/Chart.yaml
cd latest
helm package azuredisk-csi-driver
git rm azuredisk-csi-driver-v1.30.0.tgz
git add azuredisk-csi-driver-v1.30.1.tgz
cd ..
cp latest/ v1.30.1 -r
cd v1.30.1/
helm package azuredisk-csi-driver
rm azuredisk-csi-driver-v0.0.0.tgz
git add azuredisk-csi-driver-v1.30.1.tgz
cd ../../
helm repo index charts --url=https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/master/charts
cd ./deploy/
sed -i 's/:v1.30.0/:v1.30.1/g' *.yaml
mkdir v1.30.1
cp *.yaml v1.30.1/
cd ../docs/
cp install-csi-driver-master.md install-csi-driver-v1.30.1.md
grep master install-csi-driver-v1.30.1.md
sed -i 's/master/v1.30.1/g' install-csi-driver-v1.30.1.md
sed -i 's/v1.30.0/v1.30.1/g' install-azuredisk-csi-driver.md
cd ..
git add charts/ deploy/ docs
$git_commit
git push origin cut-v1.30.1
Release note:
none
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: andyzhangx
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [andyzhangx]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
/retest
/retest
/retest
/retest
/retest
/retest
/retest
/retest
/retest
@andyzhangx: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| pull-azuredisk-csi-driver-e2e-capz-windows-2022-hostprocess | ca59cc61eff20c45be2ac19c1dc9f4d31fdf3c34 | link | true | /test pull-azuredisk-csi-driver-e2e-capz-windows-2022-hostprocess |
| pull-azuredisk-csi-driver-external-e2e-single-az | ca59cc61eff20c45be2ac19c1dc9f4d31fdf3c34 | link | true | /test pull-azuredisk-csi-driver-external-e2e-single-az |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.