File tree Expand file tree Collapse file tree 5 files changed +550
-54
lines changed
vertical-pod-autoscaler/deploy Expand file tree Collapse file tree 5 files changed +550
-54
lines changed Original file line number Diff line number Diff line change @@ -92,12 +92,12 @@ target ETA and the actual releases.
92
92
93
93
| Date | Maintainer Preparing Release | Backup Maintainer | Type |
94
94
| ------------| ------------------------------| -------------------| -------|
95
- | 2024-07-18 | x13n | MaciekPytel | patch |
96
- | 2024-08-21 | MaciekPytel | gjtempleton | 1.31 |
97
- | 2024-09-18 | gjtempleton | towca | patch |
98
- | 2024-11-20 | towca | BigDarkClown | patch |
99
- | 2024-12-18 | BigDarkClown | x13n | 1.32 |
100
- | 2025-01-22 | x13n | MaciekPytel | patch |
95
+ | 2025-06-11 | jackfrancis | gjtempleton | 1.33 |
96
+ | 2025-07-16 | gjtempleton | towca | patch |
97
+ | 2025-08-20 | towca | BigDarkClown | patch |
98
+ | 2025-09-17 | BigDarkClown | x13n | 1.34 |
99
+ | 2025-10-22 | x13n | jackfrancis | patch |
100
+ | 2025-11-19 | jackfrancis | gjtempleton | patch |
101
101
102
102
Additional patch releases may happen outside of the schedule in case of critical
103
103
bugs or vulnerabilities.
Original file line number Diff line number Diff line change @@ -421,8 +421,7 @@ specify the command-line flag `--aws-use-static-instance-list=true` to switch
421
421
the CA back to its original use of a statically defined set.
422
422
423
423
To refresh static list, please run ` go run ec2_instance_types/gen.go ` under
424
- ` cluster-autoscaler/cloudprovider/aws/ ` and update ` staticListLastUpdateTime ` in
425
- ` aws_util.go `
424
+ ` cluster-autoscaler/cloudprovider/aws/ ` .
426
425
427
426
## Using the AWS SDK vendored in the AWS cloudprovider
428
427
You can’t perform that action at this time.
0 commit comments