-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: ycyaoxdu <[email protected]>
- Loading branch information
Showing
3 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,26 @@ | ||
[comment]: # ( Copyright Contributors to the Open Cluster Management project ) | ||
# Release Content | ||
## Additions | ||
- [feature: enhance unjoin command to support hosted klusterlet](https://github.com/open-cluster-management-io/clusteradm/pull/317) @ycyaoxdu | ||
- [Add feature-gate flag for init and join](https://github.com/open-cluster-management-io/clusteradm/pull/325) @qiujian16 | ||
- [Add interactiveMode in proxy.](https://github.com/open-cluster-management-io/clusteradm/pull/328) @xuezhaojun | ||
- [Add cmd to create placement](https://github.com/open-cluster-management-io/clusteradm/pull/331) @qiujian16 | ||
- [Apply manifestowkr replicaset when use --replicaset label](https://github.com/open-cluster-management-io/clusteradm/pull/337) @qiujian16 | ||
- [Set autoApproveUsers with ManagedClusterAutoApproval feature gates](https://github.com/open-cluster-management-io/clusteradm/pull/341) @qiujian16 | ||
|
||
## Breaking Changes | ||
|
||
## Changes | ||
- [Unify help text for --bundle-version ](https://github.com/open-cluster-management-io/clusteradm/pull/311) @nirs | ||
- [Refine --bundle-version help](https://github.com/open-cluster-management-io/clusteradm/pull/312) @nirs | ||
- [Upgrade to golang 1.19](https://github.com/open-cluster-management-io/clusteradm/pull/312) @qiujian16 | ||
- [Refactor get addon cmd](https://github.com/open-cluster-management-io/clusteradm/pull/316) @qiujian16 | ||
- [Refactor cluster and clusters flags](https://github.com/open-cluster-management-io/clusteradm/pull/327) @qiujian16 | ||
- [Rm applier](https://github.com/open-cluster-management-io/clusteradm/pull/332) @qiujian16 | ||
- [Remove applier deps from tests](https://github.com/open-cluster-management-io/clusteradm/pull/333) @qiujian16 | ||
- [List clusters when getting clusterset](https://github.com/open-cluster-management-io/clusteradm/pull/335) @qiujian16 | ||
|
||
## Bug Fixes | ||
|
||
- [Bug Fix: remove bootstratp secret during clean](https://github.com/open-cluster-management-io/clusteradm/pull/319) @USER0308 | ||
- [add preflight check for cluster name](https://github.com/open-cluster-management-io/clusteradm/pull/321) @ycyaoxdu | ||
- [Fix get work filter and return more details](https://github.com/open-cluster-management-io/clusteradm/pull/326) @qiujian16 | ||
- [Fix: flaky e2e failed because of "Error: cluster manager still exists"](https://github.com/open-cluster-management-io/clusteradm/pull/329) @xuezhaojun | ||
- [fix: version break line](https://github.com/open-cluster-management-io/clusteradm/pull/330) @huiwq1990 | ||
- [fix 3 CVEs: CVE-2022-27664, CVE-2022-32149, CVE-2022-28948](https://github.com/open-cluster-management-io/clusteradm/pull/345) @ycyangxdu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.5.1 | ||
v0.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters