v4.1.7

labring/sealosv4.1.7Mar 10, 2023by sealos-ci-robot

AI Summary

A maintenance release focusing on a bug fix regarding node cleanup scripts to ensure proper system hygiene.

Key Highlights

  • Fixed issue where nodes were not executing the clean script upon deletion.

Full Release Notes

### Usage
```sh
# 下载并安装sealos, sealos是个golang的二进制工具,直接下载拷贝到bin目录即可, release页面也可下载
wget  https://github.com/labring/sealos/releases/download/v4.1.7/sealos_4.1.7_linux_amd64.tar.gz  && \
    tar -zxvf sealos_4.1.7_linux_amd64.tar.gz sealos &&  chmod +x sealos && mv sealos /usr/bin
# 创建一个集群
sealos run labring/kubernetes:v1.25.0 labring/helm:v3.8.2 labring/calico:v3.24.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
```

### Docker images

sealos:

```
docker pull ghcr.io/labring/sealos:v4.1.7
```

lvscare:

```
docker pull ghcr.io/labring/lvscare:v4.1.7
```

### APT 源

Use your public APT Repository URL to install DEB packages:

```
https://apt.fury.io/labring/
```

To enable, add the following file **/etc/apt/sources.list.d/fury.list**:

```
deb [trusted=yes] https://apt.repo.sealos.io/ /
```


### Yum源

Use your public YUM Repository URL to install RPM packages:

```
https://yum.fury.io/labring/
```

To enable, add the following file **/etc/yum.repos.d/fury.repo**:

```
[fury]
name=Gemfury Private Repo
baseurl=https://yum.repo.sealos.io/
enabled=1
gpgcheck=0
```

See [the CHANGELOG](https://github.com/labring/sealos/blob/main/CHANGELOG/CHANGELOG.md) for more details.

## What's Changed
* fix(main): delete node not exec clean.sh by @cuisongliu in https://github.com/labring/sealos/pull/2759


**Full Changelog**: https://github.com/labring/sealos/compare/v4.1.5...v4.1.7