This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
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: Wei Liu <liuweixa@redhat.com>
- Loading branch information
Showing
44 changed files
with
6,576 additions
and
3,702 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog since v0.10.0 | ||
All notable changes to this project will be documented in this file. | ||
|
||
## v0.11.0 | ||
|
||
### New Features | ||
* Support to approve a managed cluster registraion request automatically. ([#301](https://github.com/open-cluster-management-io/registration/pull/301) [@skeeey](https://github.com/skeeey)) | ||
|
||
### Added | ||
* Support to specify expiration seconds for managed cluster registraion CSR. ([#312](https://github.com/open-cluster-management-io/registration/pull/312) [@youhangwang](https://github.com/youhangwang)) | ||
* Support to configure the leader eclection flags for registration controller. ([#306](https://github.com/open-cluster-management-io/registration/pull/306) [@ldpliu](https://github.com/ldpliu)) | ||
* Validate the name of managed cluster. ([#304](https://github.com/open-cluster-management-io/registration/pull/304) [@qiujian16](https://github.com/qiujian16)) | ||
|
||
### Changes | ||
* Upgrade webhook server TLS min version to 1.3. ([#314](https://github.com/open-cluster-management-io/registration/pull/314) [@ldpliu](https://github.com/ldpliu)) | ||
* Upgrade kube libraries to 1.26 ([#302](https://github.com/open-cluster-management-io/registration/pull/302) [@skeeey](https://github.com/skeeey)) | ||
* Read the add-on installation mamespace from addo-on status at first. ([#308](https://github.com/open-cluster-management-io/registration/pull/308) [@qiujian16](https://github.com/qiujian16)) | ||
* Remove anonymous check from managedClusterCreatingController sync. ([#299](https://github.com/open-cluster-management-io/registration/pull/299) [@aii-nozomu-oki](https://github.com/aii-nozomu-oki)) | ||
|
||
### Bug Fixes | ||
* Keep the addon hub-kubeocnfig during addon is deleting. ([#315](https://github.com/open-cluster-management-io/registration/pull/315) [@zhiweiyin318](https://github.com/zhiweiyin318)) | ||
* Deny the managed cluster registraion request when managed cluster namespace is terminating. ([#310](https://github.com/open-cluster-management-io/registration/pull/310) [@xuezhaojun](https://github.com/xuezhaojun)) | ||
|
||
### Removed & Deprecated | ||
N/C |
439 changes: 260 additions & 179 deletions
439
deploy/hub/0000_00_clusters.open-cluster-management.io_managedclusters.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
595 changes: 353 additions & 242 deletions
595
deploy/hub/0000_00_clusters.open-cluster-management.io_managedclustersets.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
845 changes: 513 additions & 332 deletions
845
deploy/hub/0000_00_work.open-cluster-management.io_manifestworks.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
614 changes: 374 additions & 240 deletions
614
deploy/hub/0000_01_addon.open-cluster-management.io_managedclusteraddons.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
374 changes: 221 additions & 153 deletions
374
deploy/hub/0000_01_clusters.open-cluster-management.io_managedclustersetbindings.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.