diff --git a/CHANGELOG.md b/CHANGELOG.md index 317e0712c5b..a4349dbea95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,21 @@ -[TOC] - # ChangeLog -## 3.3.9-rc.8 +## [3.3.9-rc.8](#v3.3.9-rc.8) - delete cloud,install,delete feature - [#778](https://github.com/fanux/sealos/pull/778) -## 3.3.9-rc.6 +## [3.3.9-rc.6](#v3.3.9-rc.6) - fix github action - support 1.23+ -## 3.3.9-rc.5 +## [3.3.9-rc.5](#v3.3.9-rc.5) - feat: fix to use calico new version v1.19.1 with new k8s version. v1.22.0+ ,v1.21.4+,v1.20.10+, v1.19.14. other k8s version (v1.21.3-, v1.20.9-, v1.19.13-) to use old calico version v3.8.2. (#658) -## 3.3.9-rc.3 +## [3.3.9-rc.3](#v3.3.9-rc.3) - hotfix: fix decode cmd miss TokenCaCertHash(#616) - feat: kubernetes version. like 1.20.0+ , cri use containerd , other use docker-ce. diff --git a/test/note.sh b/test/note.sh index 50a776ab177..9c325d33afb 100644 --- a/test/note.sh +++ b/test/note.sh @@ -38,6 +38,6 @@ echo "- \`${DOCKER_REPO:-fanux/sealos}:latest\`" >> Note.md echo " ### CHANGELOG -[https://github.com/fanux/sealos/blob/develop/CHANGELOG.md#${VERSION}](https://github.com/fanux/sealos/blob/develop/CHANGELOG.md#${VERSION}) +[https://github.com/fanux/sealos/blob/master/CHANGELOG.md#${VERSION}](https://github.com/fanux/sealos/blob/master/CHANGELOG.md#${VERSION}) " >> Note.md cat Note.md