Skip to content

Releases: openyurtio/openyurt

V0.4.0

26 May 12:53
2abb8ad
Compare
Choose a tag to compare

This is an official release. Please check the CHANGELOG for a list of changes compared to previous release.

The official openyurt v0.4.0 images are in hosted under dockerhub and alicloud.

To convert a Kubernetes cluster using the v0.4.0 dockerhub images, use the following command:

yurtctl convert --deploy-yurttunnel --cloud-nodes {node-name} --provider minikube\
 --yurt-controller-manager-image="openyurt/yurt-controller-manager:v0.4.0"\
 --yurt-tunnel-agent-image="openyurt/yurt-tunnel-agent:v0.4.0"\
 --yurt-tunnel-server-image="openyurt/yurt-tunnel-server:v0.4.0"\
 --yurtctl-servant-image="openyurt/yurtctl-servant:v0.4.0"\
 --yurthub-image="openyurt/yurthub:v0.4.0"

and if you pull image from dockerhub timeout, use v0.4.0 alicloud images, use the following command:

yurtctl convert --deploy-yurttunnel --cloud-nodes {node-name} --provider minikube\
 --yurt-controller-manager-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurt-controller-manager:v0.4.0"\
 --yurt-tunnel-agent-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurt-tunnel-agent:v0.4.0"\
 --yurt-tunnel-server-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurt-tunnel-server:v0.4.0"\
 --yurtctl-servant-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurtctl-servant:v0.4.0"\
 --yurthub-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurthub:v0.4.0"

V0.3.0

26 May 12:51
4adbba4
Compare
Choose a tag to compare

This is an official release. Please check the CHANGELOG for a list of changes compared to previous release.

The official openyurt v0.3.0 images are in hosted under dockerhub and alicloud.

To convert a Kubernetes cluster using the v0.3.0 dockerhub images, use the following command:

yurtctl convert --deploy-yurttunnel --cloud-nodes {node-name} --provider minikube\
 --yurt-controller-manager-image="openyurt/yurt-controller-manager:v0.3.0"\
 --yurt-tunnel-agent-image="openyurt/yurt-tunnel-agent:v0.3.0"\
 --yurt-tunnel-server-image="openyurt/yurt-tunnel-server:v0.3.0"\
 --yurtctl-servant-image="openyurt/yurtctl-servant:v0.3.0"\
 --yurthub-image="openyurt/yurthub:v0.3.0"

and if you pull image from dockerhub timeout, use v0.3.0 alicloud images, use the following command:

yurtctl convert --deploy-yurttunnel --cloud-nodes {node-name} --provider minikube\
 --yurt-controller-manager-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurt-controller-manager:v0.3.0"\
 --yurt-tunnel-agent-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurt-tunnel-agent:v0.3.0"\
 --yurt-tunnel-server-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurt-tunnel-server:v0.3.0"\
 --yurtctl-servant-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurtctl-servant:v0.3.0"\
 --yurthub-image="registry.cn-hangzhou.aliyuncs.com/openyurt/yurthub:v0.3.0"

V0.2.0

26 May 12:19
130e024
Compare
Choose a tag to compare

This is an official release. Please check the CHANGELOG for a list of changes compared to previous release.

The official openyurt v0.2.0 images are in hosted under dockerhub.

To convert a Kubernetes cluster using the v0.2.0 images, use the following command:

yurtctl convert --deploy-yurttunnel --cloud-nodes minikube --provider minikube\
 --yurt-controller-manager-image="openyurt/yurt-controller-manager:v0.2.0-amd64"\
 --yurt-tunnel-agent-image="openyurt/yurt-tunnel-agent:v0.2.0-amd64"\
 --yurt-tunnel-server-image="openyurt/yurt-tunnel-server:v0.2.0-amd64"\
 --yurtctl-servant-image="openyurt/yurtctl-servant:v0.2.0-amd64"\
 --yurthub-image="openyurt/yurthub:v0.2.0-amd64"

v0.1.0-beta.1

26 May 12:03
2abb8ad
Compare
Choose a tag to compare

Please check the CHANGELOG for a list of changes.

The official openyurt/yurthub:v0.1.0-beta1 and openyurt/yurt-controller-manager:v0.1.0-beta1 images are hosted under dockerhub.