Skip to content

Commit 886516c

Browse files
committed
Merge branch 'master' into fix/topology-spread-binpacking
2 parents 81a348d + 9c501ed commit 886516c

File tree

5 files changed

+550
-54
lines changed

5 files changed

+550
-54
lines changed

cluster-autoscaler/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ target ETA and the actual releases.
9292

9393
| Date | Maintainer Preparing Release | Backup Maintainer | Type |
9494
|------------|------------------------------|-------------------|-------|
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 |
101101

102102
Additional patch releases may happen outside of the schedule in case of critical
103103
bugs or vulnerabilities.

cluster-autoscaler/cloudprovider/aws/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,7 @@ specify the command-line flag `--aws-use-static-instance-list=true` to switch
421421
the CA back to its original use of a statically defined set.
422422

423423
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/`.
426425

427426
## Using the AWS SDK vendored in the AWS cloudprovider
428427

0 commit comments

Comments
 (0)