-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport of bump kind to v0.22.0 and update k8s support into release/…
…1.4.x (#3687) * backport of commit 9f495e0 * backport of commit df8edec * backport of commit ca89a82 --------- Co-authored-by: NicoletaPopoviciu <[email protected]>
- Loading branch information
1 parent
27d4bd3
commit a505be2
Showing
4 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:improvement | ||
helm: Kubernetes v1.29 is now supported. Minimum tested version of Kubernetes is now v1.26. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.25.x - 1.28.x** - This represents the earliest versions of Kubernetes tested. | ||
* **Kubernetes 1.26.x - 1.29.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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.19.0 | ||
kindNodeImage: kindest/node:v1.28.0@sha256:dad5a6238c5e41d7cac405fae3b5eda2ad1de6f1190fa8bfc64ff5bb86173213 | ||
kindVersion: v0.22.0 | ||
kindNodeImage: kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245 | ||
kubectlVersion: v1.27.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.23.x - 1.26.x** - This represents the earliest versions of Kubernetes tested. | ||
* **Kubernetes 1.26.x - 1.29.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 | ||
|