filename |
---|
v4.1.4-rc2.tar.gz |
filename |
---|
sealos_4.1.4-rc2_linux_amd64.tar.gz |
sealos_4.1.4-rc2_linux_arm64.tar.gz |
amd64:
wget https://github.com/labring/sealos/releases/download/v4.1.4-rc2/sealos_4.1.4-rc2_linux_amd64.tar.gz && tar -zxvf sealos_4.1.4-rc2_linux_amd64.tar.gz sealos && chmod +x sealos && mv sealos /usr/bin
## create a cluster for sealos
sealos run labring/kubernetes:v1.24.0 labring/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 --passwd your-own-ssh-passwd
arm64:
wget https://github.com/labring/sealos/releases/download/v4.1.4-rc2/sealos_4.1.4-rc2_linux_arm64.tar.gz && tar -zxvf sealos_4.1.4-rc2_linux_arm64.tar.gz sealos && chmod +x sealos && mv sealos /usr/bin
## create a cluster for sealos
sealos run labring/kubernetes:v1.24.0 labring/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 --passwd your-own-ssh-passwd
- feature(main): separate registry from master0 by @xuehaipeng in labring#1963
- feature(main): separate registry from master0 by @cuisongliu in labring#1970
- feature(main): fix already installed buildah by @cuisongliu in labring#1968
- Add docker image builder workflow for service auth by @maslow in labring#1976
- feature(main): fix buildah download and sealos build by @cuisongliu in labring#1971
- docs<git && go-path>: a small number of errors by @cubxxw in labring#1978
- feature(main): add detach for sealos run, never prompt by @cuisongliu in labring#1979
- init whitelist webhook by @fanux in labring#1972
- feature(main): add controllers,webhooks,services ci by @cuisongliu in labring#1984
- feat: use env instead of hard code by @xiao-jay in labring#1985
- Update listCRD func by @zzjin in labring#1992
- feature(main): add auth service deploy ci by @cuisongliu in labring#1989
- feature(main): replace render charts dir to scripts dir by @cuisongliu in labring#1990
- fix: remove prompt arg by @fengxsong in labring#1999
- feature(main): payment controller disable from env by @cuisongliu in labring#1995
- feature(main): add container label for repo by @cuisongliu in labring#2002
- update issue-template by @willzhang in labring#2005
- feature(main): add docs for DEVELOPGUIDE.md by @cuisongliu in labring#2006
- Remove mandatory requirements by @willzhang in labring#2007
- feature(main): add save image to build cmd by @cuisongliu in labring#1997
- GitHub Actions: Deprecating save-state and set-output commands by @muicoder in labring#2010
- feat. image hub by @lingdie in labring#1988
- add imagehub controller deply yaml by @lingdie in labring#2016
- feature(main): add TryParse for loadClusterfile by @cuisongliu in labring#2017
- feature(main): add webhook config to sdk by @cuisongliu in labring#2013
- feature(main): delete pyament env from deploy by @cuisongliu in labring#2032
- fix terminal hardcoded problem by @gitccl in labring#2028
- add infra other field by @wuxming in labring#1994
- add sealos cloud provider fontend by @zjy365 in labring#2004
- Fix yum package manager command. by @zzjin in labring#2038
- Add affine app demo. by @zzjin in labring#2039
- add build sealos on macos ARM using multipass by @fanux in labring#2043
- feature(main): add BINS=sealos for docs by @cuisongliu in labring#2052
- feature(main): add pyament deploy by @cuisongliu in labring#2035
- fixed sealos run manifests conflict by @fanux in labring#2048
- feature(main): fix guest func for exec shell by @cuisongliu in labring#2054
- add build cloud image docs by @willzhang in labring#2055
- fix: remove dependency to casdoor by @Abingcbc in labring#2033
- fix: misuse of *cluster pointer by @fengxsong in labring#2057
- add development guide - what is sealos by @fanux in labring#2053
- feature(main): fix registry bugs by @cuisongliu in labring#2060
- fix: replace text/template from html/template by @fengxsong in labring#2067
- feature(main): fix gen doc by @cuisongliu in labring#2070
- feature(main): fix user controller deploy by @cuisongliu in labring#2065
- Begin proposal process by @zzjin in labring#1916
- Support ingress static cache by @zzjin in labring#2072
- Start Infra and add status by @wuxming in labring#2078
- feature(main): fix auth deploy for cluster-image by @cuisongliu in labring#2083
- Update frontend nonRoot user. by @zzjin in labring#2085
- fix: copy registry to the correct path by @fengxsong in labring#2087
- reduction Makefile and add build-multi-arch by @wuxming in labring#2093
- example: how to run Redis and Pgsql instance on sealos cloud by @cdjianghan in labring#2104
- Update frontend Readme. by @zzjin in labring#2102
- fix typo by @fengxsong in labring#2113
- del:useless go mod by @xiao-jay in labring#2118
- cloud-provider-fontend page by @zjy365 in labring#2094
- docs example : how to use env by @fanux in labring#2109
- fix scp password and support delete scp by @zjy365 in labring#2119
- fixed sealos\docs\4.0\i18n\zh-Hans\getting-started\build-example-cloudimage.md by @loda13 in labring#2124
- fix infra controller status by @fanux in labring#2128
- feat. image hub: datapack rebuild, add finalizer by @lingdie in labring#2050
- bug: fixed using ssh private key to login instance by @fanux in labring#2133
- bug: fixed parse image name and tag by @muicoder in labring#2135
- use user data to permit root login using ssh private key by @fanux in labring#2136
- modify spec and add default value by @zjy365 in labring#2130
- feat: support registries HA by @fengxsong in labring#2096
- fixed cluster operator auto to create kuberentes by @fanux in labring#2139
- fixed infra recocile vms by @fanux in labring#2142
- fix: delete sealer by @xiaohan1202 in labring#2150
- Update README.md, add command for untaint tag when low version by @tanshilingithub in labring#2149
- Init support image-hub get&list. by @zzjin in labring#2143
- scp modify the style of the details page by @zjy365 in labring#2141
- fixed apply cluster on infra by @fanux in labring#2158
- wait for infra create when get cluster by @fanux in labring#2160
- instead echo to tee by @fanux in labring#2161
- Update auto build paths config. by @zzjin in labring#2162
- fixed set system disk to 40G by default, the device name must be /dev… by @fanux in labring#2164
- Update Controller Readme. by @zzjin in labring#2168
- fixed some problem about scp frontend by @zjy365 in labring#2170
- encapsulate the infra api by @zjy365 in labring#2169
- Dev apisix by @zzjin in labring#2144
- Fix the scp timestamp by @zjy365 in labring#2173
- refactor(user): using finalizer utils replace it by @cuisongliu in labring#2172
- feat: run sealos without root privileges by @fengxsong in labring#2163
- Fix: fix aws ec2 price by @xiao-jay in labring#2174
- fix: copy empty merged dir anyway by @fengxsong in labring#2182
- feat: add describe image api and get root device name from ami. by @whybeyoung in labring#2178
- fix: create instance disk size error and adjust user define disk device name by @whybeyoung in labring#2179
- fix: kustomize makefile with a little enhance by @whybeyoung in labring#2185
- fix: coredns crash issue. by @fengxsong in labring#2180
- Refactor ssh copy by @fengxsong in labring#2186
- feat: add back create subcommand and support manually unshare by @fengxsong in labring#2187
- fix: adjust sealos reset process order by @fengxsong in labring#2190
- update readme, add new product show and some descriptions by @fanux in labring#2188
- fix: Clusterfile must has right sort of hosts, host[0] must be master… by @gopherWxf in labring#2191
- Imagehub refactor: delete controller update delete interface. by @lingdie in labring#2184
- fix: remove detach by @xiaohan1202 in labring#2193
- enchance: optimizing ssh copy by @fengxsong in labring#2195
- go get k8s.io/[email protected] to fixed build failed by @fanux in labring#2197
- Fix infra&cluster operator event pkg. by @zzjin in labring#2198
- refactor(user): rename doReconcile to reconcile by @cuisongliu in labring#2199
- Dev ci to fix controllers dep. by @zzjin in labring#2201
- feat: add more print column like status by @whybeyoung in labring#2204
- feat: add finalizer to stop/terminate aws instance. by @whybeyoung in labring#2196
- fix: reconcile instance count by @xiaohan1202 in labring#2203
- feat: add get volumes api when using get instnaces by @whybeyoung in labring#2200
- feat. sealos login hub.sealos.io by kubeconfig. by @lingdie in labring#2176
- fix: move IsRootless out of pkg/buildah by @fengxsong in labring#2207
- feat. sealos registry hub.sealos.io auth server. by @lingdie in labring#2177
- add appstore product show by @fanux in labring#2208
- Imagehub.deploy by @lingdie in labring#2214
- fix deploy.yaml: add service/hub to workflow. by @lingdie in labring#2215
- feature(main): Support configuration file custom vip by @cuisongliu in labring#2115
- Hub.deploy by @lingdie in labring#2216
- feat: delete key pair by @xiaohan1202 in labring#2217
- fix: only run guest command for app type cloudimage by @fengxsong in labring#2218
- Remove uuid package to build-in crypto. by @zzjin in labring#2219
- Fix go mod caused by #2217 by @zzjin in labring#2220
- hub.deploy by @lingdie in labring#2221
- fix: reconnect when specified error occur with sftp connection by @fengxsong in labring#2225
- fix: replace new line sep by @fengxsong in labring#2228
- feature(main): add delete build file scan by @cuisongliu in labring#2229
- ci: pin ubuntu version in CI to 20.04 by @SignorMercurio in labring#2235
- fix: #2232 force override when the prompted answer is yes by @fengxsong in labring#2237
- fix: get the full root command name by @fengxsong in labring#2236
- feature(main): support v1 and v1alpha2 version cri by @cuisongliu in labring#2238
- feature(main): support sys env by @cuisongliu in labring#2240
- feature(main): add build-in env docs by @cuisongliu in labring#2241
- fix: set tls-verify option default to false by @fengxsong in labring#2239
- Fix: image hub delete useless image detail info. by @lingdie in labring#2243
- feature(main): add kubernetes support and changelog by @cuisongliu in labring#2242
- Pin ubuntu version in Release workflow, use correct goreleaser args for sealctl and add release checksum by @SignorMercurio in labring#2249
- ci: adjust files to be checksumed by @SignorMercurio in labring#2250
- @lingdie made their first contribution in labring#1988
- @wuxming made their first contribution in labring#1994
- @zjy365 made their first contribution in labring#2004
- @cdjianghan made their first contribution in labring#2104
- @xiaohan1202 made their first contribution in labring#2150
- @tanshilingithub made their first contribution in labring#2149
- @gopherWxf made their first contribution in labring#2191
Full Changelog: https://github.com/labring/sealos/compare/v4.1.4-rc1...v4.1.4-rc2