Skip to content

Latest commit

 

History

History
193 lines (175 loc) · 15.7 KB

CHANGELOG-4.1.4-rc2.md

File metadata and controls

193 lines (175 loc) · 15.7 KB

Downloads for v4.1.4-rc2

Source Code

filename
v4.1.4-rc2.tar.gz

Client Binaries

filename
sealos_4.1.4-rc2_linux_amd64.tar.gz
sealos_4.1.4-rc2_linux_arm64.tar.gz

Usage

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

Changelog since v4.1.4-rc1

What's Changed

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

New Contributors

  • @lingdie made their first contribution in #1988
  • @wuxming made their first contribution in #1994
  • @zjy365 made their first contribution in #2004
  • @cdjianghan made their first contribution in #2104
  • @xiaohan1202 made their first contribution in #2150
  • @tanshilingithub made their first contribution in #2149
  • @gopherWxf made their first contribution in #2191

Full Changelog: https://github.com/labring/sealos/compare/v4.1.4-rc1...v4.1.4-rc2