|
1 | 1 | [comment]: # ( Copyright Contributors to the Open Cluster Management project ) |
2 | 2 | # Release Content |
3 | 3 | ## Additions |
4 | | -- [deploy work to placement selected clusters](https://github.com/open-cluster-management-io/clusteradm/pull/247) @haoqing0110 |
5 | | -- [add test that check manual bootstrap token](https://github.com/open-cluster-management-io/clusteradm/pull/191) @mgold1234 |
6 | | -- [clusteradm: provide darwin arm64 binary](https://github.com/open-cluster-management-io/clusteradm/pull/204) @SataQiu |
7 | | -- [Chore: Introducing golangci-lint - make verify](https://github.com/open-cluster-management-io/clusteradm/pull/213) @yue9944882 |
8 | | -- [Add proxy kubectl command](https://github.com/open-cluster-management-io/clusteradm/pull/219) @xuezhaojun |
9 | | -- [Doc: Adding more install approaches](https://github.com/open-cluster-management-io/clusteradm/pull/225) @yue9944882 |
10 | | -- [Add the governance-policy-addon-controller](https://github.com/open-cluster-management-io/clusteradm/pull/229) @dhaiducek |
| 4 | +N/A |
11 | 5 |
|
12 | 6 | ## Breaking Changes |
13 | 7 | N/A |
14 | 8 |
|
15 | 9 | ## Changes |
16 | | -- [Add yue9944882 as approver and ycyaoxdu as reviewer](https://github.com/open-cluster-management-io/clusteradm/pull/193) @qiujian16 |
17 | | -- [upgrade to latest openshift/library-go](https://github.com/open-cluster-management-io/clusteradm/pull/194) @itdove |
18 | | -- [Upgrade to ginkgo v2](https://github.com/open-cluster-management-io/clusteradm/pull/203) @itdove |
19 | | -- [Stop using the GitHub API in the install script](https://github.com/open-cluster-management-io/clusteradm/pull/224) @mprahl |
20 | | -- [Add context](https://github.com/open-cluster-management-io/clusteradm/pull/244) @itdove |
21 | | -- [Update app addon CRDs](https://github.com/open-cluster-management-io/clusteradm/pull/246) @mikeshng |
| 10 | +- [Add preflight checks](https://github.com/open-cluster-management-io/clusteradm/pull/250) @Promacanthu |
| 11 | +- [use applier repo](https://github.com/open-cluster-management-io/clusteradm/pull/254) @itdove |
| 12 | +- [Update README with an additional policy config-policy-controller example](https://github.com/open-cluster-management-io/clusteradm/pull/258) @mikeshng |
| 13 | +- [Add dry run for create clusterset](https://github.com/open-cluster-management-io/clusteradm/pull/253) @IlonaShishov |
22 | 14 |
|
23 | 15 | ## Bug Fixes |
24 | | -- [modify: help information](https://github.com/open-cluster-management-io/clusteradm/pull/189) @ycyaoxdu |
25 | | -- [add change line to make output clear](https://github.com/open-cluster-management-io/clusteradm/pull/192) @jichenjc |
26 | | -- [fix: use poll method to monitor namespace deletion](https://github.com/open-cluster-management-io/clusteradm/pull/195) @ycyaoxdu |
27 | | -- [Add not found into output when deleted work not found](https://github.com/open-cluster-management-io/clusteradm/pull/197) @jichenjc |
28 | | -- [add copyright check for .mk file](https://github.com/open-cluster-management-io/clusteradm/pull/199) @ycyaoxdu |
29 | | -- [Add WithCache and getCache](https://github.com/open-cluster-management-io/clusteradm/pull/200) @itdove |
30 | | -- [Use cache in ApplyCustomResources](https://github.com/open-cluster-management-io/clusteradm/pull/202) @itdove |
31 | | -- [Make some Variable and Method to be at public scope](https://github.com/open-cluster-management-io/clusteradm/pull/206) @mgold1234 |
32 | | -- [change method and veriables to public scope in addon command.](https://github.com/open-cluster-management-io/clusteradm/pull/207) @mgold1234 |
33 | | -- [cluster_name has been converted to cluster-name](https://github.com/open-cluster-management-io/clusteradm/pull/209) @panguicai008 |
34 | | -- [fix clusteradm addon enable command unknown flag: --names](https://github.com/open-cluster-management-io/clusteradm/pull/211) @panguicai008 |
35 | | -- [fix clusteradm join usage example](https://github.com/open-cluster-management-io/clusteradm/pull/212) @panguicai008 |
36 | | -- [add bundler version into output](https://github.com/open-cluster-management-io/clusteradm/pull/215) @jichenjc |
37 | | -- [change method and veriables to public scope in clean command.](https://github.com/open-cluster-management-io/clusteradm/pull/216) @mgold1234 |
38 | | -- [change method and veriables to public scope in clusterset_bind command.](https://github.com/open-cluster-management-io/clusteradm/pull/217) @mgold1234 |
39 | | -- [fix: correct spelling of output table](https://github.com/open-cluster-management-io/clusteradm/pull/218) @vbelouso |
40 | | -- [change method and veriables to public scope in clusetset_set command.](https://github.com/open-cluster-management-io/clusteradm/pull/220) @mgold1234 |
41 | | -- [change method and veriables to public scope in clusetset_unbind command.](https://github.com/open-cluster-management-io/clusteradm/pull/221) @mgold1234 |
42 | | -- [Update PolicySet CRD to match propagator](https://github.com/open-cluster-management-io/clusteradm/pull/222) @JustinKuli |
43 | | -- [change method and veriables to public scope in create command.](https://github.com/open-cluster-management-io/clusteradm/pull/223) @mgold1234 |
44 | | -- [inogre the vscode caches](https://github.com/open-cluster-management-io/clusteradm/pull/226) @xauthulei |
45 | | -- [Fix init messaging](https://github.com/open-cluster-management-io/clusteradm/pull/227) @dhaiducek |
46 | | -- [Update: proxy kubectl logs](https://github.com/open-cluster-management-io/clusteradm/pull/230) @xuezhaojun |
47 | | -- [Consistent flags/Fix spelling](https://github.com/open-cluster-management-io/clusteradm/pull/231) @dhaiducek |
48 | | -- [update wording to make error clear](https://github.com/open-cluster-management-io/clusteradm/pull/232) @jichenjc |
49 | | -- [prevent delete of default clusterset](https://github.com/open-cluster-management-io/clusteradm/pull/233) @jichenjc |
50 | | -- [show controller image in ./clusteradm get klusterlet-info](https://github.com/open-cluster-management-io/clusteradm/pull/237) @jichenjc |
51 | | -- [Add dry run for delete clusterset](https://github.com/open-cluster-management-io/clusteradm/pull/239) @jichenjc |
52 | | -- [Force developers to call Build()](https://github.com/open-cluster-management-io/clusteradm/pull/242) @itdove |
53 | | -- [Force developers to call Build()](https://github.com/open-cluster-management-io/clusteradm/pull/243) @itdove |
| 16 | +- [show not exist when disable not-found addon](https://github.com/open-cluster-management-io/clusteradm/pull/241) @jichenjc |
| 17 | +- [Update the Policy Addon controller permissions](https://github.com/open-cluster-management-io/clusteradm/pull/257) @mprahl |
| 18 | +- [Load auth plugin for kube client](https://github.com/open-cluster-management-io/clusteradm/pull/263) @qiujian16 |
| 19 | +- [Fix sa token issue in 1.24](https://github.com/open-cluster-management-io/clusteradm/pull/252) @qiujian16 |
| 20 | + |
0 commit comments