kubernetes-sigs / azurefile-csi-driver

Azure File CSI Driver
Apache License 2.0
147 stars 136 forks source link

doc: cut v1.29.6 release #1947

Closed andyzhangx closed 1 week ago

andyzhangx commented 2 weeks ago

What type of PR is this? /kind documentation

What this PR does / why we need it: doc: cut v1.29.6 release

Which issue(s) this PR fixes:

Fixes #

Requirements:

Special notes for your reviewer:

``` git checkout -b cut-v1.29.6 sed -i 's/v1.29.5/v1.29.6/g' Makefile sed -i 's/v1.29.5/v1.29.6/g' README.md git diff cd charts/ sed -i 's/v1.29.5/v1.29.6/g' README.md sed -i 's/: v1.29.5/: v1.29.6/g' latest/azurefile-csi-driver/values.yaml sed -i 's/: v1.29.5/: v1.29.6/g' latest/azurefile-csi-driver/Chart.yaml cd latest helm package azurefile-csi-driver git rm azurefile-csi-driver-v1.29.5.tgz git add azurefile-csi-driver-v1.29.6.tgz cd .. cp latest/ v1.29.6 -r cd v1.29.6/ helm package azurefile-csi-driver git add azurefile-csi-driver-v1.29.6.tgz cd ../../ helm repo index charts --url=https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/master/charts cd ./deploy/ sed -i 's/:v1.29.5/:v1.29.6/g' *.yaml mkdir v1.29.6 cp *.yaml v1.29.6/ cd ../docs/ cp install-csi-driver-master.md install-csi-driver-v1.29.6.md grep master install-csi-driver-v1.29.6.md sed -i 's/master/v1.29.6/g' install-csi-driver-v1.29.6.md cd .. sed -i 's/:v1.29.5/:v1.29.6/g' docs/install-azurefile-csi-driver.md git add charts/ deploy/ docs $git_commit git push origin cut-v1.29.6 ```

Release note:

none
k8s-ci-robot commented 2 weeks ago

[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: - ~~[OWNERS](https://github.com/kubernetes-sigs/azurefile-csi-driver/blob/release-1.29/OWNERS)~~ [andyzhangx] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
andyzhangx commented 2 weeks ago

/retest

andyzhangx commented 2 weeks ago

/retest

andyzhangx commented 2 weeks ago

/retest

andyzhangx commented 2 weeks ago

/retest

andyzhangx commented 2 weeks ago

/retest