Skip to content

Commit 35620ed

Browse files
authored
update K8S-KIND to 0.14.0 (#23859)
1 parent ec6761a commit 35620ed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

breeze-complete

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ _breeze_allowed_integrations="cassandra kerberos mongo openldap pinot rabbitmq r
2828
_breeze_allowed_kubernetes_modes="image"
2929
_breeze_allowed_kubernetes_versions="v1.24.0 v1.23.6 v1.22.9 v1.21.12 v1.20.15"
3030
_breeze_allowed_helm_versions="v3.6.3"
31-
_breeze_allowed_kind_versions="v0.13.0"
31+
_breeze_allowed_kind_versions="v0.14.0"
3232
_breeze_allowed_mysql_versions="5.7 8"
3333
_breeze_allowed_mssql_versions="2017-latest 2019-latest"
3434
_breeze_allowed_postgres_versions="10 11 12 13 14"

dev/breeze/src/airflow_breeze/global_constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
]
5252
ALLOWED_KUBERNETES_MODES = ['image']
5353
ALLOWED_KUBERNETES_VERSIONS = ['v1.24.0', 'v1.23.6', 'v1.22.9', 'v1.21.12', 'v1.20.15']
54-
ALLOWED_KIND_VERSIONS = ['v0.13.0']
54+
ALLOWED_KIND_VERSIONS = ['v0.14.0']
5555
ALLOWED_HELM_VERSIONS = ['v3.6.3']
5656
ALLOWED_EXECUTORS = ['KubernetesExecutor', 'CeleryExecutor', 'LocalExecutor', 'CeleryKubernetesExecutor']
5757
ALLOWED_KIND_OPERATIONS = ['start', 'stop', 'restart', 'status', 'deploy', 'test', 'shell', 'k9s']
@@ -227,7 +227,7 @@ def get_airflow_extras():
227227

228228
CURRENT_KUBERNETES_MODES = ['image']
229229
CURRENT_KUBERNETES_VERSIONS = ['v1.24.0', 'v1.23.6', 'v1.22.9', 'v1.21.12', 'v1.20.15']
230-
CURRENT_KIND_VERSIONS = ['v0.13.0']
230+
CURRENT_KIND_VERSIONS = ['v0.14.0']
231231
CURRENT_HELM_VERSIONS = ['v3.6.3']
232232
CURRENT_EXECUTORS = ['KubernetesExecutor']
233233

scripts/ci/libraries/_initialization.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ function initialization::initialize_kubernetes_variables() {
496496
CURRENT_KUBERNETES_MODES+=("image")
497497
export CURRENT_KUBERNETES_MODES
498498
# Currently supported versions of Kind
499-
CURRENT_KIND_VERSIONS+=("v0.13.0")
499+
CURRENT_KIND_VERSIONS+=("v0.14.0")
500500
export CURRENT_KIND_VERSIONS
501501
# Currently supported versions of Helm
502502
CURRENT_HELM_VERSIONS+=("v3.6.3")

0 commit comments

Comments
 (0)