-
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: Jian Qiu <[email protected]>
- Loading branch information
Showing
18 changed files
with
31 additions
and
442 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
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
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,18 +1,13 @@ | ||
[comment]: # ( Copyright Contributors to the Open Cluster Management project ) | ||
# Release Content | ||
## Additions | ||
- [refactor join command and add preflight check](https://github.com/open-cluster-management-io/clusteradm/pull/291) @ycyaoxdu | ||
- [add output option: json](https://github.com/open-cluster-management-io/clusteradm/pull/288) @ycyaoxdu | ||
|
||
## Breaking Changes | ||
- [Add addon OWNERS files](https://github.com/open-cluster-management-io/clusteradm/pull/301) @dhaiducek | ||
|
||
## Changes | ||
- [Update the Policy CRD to contain the spec.copyPolicyMetadata field](https://github.com/open-cluster-management-io/clusteradm/pull/305) @mprahl | ||
- [upgrade github action](https://github.com/open-cluster-management-io/clusteradm/pull/293) @ycyaoxdu | ||
- [Update klusterlet crd](https://github.com/open-cluster-management-io/clusteradm/pull/290) @zhujian7 | ||
- [Update some policy crds to improve field descriptions](https://github.com/open-cluster-management-io/clusteradm/pull/286) @gparvin | ||
- [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 | ||
|
||
## Bug Fixes | ||
- [Fix: warning when klusterletApiServer doesn't start with https://](https://github.com/open-cluster-management-io/clusteradm/pull/297) @xuezhaojun | ||
- [Fix: preflight check should return no error when configmap cluster-info not exist.](https://github.com/open-cluster-management-io/clusteradm/pull/296) @xuezhaojun | ||
|
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
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.0 | ||
v0.5.1 |
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,6 +1,6 @@ | ||
module open-cluster-management.io/clusteradm | ||
|
||
go 1.17 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/briandowns/spinner v1.18.1 | ||
|
Oops, something went wrong.