Skip to content

Commit

Permalink
bump: kind 0.20.0 (apache#31922)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelauv authored Jun 15, 2023
1 parent c7072c0 commit 5c1e95d
Show file tree
Hide file tree
Showing 14 changed files with 76 additions and 76 deletions.
4 changes: 2 additions & 2 deletions dev/breeze/src/airflow_breeze/global_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# - https://endoflife.date/amazon-eks
# - https://endoflife.date/azure-kubernetes-service
# - https://endoflife.date/google-kubernetes-engine
ALLOWED_KUBERNETES_VERSIONS = ["v1.23.17", "v1.24.13", "v1.25.9", "v1.26.4", "v1.27.1"]
ALLOWED_KUBERNETES_VERSIONS = ["v1.23.17", "v1.24.15", "v1.25.11", "v1.26.6", "v1.27.3"]
ALLOWED_EXECUTORS = ["KubernetesExecutor", "CeleryExecutor", "LocalExecutor", "CeleryKubernetesExecutor"]
START_AIRFLOW_ALLOWED_EXECUTORS = ["CeleryExecutor", "LocalExecutor"]
START_AIRFLOW_DEFAULT_ALLOWED_EXECUTORS = START_AIRFLOW_ALLOWED_EXECUTORS[1]
Expand Down Expand Up @@ -310,7 +310,7 @@ def get_airflow_extras():
DEFAULT_KUBERNETES_VERSION = CURRENT_KUBERNETES_VERSIONS[0]
DEFAULT_EXECUTOR = CURRENT_EXECUTORS[0]

KIND_VERSION = "v0.19.0"
KIND_VERSION = "v0.20.0"
HELM_VERSION = "v3.9.4"

# Initialize image build variables - Have to check if this has to go to ci dataclass
Expand Down
24 changes: 12 additions & 12 deletions images/breeze/output-commands-hash.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ compile-www-assets:c8a8c4f002f7246d0541897fc7c70313
down:99efb2055475cd40656d5498aee74ef6
exec:42bbd3c1659128b0341ae118c3482da2
k8s:build-k8s-image:a8fae58f9ec8cf0541d3f0b47cca5c5a
k8s:configure-cluster:b64fa4bd8a9e6b65f68334029e1abd3a
k8s:create-cluster:57ba532fca29ee88f09ef255ed6f15db
k8s:delete-cluster:cde553e781ead5abb38d23a7aa70415f
k8s:deploy-airflow:4c08c43a309657bed31da5f21391e3b3
k8s:k9s:db8c9188399654cd26c6775fa455e157
k8s:logs:3df4d8d354053bf12239f6063fef7d68
k8s:run-complete-tests:89f5cbe325c40e41bde24fff22c5b072
k8s:configure-cluster:e9e79b44a3637d579c030a0f417cfc4c
k8s:create-cluster:beffc94b9fdffe77e1962015f57d0f5e
k8s:delete-cluster:6ff8656d464329972f3dc9da7e0d29ab
k8s:deploy-airflow:552c101a04264cdeb1a87e0eae3cdc0d
k8s:k9s:62cd8a66362174d6e4b0a92882f61430
k8s:logs:4afa4d0d4190118f6fce549a20ed7157
k8s:run-complete-tests:76a50dc68e4b09976f3f08bc8df7a2e0
k8s:setup-env:b0ea72ef1819f831b1f80e8bd4d299ce
k8s:shell:bdbeeeeb98e57a044e22b87e64d840bf
k8s:status:24a9a337f69a68153dd7afa2b2e25018
k8s:tests:29aeaf52b081a0bb9a2764c638a6dc42
k8s:upload-k8s-image:815ef797f73838fa9c5daf4459f68571
k8s:db5b8bdd821571df1284b5fb6ae744c8
k8s:shell:d5d626c0d917222aae42af98469b7a4b
k8s:status:cab572023393734e3a76a3d678f48f79
k8s:tests:789bded9b3cf35e386d96f9896844e76
k8s:upload-k8s-image:32a6d0f5bea8901f1330a0a181209e40
k8s:c1f106fa973fdd8bc1ccf71a025aa51b
prod-image:build:23ae4a22a4090d91a3411b4a55021057
prod-image:pull:451622b1399f3b181ec2b8620b856e3f
prod-image:verify:5afd065f9eab823456371882fd2d4331
Expand Down
90 changes: 45 additions & 45 deletions images/breeze/output-commands.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions images/breeze/output_k8s_configure-cluster.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5c1e95d

Please sign in to comment.