File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -121,14 +121,17 @@ other pattern start only with `vertical-pod-autoscaler/v0.9.0` so we should make
121
121
sure nothing we care about will break if we do.
122
122
123
123
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:
126
127
127
128
` ` ` sh
128
129
sed -i -s " s|[0-9]\+\.[0-9]\+\.[0-9]\+|[*vpa-version*]|" ./deploy/* -deployment* .yaml ./hack/vpa-process-yaml.sh
129
130
` ` `
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)).
132
135
133
136
1. [ ] Tag the commit with version const change
134
137
You can’t perform that action at this time.
0 commit comments