Skip to content

Commit

Permalink
Merge pull request #948 from wzshiming/promote/0.5
Browse files Browse the repository at this point in the history
Release 0.5
  • Loading branch information
wzshiming authored Feb 2, 2024
2 parents b7ed9d6 + fc8ece9 commit af1fea2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions site/content/en/docs/generated/kwokctl_create_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down

0 comments on commit af1fea2

Please sign in to comment.