Skip to content

Commit

Permalink
refactor(master): release rc.8 (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuisongliu authored Dec 29, 2021
1 parent 2b45783 commit e575092
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
--push \
-t ${DOCKER_REPO:-fanux/sealos}:${{ steps.prepare.outputs.tag_name }} \
-t ${DOCKER_REPO:-fanux/sealos}:latest \
-f hack/dockerfile/Dockerfile.hub \
-f hack/dockerfile/Dockerfile \
.
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
# Table of Contents
[TOC]

- [3.3.9-rc.6](#671)
- [3.3.9-rc.5](#658)
- [3.3.9-rc.3](#658)
# ChangeLog

# 3.3.9-rc.6
## 3.3.9-rc.8

- delete cloud,install,delete feature
- [#778](https://github.com/fanux/sealos/pull/778)

## 3.3.9-rc.6

- fix github action
- support 1.23+

# 3.3.9-rc.5
## 3.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

- hotfix: fix decode cmd miss TokenCaCertHash(#616)
- feat: kubernetes version. like 1.20.0+ , cri use containerd , other use docker-ce.
Expand Down
26 changes: 0 additions & 26 deletions hack/docker/Dockerfile

This file was deleted.

0 comments on commit e575092

Please sign in to comment.