Skip to content

Commit

Permalink
Backport of bump kind and kubectl versions and update k8s support int…
Browse files Browse the repository at this point in the history
…o release/1.5.x (#4245)

* backport of commit f4939cf

* backport of commit 9dc86fe

* backport of commit a445b54

---------

Co-authored-by: NicoletaPopoviciu <[email protected]>
Co-authored-by: NicoletaPopoviciu <[email protected]>
  • Loading branch information
3 people authored Aug 13, 2024
1 parent 7f8984e commit f125074
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .changelog/4244.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
helm: Kubernetes v1.30 is now supported. Minimum tested version of Kubernetes is now v1.27.
```
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ by contacting us at [[email protected]](mailto:[email protected]).

The following pre-requisites must be met before installing Consul on Kubernetes.

* **Kubernetes 1.26.x - 1.29.x** - This represents the earliest versions of Kubernetes tested.
* **Kubernetes 1.27.x - 1.30.x** - This represents the earliest versions of Kubernetes tested.
It is possible that this chart works with earlier versions, but it is
untested.
* Helm install
Expand Down
6 changes: 3 additions & 3 deletions acceptance/ci-inputs/kind-inputs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

kindVersion: v0.22.0
kindNodeImage: kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245
kubectlVersion: v1.27.1
kindVersion: v0.23.0
kindNodeImage: kindest/node:v1.30.2@sha256:ecfe5841b9bee4fe9690f49c118c33629fa345e3350a0c67a5a34482a99d6bba
kubectlVersion: v1.30.2
2 changes: 1 addition & 1 deletion charts/consul/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ by contacting us at [[email protected]](mailto:[email protected]).

The following pre-requisites must be met before installing Consul on Kubernetes.

* **Kubernetes 1.26.x - 1.29.x** - This represents the earliest versions of Kubernetes tested.
* **Kubernetes 1.27.x - 1.30.x** - This represents the earliest versions of Kubernetes tested.
It is possible that this chart works with earlier versions, but it is
untested.
* Helm install
Expand Down

0 comments on commit f125074

Please sign in to comment.