azuredisk-csi-driver icon indicating copy to clipboard operation
azuredisk-csi-driver copied to clipboard

[WIP] doc: cut v1.30.1 release

Open andyzhangx opened this issue 1 year ago • 11 comments

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:

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

andyzhangx avatar Mar 08 '24 12:03 andyzhangx

[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

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

k8s-ci-robot avatar Mar 08 '24 12:03 k8s-ci-robot

/retest

andyzhangx avatar Mar 08 '24 14:03 andyzhangx

/retest

andyzhangx avatar Mar 08 '24 15:03 andyzhangx

/retest

andyzhangx avatar Mar 08 '24 15:03 andyzhangx

/retest

andyzhangx avatar Mar 08 '24 15:03 andyzhangx

/retest

andyzhangx avatar Mar 08 '24 23:03 andyzhangx

/retest

andyzhangx avatar Mar 16 '24 13:03 andyzhangx

/retest

andyzhangx avatar Mar 26 '24 14:03 andyzhangx

/retest

andyzhangx avatar Mar 26 '24 15:03 andyzhangx

/retest

andyzhangx avatar Mar 26 '24 15:03 andyzhangx

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

k8s-ci-robot avatar Mar 26 '24 16:03 k8s-ci-robot