Skip to content

Commit 862482f

Browse files
authored
Merge branch 'master' into feat/partitionable-devices-support
2 parents e92825e + 8b9624d commit 862482f

File tree

147 files changed

+6031
-3925
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+6031
-3925
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,19 @@ jobs:
1515
test-and-verify:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- name: Set up Go
19-
uses: actions/[email protected]
20-
with:
21-
go-version: '1.22.2'
22-
2318
- uses: actions/[email protected]
2419
with:
2520
path: ${{ env.GOPATH }}/src/k8s.io/autoscaler
2621

22+
- name: Set up Go
23+
uses: actions/[email protected]
24+
with:
25+
go-version: '1.24.0'
26+
cache-dependency-path: |
27+
${{ env.GOPATH}}/src/k8s.io/autoscaler/cluster-autoscaler/go.sum
28+
${{ env.GOPATH}}/src/k8s.io/autoscaler/vertical-pod-autoscaler/go.sum
29+
${{ env.GOPATH}}/src/k8s.io/autoscaler/vertical-pod-autoscaler/e2e/go.sum
30+
2731
- name: Apt-get
2832
run: sudo apt-get install libseccomp-dev -qq
2933

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)