Skip to content

Commit af901f4

Browse files
authored
Merge pull request #7133 from raywainman/patch-8
Update VPA RELEASE.md with instructions to update vpa-up.sh.
2 parents aec7b75 + 4dd439a commit af901f4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

vertical-pod-autoscaler/RELEASE.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,17 @@ other pattern start only with `vertical-pod-autoscaler/v0.9.0` so we should make
121121
sure nothing we care about will break if we do.
122122
123123
1. [ ] Update information about newest version and K8s compatibility in
124-
[the installation section of README](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/README.md#installation)
125-
and the yaml files:
124+
[the installation section of README](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/README.md#installation).
125+
126+
1. [ ] Update the yaml files:
126127
127128
```sh
128129
sed -i -s "s|[0-9]\+\.[0-9]\+\.[0-9]\+|[*vpa-version*]|" ./deploy/*-deployment*.yaml ./hack/vpa-process-yaml.sh
129130
```
130-
Merge this change into branch vpa-release-1.{$minor} and optionally into master if 1.{$minor} is the latest minor release (example
131-
PR: [#5460](https://github.com/kubernetes/autoscaler/pull/5460)).
131+
1. [ ] Update the default tag in [vpa-up.sh](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/hack/vpa-up.sh).
132+
133+
1. [ ] Merge these changes into branch vpa-release-1.{$minor} and optionally into master if 1.{$minor} is the latest minor release
134+
(example PR: [#5460](https://github.com/kubernetes/autoscaler/pull/5460)).
132135
133136
1. [ ] Tag the commit with version const change
134137

0 commit comments

Comments
 (0)