Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the dev version of Kubernetes in the website to 1.19. #2151

Merged
merged 2 commits into from
Jun 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ supported_k8s = "1.18"
aks_minor_supported_k8s = "14"
minikube_minor_supported_k8s = "15"
# shown in development (or the next version that will be supported)
dev_supported_k8s = "1.18"
dev_aks_minor_supported_k8s = "14"
dev_minikube_minor_supported_k8s = "15"
dev_supported_k8s = "1.19"
dev_aks_minor_supported_k8s = "11"
dev_minikube_minor_supported_k8s = "12"

# example tag
example_image_tag = "gcr.io/agones-images/simple-game-server:0.3"
Expand Down