Skip to content

Commit

Permalink
[Kubernetes] Add support for Kubernetes v1.31 (#10804)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Gizas <[email protected]>
  • Loading branch information
mauri870 and gizas authored Aug 27, 2024
1 parent dee2db8 commit 44c242e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
DOCKER_COMPOSE_VERSION: "v2.24.1"
DOCKER_VERSION: "false" # not required to set since system tests are not running yet
KIND_VERSION: 'v0.20.0'
K8S_VERSION: 'v1.30.0'
K8S_VERSION: 'v1.31.0'
YQ_VERSION: 'v4.35.2'
IMAGE_UBUNTU_X86_64: "family/core-ubuntu-2204"
GH_CLI_VERSION: "2.29.0"
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
DOCKER_COMPOSE_VERSION: "v2.24.1"
DOCKER_VERSION: "26.1.2"
KIND_VERSION: 'v0.20.0'
K8S_VERSION: 'v1.30.0'
K8S_VERSION: 'v1.31.0'
YQ_VERSION: 'v4.35.2'
JQ_VERSION: '1.7'
GH_CLI_VERSION: "2.29.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ This defaults to `/var/log/kubernetes/kube-apiserver-audit.log`.

## Compatibility

The Kubernetes package is tested with Kubernetes [1.27.x - 1.30.x] versions
The Kubernetes package is tested with Kubernetes [1.28.x - 1.31.x] versions

## Dashboard

Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ This defaults to `/var/log/kubernetes/kube-apiserver-audit.log`.

## Compatibility

The Kubernetes package is tested with Kubernetes [1.27.x - 1.30.x] versions
The Kubernetes package is tested with Kubernetes [1.28.x - 1.31.x] versions

## Dashboard

Expand Down

0 comments on commit 44c242e

Please sign in to comment.