From fc8ece93384414cd04bed1e1a320ce84d694d68c Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Thu, 1 Feb 2024 17:11:17 +0800 Subject: [PATCH] Release 0.5 --- pkg/consts/consts.go | 4 ++-- site/content/en/docs/generated/kwokctl_create_cluster.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/consts/consts.go b/pkg/consts/consts.go index 9313d2e1a..aec4fc54b 100644 --- a/pkg/consts/consts.go +++ b/pkg/consts/consts.go @@ -24,13 +24,13 @@ var ( // Version is the version of the project. // It will be overwritten during the `make build` process. - Version = "0.4.0" + Version = "0.5.0" BinaryPrefix = "https://github.com/kubernetes-sigs/kwok/releases/download" ImagePrefix = "registry.k8s.io/kwok" // PreRelease is the pre-release version of the project. // It will be overwritten during the `make build` process. - PreRelease = "alpha" + PreRelease = "GA" // KubeVersion is the version of Kubernetes. // It will be overwritten during the `make build` process. diff --git a/site/content/en/docs/generated/kwokctl_create_cluster.md b/site/content/en/docs/generated/kwokctl_create_cluster.md index 68ae2a76e..7bb9bb773 100644 --- a/site/content/en/docs/generated/kwokctl_create_cluster.md +++ b/site/content/en/docs/generated/kwokctl_create_cluster.md @@ -63,10 +63,10 @@ kwokctl create cluster [flags] --kube-scheduler-port uint32 Port of kube-scheduler given to the host, only for binary and docker/podman/nerdctl runtime --kubeconfig string The path to the kubeconfig file will be added to the newly created cluster and set to current-context (default "~/.kube/config") --kwok-controller-binary string Binary of kwok-controller, only for binary runtime - (default "https://github.com/kubernetes-sigs/kwok/releases/download/v0.4.0/kwok-linux-amd64") + (default "https://github.com/kubernetes-sigs/kwok/releases/download/v0.5.0/kwok-linux-amd64") --kwok-controller-image string Image of kwok-controller, only for docker/podman/nerdctl/kind/kind-podman runtime '${KWOK_IMAGE_PREFIX}/kwok:${KWOK_VERSION}' - (default "registry.k8s.io/kwok/kwok:v0.4.0") + (default "registry.k8s.io/kwok/kwok:v0.5.0") --metrics-server-binary string Binary of metrics-server, only for binary runtime (default "https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.7.0/metrics-server-linux-amd64") --metrics-server-image string Image of metrics-server, only for docker/podman/nerdctl/kind/kind-podman runtime '${KWOK_METRICS_SERVER_IMAGE_PREFIX}/metrics-server:${KWOK_METRICS_SERVER_VERSION}'