Releases: labring/sealos
Releases · labring/sealos
v4.0.0-alpha.10
Usage
# 下载并安装sealos, sealos是个golang的二进制工具,直接下载拷贝到bin目录即可, release页面也可下载
wget -c https://sealyun-home.oss-cn-beijing.aliyuncs.com/sealos-4.0/latest/sealos-amd64 -O sealos && \
chmod +x sealos && mv sealos /usr/bin
# 下载buildah
wget https://sealyun-home.oss-accelerate.aliyuncs.com/images/buildah.linux.amd64 --no-check-certificate -O buildah && chmod a+x buildah && mv buildah /usr/bin
# 创建一个集群
sealos run registry.cn-hongkong.aliyuncs.com/sealyun/oci-kubernetes:1.22.8 registry.cn-hongkong.aliyuncs.com/sealyun/oci-calico:v3.22.1 --masters 192.168.64.2,192.168.64.22,192.168.64.20 --nodes 192.168.64.21,192.168.64.19
[amd64 sealos 下载地址]
[arm64 sealos 下载地址]
[amd64 buildah 下载地址]
[arm64 buildah 下载地址]
What's Changed
- add example for building cloudimage from helm by @fanux in #978
- feature(main): add ssh exec/copy feature by @cuisongliu in #980
- feature(main): rename sealyun to sealos.io by @cuisongliu in #979
- feature(main): fix install config by @cuisongliu in #977
Full Changelog: v4.0.0-alpha.9...v4.0.0-alpha.10
v4.0.0-alpha.9
Usage
# 下载并安装sealos, sealos是个golang的二进制工具,直接下载拷贝到bin目录即可, release页面也可下载
wget -c https://sealyun-home.oss-cn-beijing.aliyuncs.com/sealos-4.0/latest/sealos-amd64 -O sealos && \
chmod +x sealos && mv sealos /usr/bin
# 下载buildah
wget https://sealyun-home.oss-accelerate.aliyuncs.com/images/buildah.linux.amd64 --no-check-certificate -O buildah && chmod a+x buildah && mv buildah /usr/bin
# 创建一个集群
sealos run registry.cn-hongkong.aliyuncs.com/sealyun/oci-kubernetes:1.22.8 registry.cn-hongkong.aliyuncs.com/sealyun/oci-calico:v3.22.1 --masters 192.168.64.2,192.168.64.22,192.168.64.20 --nodes 192.168.64.21,192.168.64.19
[amd64 sealos 下载地址]
[arm64 sealos 下载地址]
[amd64 buildah 下载地址]
[arm64 buildah 下载地址]
What's Changed
- feature(main): 4.0 docs fix by @cuisongliu in #965
- feature(main): fix tag images by @cuisongliu in #967
- update readme by @fanux in #968
- add roadmap by @fanux in #969
- feature(main): fix vendor for sealos by @cuisongliu in #970
- feature(main): fix goinstall by @cuisongliu in #971
- feature(main): fix go release by @cuisongliu in #972
- feature(main): fix rename go mod by @cuisongliu in #973
- feature(main): fix images mount to status by @cuisongliu in #974
Full Changelog: v4.0.0-alpha.8...v4.0.0-alpha.9
v4.0.0-alpha.8
Usage
# 下载并安装sealos, sealos是个golang的二进制工具,直接下载拷贝到bin目录即可, release页面也可下载
wget -c https://sealyun-home.oss-cn-beijing.aliyuncs.com/sealos-4.0/latest/sealos-amd64 -O sealos && \
chmod +x sealos && mv sealos /usr/bin
# 下载buildah
wget https://sealyun-home.oss-accelerate.aliyuncs.com/images/buildah.linux.amd64 --no-check-certificate -O buildah && chmod a+x buildah && mv buildah /usr/bin
# 创建一个集群
sealos run registry.cn-hongkong.aliyuncs.com/sealyun/oci-kubernetes:1.22.8 registry.cn-hongkong.aliyuncs.com/sealyun/oci-calico:v3.22.1 --masters 192.168.64.2,192.168.64.22,192.168.64.20 --nodes 192.168.64.21,192.168.64.19
[amd64 sealos 下载地址]
[arm64 sealos 下载地址]
[amd64 buildah 下载地址]
[arm64 buildah 下载地址]
What's Changed
- feature(main): kubeproxy bind by @cuisongliu in #964
Full Changelog: v4.0.0-alpha.7...v4.0.0-alpha.8
v4.0.0-alpha.7
Usage
# 下载并安装sealos, sealos是个golang的二进制工具,直接下载拷贝到bin目录即可, release页面也可下载
wget -c https://sealyun-home.oss-cn-beijing.aliyuncs.com/sealos-4.0/latest/sealos-amd64 -O sealos && \
chmod +x sealos && mv sealos /usr/bin
# 下载buildah
wget https://sealyun-home.oss-accelerate.aliyuncs.com/images/buildah.linux.amd64 \
--no-check-certificate -O buildah && chmod a+x buildah && mv buildah /usr/bin
# 创建一个集群
sealos run registry.cn-hongkong.aliyuncs.com/sealyun/oci-kubernetes:1.23.6 \
registry.cn-hongkong.aliyuncs.com/sealyun/oci-calico:v3.22.1 \
--masters 192.168.64.2,192.168.64.22,192.168.64.20 \
--nodes 192.168.64.21,192.168.64.19
[amd64 sealos 下载地址]
[arm64 sealos 下载地址]
[amd64 buildah 下载地址]
[arm64 buildah 下载地址]
What's Changed
- feature(main): fix #960 for controller and schedule bind 0.0.0.0 by @cuisongliu in #961
- feature(main): fix add feature and delete node feature by @cuisongliu in #962
Full Changelog: v4.0.0-alpha.6...v4.0.0-alpha.7
What's Changed
- feature(main): fix #960 for controller and schedule bind 0.0.0.0 by @cuisongliu in #961
- feature(main): fix add feature and delete node feature by @cuisongliu in #962
Full Changelog: v4.0.0-alpha.6...v4.0.0-alpha.7
v4.0.0-alpha.6
Usage
# 下载并安装sealos, sealos是个golang的二进制工具,直接下载拷贝到bin目录即可, release页面也可下载
wget -c https://sealyun-home.oss-cn-beijing.aliyuncs.com/sealos-4.0/latest/sealos-amd64 -O sealos && \
chmod +x sealos && mv sealos /usr/bin
# 下载buildah
wget https://sealyun-home.oss-accelerate.aliyuncs.com/images/buildah.linux.amd64 --no-check-certificate -O \
buildah && chmod a+x buildah && mv buildah /usr/bin
# 创建一个集群
sealos run registry.cn-hongkong.aliyuncs.com/sealyun/oci-kubernetes:1.23.6 \
registry.cn-hongkong.aliyuncs.com/sealyun/oci-calico:v3.22.1 \
--masters 192.168.64.2,192.168.64.22,192.168.64.20 \
--nodes 192.168.64.21,192.168.64.19 -p ssh-passwd
[amd64 sealos 下载地址]
[arm64 sealos 下载地址]
[amd64 buildah 下载地址]
[arm64 buildah 下载地址]
What's Changed
- feature(main): add auths data by @cuisongliu in #950
- feature(main): sealos run repeat exec by @cuisongliu in #952
- feature(main): support auth build by @cuisongliu in #954
- feature(main): guest run in host cmd for bash by @cuisongliu in #957
- feature(main): no change images by @cuisongliu in #956
- bugfix by @cuisongliu in #959
Full Changelog: v4.0.0-alpha.5...v4.0.0-alpha.6
v4.0.0-alpha.5
Usage
# 下载并安装sealos, sealos是个golang的二进制工具,直接下载拷贝到bin目录即可, release页面也可下载
wget -c https://sealyun-home.oss-cn-beijing.aliyuncs.com/sealos-4.0/latest/sealos-amd64 -O sealos && \
chmod +x sealos && mv sealos /usr/bin
# 下载buildah
wget https://sealyun-home.oss-accelerate.aliyuncs.com/images/buildah.linux.amd64 --no-check-certificate -O buildah && chmod a+x buildah && mv buildah /usr/bin
# 创建一个集群
sealos run registry.cn-hongkong.aliyuncs.com/sealyun/oci-kubernetes:1.22.8 \
registry.cn-hongkong.aliyuncs.com/sealyun/oci-calico:v3.22.1 \
--masters 192.168.64.2,192.168.64.22,192.168.64.20 \
--nodes 192.168.64.21,192.168.64.19
-p your-ssh-passwd
[amd64 sealos 下载地址]
[arm64 sealos 下载地址]
[amd64 buildah 下载地址]
[arm64 buildah 下载地址]
What's Changed
- feature(main): add patch package in run func by @cuisongliu in #949
Full Changelog: v4.0.0-alpha.4...v4.0.0-alpha.5
v4.0.0-alpha.4
Usage
# 下载并安装sealos, sealos是个golang的二进制工具,直接下载拷贝到bin目录即可, release页面也可下载
wget -c https://sealyun-home.oss-cn-beijing.aliyuncs.com/sealos-4.0/latest/sealos-amd64 -O sealos && \
chmod +x sealos && mv sealos /usr/bin
# 下载buildah
wget https://sealyun-home.oss-accelerate.aliyuncs.com/images/buildah.linux.amd64 --no-check-certificate -O buildah && chmod a+x buildah && mv buildah /usr/bin
# 创建一个集群
sealos run registry.cn-hongkong.aliyuncs.com/sealyun/oci-kubernetes:1.22.8 registry.cn-hongkong.aliyuncs.com/sealyun/oci-calico:v3.22.1 --masters 192.168.64.2,192.168.64.22,192.168.64.20 --nodes 192.168.64.21,192.168.64.19
[amd64 sealos 下载地址]
[arm64 sealos 下载地址]
[amd64 buildah 下载地址]
[arm64 buildah 下载地址]
What's Changed
- feature(main): support skip error process by @cuisongliu in #940
- feature(main): cmd \n and process in pull images by @cuisongliu in #944
- feature(main): fix images build by @cuisongliu in #945
Full Changelog: v4.0.0-alpha.3...v4.0.0-alpha.4
v4.0.0-alpha.3
Usage
# 下载并安装sealos, sealos是个golang的二进制工具,直接下载拷贝到bin目录即可, release页面也可下载
wget -c https://sealyun-home.oss-cn-beijing.aliyuncs.com/sealos-4.0/latest/sealos-amd64 -O sealos && \
chmod +x sealos && mv sealos /usr/bin
# 下载buildah
wget https://sealyun-home.oss-accelerate.aliyuncs.com/images/buildah.linux.amd64 --no-check-certificate -O buildah && chmod a+x buildah && mv buildah /usr/bin
# 创建一个集群
sealos run registry.cn-hongkong.aliyuncs.com/sealyun/oci-kubernetes:1.22.8 registry.cn-hongkong.aliyuncs.com/sealyun/oci-calico:v3.22.1 --masters 192.168.64.2,192.168.64.22,192.168.64.20 --nodes 192.168.64.21,192.168.64.19
[amd64 sealos 下载地址]
[arm64 sealos 下载地址]
[amd64 buildah 下载地址]
[arm64 buildah 下载地址]
What's Changed
- refactor(master): add note by @cuisongliu in #925
- feature(main): add cmd feature for main branch by @cuisongliu in #934
- feature(main): fix release config by @cuisongliu in #935
- feature(main): fix release config by @cuisongliu in #936
- feature(main): add build cmd by @cuisongliu in #937
Full Changelog: v4.0.0-alpha.2...v4.0.0-alpha.3
v4.0.0-alpha.2
Usage
# 下载并安装sealos, sealos是个golang的二进制工具,直接下载拷贝到bin目录即可, release页面也可下载
wget -c https://sealyun-home.oss-cn-beijing.aliyuncs.com/sealos-4.0/latest/sealos-amd64 -O sealos && \
chmod +x sealos && mv sealos /usr/bin
# 下载buildah
wget https://sealyun-home.oss-accelerate.aliyuncs.com/images/buildah.linux.amd64 --no-check-certificate -O buildah && \
chmod a+x buildah && mv buildah /usr/bin
sealos run registry.cn-hongkong.aliyuncs.com/sealyun/oci-kubernetes:1.22.8 registry.cn-hongkong.aliyuncs.com/sealyun/oci-calico:v3.22.1 --masters 192.168.64.2,192.168.64.22,192.168.64.20 --nodes 192.168.64.21,192.168.64.19
[amd64 sealos下载地址]
[arm64 sealos下载地址]
[amd64 buildah 下载地址]
[arm64 buildah 下载地址]
What's Changed
- refactor(master): support docs for sealos 4.0 by @cuisongliu in #921
- refactor(master): support docs for sealos 4.0 by @cuisongliu in #922
- refactor(master): add multi image module by @cuisongliu in #923
- refactor(master): add multi image and go func by @cuisongliu in #924
Full Changelog: v4.0.0-alpha.1...v4.0.0-alpha.2
v4.0.0-alpha.1
Usage
# 下载并安装sealos, sealos是个golang的二进制工具,直接下载拷贝到bin目录即可, release页面也可下载
$ wget -c https://sealyun-home.oss-cn-beijing.aliyuncs.com/sealos-4.0/latest/sealos-amd64 -O sealos && \
chmod +x sealos && mv sealos /usr/bin
[amd64 下载地址]
[arm64 下载地址]
What's Changed
- refactor(master): code refactor by @cuisongliu in #747
- add infra module by @cuisongliu in #754
- hotfix(master): fix sealer -> sealos by @cuisongliu in #756
- add aliyun infra module by @cuisongliu in #759
- refactor(ci): add auto invite by @cuisongliu in #764
- refactor(dev): add sys and data category by @cuisongliu in #761
- refactor(dev): aliyun fix bug by @cuisongliu in #765
- merge master by @cuisongliu in #768
- merge code to dev by @cuisongliu in #779
- Fixes #691 by @cuisongliu in #780
- refactor(master): release rc.8 (#782) by @cuisongliu in #783
- merge master to dev-refactor by @cuisongliu in #787
- [WIP] support Infra huawei by @cuisongliu in #772
- merge base to master by @cuisongliu in #794
- merge dev to master by @cuisongliu in #795
- modify the readme.md by @Hanvans in #797
- refactor(master): fix version by @cuisongliu in #799
- refactor(master): readme.md fix by @cuisongliu in #804
- refactor(master): fix release script note and changelog by @cuisongliu in #805
- bugfix(master): fixed cni but always is calico (#807) by @cuisongliu in #808
- Hanvans by @Hanvans in #803
- docs(master): changelog rc.10 by @cuisongliu in #812
- docs(master): docs move dir by @cuisongliu in #814
- docs(master): fix domain by @cuisongliu in #815
- refactor(master) by @cuisongliu in #820
- refactor(master): fix aliyun infra by @cuisongliu in #822
- refactor(ci): auto merge by @cuisongliu in #832
- refactor(master): add refactor config by @cuisongliu in #844
- sshd by @cuisongliu in #850
- refactor(master): add sealctl cri by @cuisongliu in #852
- refactor(master): add sealctl cri containers by @cuisongliu in #853
- refactor(master): add images library by @cuisongliu in #854
- refactor(master): fix logger #645 by @cuisongliu in #857
- refactor(master): add cert,image,token library by @cuisongliu in #856
- refactor(master): fix cni feature by @cuisongliu in #860
- 【WIP】refactor(master): add config client by @cuisongliu in #862
- refactor(master): fix go mod vendor by @cuisongliu in #864
- refactor(master): fix go mod vendor and fix k8s client by @cuisongliu in #867
- 【WIP】refactor(master): fix types config,cluster,package,kubeadm by @cuisongliu in #868
- refactor(master): add store module by @cuisongliu in #870
- refactor(master): fix copy and fix init args by @cuisongliu in #873
- refactor(master): support insert and append by @cuisongliu in #876
- refactor(master): move oss addr (#878) by @cuisongliu in #879
- refactor(master): add join master,delete master logic by @cuisongliu in #887
- refactor(master): add join master and delete master logic by @cuisongliu in #889
- default add buildah vendor by @cuisongliu in #892
- refactor(master): runtime fix code by @cuisongliu in #894
- refactor(master): fix filesystem and clusterfile module by @cuisongliu in #895
- refactor(master): add registry,cluster,image interface by @cuisongliu in #897
- refactor(master): add apply drivers add run cmd and vendor by @cuisongliu in #902
- refactor(master): add init and reset logic by @cuisongliu in #904
- refactor(master): add kubeadm runtime apis by @cuisongliu in #906
- refactor(master): save registry fix domain by @cuisongliu in #908
- refactor(master): list cluster interface by @cuisongliu in #909
- refactor(master): impl from binary interface by @cuisongliu in #911
- refactor(master): join node and master logic by @cuisongliu in #912
- refactor(master): add shim online for 0.0.7 version by @cuisongliu in #916
- refactor(master): support docs for sealos 4.0 by @cuisongliu in #918
- refactor(master): support docs for sealos 4.0 by @cuisongliu in #919
- refactor(master): support docs for sealos 4.0 by @cuisongliu in #920
New Contributors
Full Changelog: v3.3.9-rc.9...v4.0.0-alpha.1