Skip to content

Commit

Permalink
Bump Kubernetes dependencies to v0.32.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mbobrovskyi committed Dec 17, 2024
1 parent 95c0bf6 commit ffda3db
Show file tree
Hide file tree
Showing 1,713 changed files with 61,120 additions and 76,209 deletions.
4 changes: 2 additions & 2 deletions Makefile-test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ endif

# Folder where the e2e tests are located.
E2E_TARGET ?= ./test/e2e/...
E2E_KIND_VERSION ?= kindest/node:v1.31.0
E2E_KIND_VERSION ?= kindest/node:v1.32.0
# E2E_K8S_VERSIONS sets the list of k8s versions included in test-e2e-all
E2E_K8S_VERSIONS ?= 1.28.13 1.29.8 1.30.4 1.31.0
E2E_K8S_VERSIONS ?= 1.29.12 1.30.8 1.31.4 1.32.0

# For local testing, we should allow user to use different kind cluster name
# Default will delete default kind cluster
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ Read the [overview](https://kueue.sigs.k8s.io/docs/overview/) to learn more.
- ✔️ Unit Test [testgrid](https://testgrid.k8s.io/sig-scheduling#periodic-kueue-test-unit-main).
- ✔️ Integration Test [testgrid](https://testgrid.k8s.io/sig-scheduling#periodic-kueue-test-integration-main)
- ✔️ E2E Tests for Kubernetes
[1.28](https://testgrid.k8s.io/sig-scheduling#periodic-kueue-test-e2e-main-1-28),
[1.29](https://testgrid.k8s.io/sig-scheduling#periodic-kueue-test-e2e-main-1-29),
[1.30](https://testgrid.k8s.io/sig-scheduling#periodic-kueue-test-e2e-main-1-30),
[1.31](https://testgrid.k8s.io/sig-scheduling#periodic-kueue-test-e2e-main-1-31),
[1.32](https://testgrid.k8s.io/sig-scheduling#periodic-kueue-test-e2e-main-1-32),
on Kind.
- ✔️ Scalability verification via [performance tests](https://github.com/kubernetes-sigs/kueue/tree/main/test/performance).
- ✔️ Monitoring via [metrics](https://kueue.sigs.k8s.io/docs/reference/metrics).
Expand Down
7 changes: 7 additions & 0 deletions apis/visibility/openapi/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

412 changes: 257 additions & 155 deletions charts/kueue/templates/crd/kueue.x-k8s.io_workloads.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions client-go/applyconfiguration/internal/internal.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions client-go/applyconfiguration/kueue/v1alpha1/topology.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions client-go/applyconfiguration/kueue/v1beta1/admission.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions client-go/applyconfiguration/kueue/v1beta1/admissioncheck.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ffda3db

Please sign in to comment.