1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00

chore: bump kubernetes support version (#2659)

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
This commit is contained in:
Moritz Johner 2023-08-29 00:17:10 +02:00 committed by GitHub
parent da85f80d97
commit 2dcc360941
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ on:
env:
# Common versions
GOLANGCI_VERSION: 'v1.52.2'
KUBERNETES_VERSION: '1.24.x'
KUBERNETES_VERSION: '1.28.x'
# Sonar
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

View file

@ -304,7 +304,7 @@ GOLANGCI_LINT ?= $(LOCALBIN)/golangci-lint
## Tool Versions
GOLANGCI_VERSION := 1.52.2
KUBERNETES_VERSION := 1.24.x
KUBERNETES_VERSION := 1.28.x
.PHONY: envtest
envtest: $(ENVTEST) ## Download envtest-setup locally if necessary.

View file

@ -19,8 +19,8 @@ We want to cover the following cases:
| ESO Version | Kubernetes Version | Release Date | End of Life |
| ----------- | ------------------ | ------------ | -------------- |
| 0.9.x | 1.19 → 1.27 | Jun 22, 2023 | Release of 1.1 |
| 0.8.x | 1.19 → 1.26 | Mar 16, 2023 | Release of 1.0 |
| 0.9.x | 1.19 → 1.28 | Jun 22, 2023 | Release of 1.1 |
| 0.8.x | 1.19 → 1.28 | Mar 16, 2023 | Release of 1.0 |
| 0.7.x | 1.19 → 1.26 | Dec 11, 2022 | Jun 22, 2023 |
| 0.6.x | 1.19 → 1.24 | Oct 9, 2022 | Mar 16, 2023 |
| 0.5.x | 1.19 → 1.24 | Apr 6, 2022 | Dec 11, 2022 |