-
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.
Add CHANGELOG for v0.3.0, upgrade api and image version to v0.8.0 (#249)
* add changelog for clusteradm v0.3.0 Signed-off-by: ycyaoxdu <[email protected]> * change default api version and image version to v0.8.0 Signed-off-by: ycyaoxdu <[email protected]>
- Loading branch information
Showing
41 changed files
with
62 additions
and
2,170 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,34 +1,53 @@ | ||
[comment]: # ( Copyright Contributors to the Open Cluster Management project ) | ||
# Release Content | ||
## Additions | ||
- [Upgrade command](https://github.com/open-cluster-management-io/clusteradm/pull/150) @ilan-pinto | ||
- [Add policy-framework to hub-addon install](https://github.com/open-cluster-management-io/clusteradm/pull/170) @dhaiducek | ||
- [add support for manual bootstrap token for accept command](https://github.com/open-cluster-management-io/clusteradm/pull/167) @mgold1234 | ||
- [Add long description for commands](https://github.com/open-cluster-management-io/clusteradm/pull/157) @mgold1234 | ||
- [Feat: Proxy health supports selecting clusters via -c or --cluster](https://github.com/open-cluster-management-io/clusteradm/pull/152) @yue9944882 | ||
- [Feat: Print installed crd versions](https://github.com/open-cluster-management-io/clusteradm/pull/139) @yue9944882 | ||
- [Feat: clusteradm delete clusterset](https://github.com/open-cluster-management-io/clusteradm/pull/154) @ycyaoxdu | ||
- [feat: add command delete work](https://github.com/open-cluster-management-io/clusteradm/pull/149) @ycyaoxdu | ||
- [feat: add command clusterset unbind](https://github.com/open-cluster-management-io/clusteradm/pull/148) @ycyaoxdu | ||
- [Feat: clusteradm get klusterlet-info](https://github.com/open-cluster-management-io/clusteradm/pull/143) @ycyaoxdu | ||
|
||
|
||
- [deploy work to placement selected clusters](https://github.com/open-cluster-management-io/clusteradm/pull/247) @haoqing0110 | ||
- [add test that check manual bootstrap token](https://github.com/open-cluster-management-io/clusteradm/pull/191) @mgold1234 | ||
- [clusteradm: provide darwin arm64 binary](https://github.com/open-cluster-management-io/clusteradm/pull/204) @SataQiu | ||
- [Chore: Introducing golangci-lint - make verify](https://github.com/open-cluster-management-io/clusteradm/pull/213) @yue9944882 | ||
- [Add proxy kubectl command](https://github.com/open-cluster-management-io/clusteradm/pull/219) @xuezhaojun | ||
- [Doc: Adding more install approaches](https://github.com/open-cluster-management-io/clusteradm/pull/225) @yue9944882 | ||
- [Add the governance-policy-addon-controller](https://github.com/open-cluster-management-io/clusteradm/pull/229) @dhaiducek | ||
|
||
## Breaking Changes | ||
N/A | ||
|
||
## Changes | ||
- [Upgrade to Go v1.17 and upgrade packages](https://github.com/open-cluster-management-io/clusteradm/pull/168) @dhaiducek | ||
- [Change default version to v0.7.0](https://github.com/open-cluster-management-io/clusteradm/pull/176) @qiujian16 | ||
- [Update crd and rbac for operator](https://github.com/open-cluster-management-io/clusteradm/pull/156) @qiujian16 | ||
- [Update operator CRDs](https://github.com/open-cluster-management-io/clusteradm/pull/144) @qiujian16 | ||
- [Remove deploy-agent option from subscription controller](https://github.com/open-cluster-management-io/clusteradm/pull/146) @philipwu08 | ||
- [Rename addons --> hub-addon](https://github.com/open-cluster-management-io/clusteradm/pull/175) @dhaiduce | ||
- [update CONTRIBUTING guideline](https://github.com/open-cluster-management-io/clusteradm/pull/188) @ycyaoxdu | ||
- [Add yue9944882 as approver and ycyaoxdu as reviewer](https://github.com/open-cluster-management-io/clusteradm/pull/193) @qiujian16 | ||
- [upgrade to latest openshift/library-go](https://github.com/open-cluster-management-io/clusteradm/pull/194) @itdove | ||
- [Upgrade to ginkgo v2](https://github.com/open-cluster-management-io/clusteradm/pull/203) @itdove | ||
- [Stop using the GitHub API in the install script](https://github.com/open-cluster-management-io/clusteradm/pull/224) @mprahl | ||
- [Add context](https://github.com/open-cluster-management-io/clusteradm/pull/244) @itdove | ||
- [Update app addon CRDs](https://github.com/open-cluster-management-io/clusteradm/pull/246) @mikeshng | ||
|
||
## Bug Fixes | ||
- [fix: remove clusterset add, add clusterset set](https://github.com/open-cluster-management-io/clusteradm/pull/153) @ycyaoxdu | ||
- [Bugfix: Render hub image versions](https://github.com/open-cluster-management-io/clusteradm/pull/140) @yue9944882 | ||
- [fix the issue 130](https://github.com/open-cluster-management-io/clusteradm/pull/141) @xauthulei | ||
- [fix the issue 132](https://github.com/open-cluster-management-io/clusteradm/pull/136) @xauthulei | ||
- [honor the dry run flag for resources](https://github.com/open-cluster-management-io/clusteradm/pull/178) @jichenjc | ||
- [modify: help information](https://github.com/open-cluster-management-io/clusteradm/pull/189) @ycyaoxdu | ||
- [add change line to make output clear](https://github.com/open-cluster-management-io/clusteradm/pull/192) @jichenjc | ||
- [fix: use poll method to monitor namespace deletion](https://github.com/open-cluster-management-io/clusteradm/pull/195) @ycyaoxdu | ||
- [Add not found into output when deleted work not found](https://github.com/open-cluster-management-io/clusteradm/pull/197) @jichenjc | ||
- [add copyright check for .mk file](https://github.com/open-cluster-management-io/clusteradm/pull/199) @ycyaoxdu | ||
- [Add WithCache and getCache](https://github.com/open-cluster-management-io/clusteradm/pull/200) @itdove | ||
- [Use cache in ApplyCustomResources](https://github.com/open-cluster-management-io/clusteradm/pull/202) @itdove | ||
- [Make some Variable and Method to be at public scope](https://github.com/open-cluster-management-io/clusteradm/pull/206) @mgold1234 | ||
- [change method and veriables to public scope in addon command.](https://github.com/open-cluster-management-io/clusteradm/pull/207) @mgold1234 | ||
- [cluster_name has been converted to cluster-name](https://github.com/open-cluster-management-io/clusteradm/pull/209) @panguicai008 | ||
- [fix clusteradm addon enable command unknown flag: --names](https://github.com/open-cluster-management-io/clusteradm/pull/211) @panguicai008 | ||
- [fix clusteradm join usage example](https://github.com/open-cluster-management-io/clusteradm/pull/212) @panguicai008 | ||
- [add bundler version into output](https://github.com/open-cluster-management-io/clusteradm/pull/215) @jichenjc | ||
- [change method and veriables to public scope in clean command.](https://github.com/open-cluster-management-io/clusteradm/pull/216) @mgold1234 | ||
- [change method and veriables to public scope in clusterset_bind command.](https://github.com/open-cluster-management-io/clusteradm/pull/217) @mgold1234 | ||
- [fix: correct spelling of output table](https://github.com/open-cluster-management-io/clusteradm/pull/218) @vbelouso | ||
- [change method and veriables to public scope in clusetset_set command.](https://github.com/open-cluster-management-io/clusteradm/pull/220) @mgold1234 | ||
- [change method and veriables to public scope in clusetset_unbind command.](https://github.com/open-cluster-management-io/clusteradm/pull/221) @mgold1234 | ||
- [Update PolicySet CRD to match propagator](https://github.com/open-cluster-management-io/clusteradm/pull/222) @JustinKuli | ||
- [change method and veriables to public scope in create command.](https://github.com/open-cluster-management-io/clusteradm/pull/223) @mgold1234 | ||
- [inogre the vscode caches](https://github.com/open-cluster-management-io/clusteradm/pull/226) @xauthulei | ||
- [Fix init messaging](https://github.com/open-cluster-management-io/clusteradm/pull/227) @dhaiducek | ||
- [Update: proxy kubectl logs](https://github.com/open-cluster-management-io/clusteradm/pull/230) @xuezhaojun | ||
- [Consistent flags/Fix spelling](https://github.com/open-cluster-management-io/clusteradm/pull/231) @dhaiducek | ||
- [update wording to make error clear](https://github.com/open-cluster-management-io/clusteradm/pull/232) @jichenjc | ||
- [prevent delete of default clusterset](https://github.com/open-cluster-management-io/clusteradm/pull/233) @jichenjc | ||
- [show controller image in ./clusteradm get klusterlet-info](https://github.com/open-cluster-management-io/clusteradm/pull/237) @jichenjc | ||
- [Add dry run for delete clusterset](https://github.com/open-cluster-management-io/clusteradm/pull/239) @jichenjc | ||
- [Force developers to call Build()](https://github.com/open-cluster-management-io/clusteradm/pull/242) @itdove | ||
- [Force developers to call Build()](https://github.com/open-cluster-management-io/clusteradm/pull/243) @itdove |
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.2.0 | ||
v0.3.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
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
46 changes: 0 additions & 46 deletions
46
...-cluster-management.io/api/client/cluster/informers/externalversions/cluster/interface.go
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
...uster-management.io/api/client/cluster/informers/externalversions/cluster/v1/interface.go
This file was deleted.
Oops, something went wrong.
73 changes: 0 additions & 73 deletions
73
...-management.io/api/client/cluster/informers/externalversions/cluster/v1/managedcluster.go
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.