|
| 1 | +# Changelog since v0.4.0 |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +## v0.5.0 |
| 5 | + |
| 6 | +### New Features |
| 7 | +For improvement to scaling. ([@xiangjingli](https://github.com/xiangjingli) [@philipwu08](https://github.com/philipwu08)) [#35](https://github.com/open-cluster-management-io/multicloud-operators-subscription/pull/35) |
| 8 | +- Propagate application subscription to managed clusters using work API. |
| 9 | +- Introduce SubscriptionReport CRD to provide the results of individual subscriptions on the hub. |
| 10 | +- Introduce SubscriptionStatus CRD to represents the status of all the resources deployed of a subscription on a cluster. |
| 11 | +- Add new subscription summary aggregation controller for aggregating all cluster subscriptionReports to app subscriptionReport. |
| 12 | +- Rename most references of multicloud to multicluster. |
| 13 | +- Separate out placementrule entry into its own binary. |
| 14 | + |
| 15 | + |
| 16 | +### Added |
| 17 | +- Add secondary channel support for subscription. ([@rokej](https://github.com/rokej)) [#25](https://github.com/open-cluster-management-io/multicloud-operators-subscription/pull/25) |
| 18 | +- Add allowable and deny list support for subscription. ([@rokej](https://github.com/rokej)) [#35](https://github.com/open-cluster-management-io/multicloud-operators-subscription/pull/35) |
| 19 | + |
| 20 | +### Changes |
| 21 | +- Rename sample for order when applied. ([@vincent-pli](https://github.com/vincent-pli)) [#34](https://github.com/open-cluster-management-io/multicloud-operators-subscription/pull/34) |
| 22 | +- Misc doc related updates. ([@vincent-pli](https://github.com/vincent-pli) [@wzhanw](https://github.com/wzhanw)) |
| 23 | + |
| 24 | +### Bug Fixes |
| 25 | +- Remove owner reference from managed cluster subscription. ([@mikeshng](https://github.com/mikeshng)) [#33](https://github.com/open-cluster-management-io/multicloud-operators-subscription/pull/33) |
| 26 | +- Fix when Git subscription fails on managed cluster, host subscription is not updated. ([@rokej](https://github.com/rokej)) [#22](https://github.com/open-cluster-management-io/multicloud-operators-subscription/pull/22) |
| 27 | +- Fix AWS S3 listing objects to make sure all objects (> 1000) is able to be fetched. ([@rokej](https://github.com/rokej)) [#21](https://github.com/open-cluster-management-io/multicloud-operators-subscription/pull/21) |
| 28 | +- Fix after Git application deployment, do not remove application resources when kustomization build fails. ([@rokej](https://github.com/rokej)) [#20](https://github.com/open-cluster-management-io/multicloud-operators-subscription/pull/20) |
| 29 | + |
| 30 | +### Removed & Deprecated |
| 31 | +- Remove deployable API dependency ([@xiangjingli](https://github.com/xiangjingli) [@philipwu08](https://github.com/philipwu08) [@mikeshng](https://github.com/mikeshng)) [#35](https://github.com/open-cluster-management-io/multicloud-operators-subscription/pull/35) |
0 commit comments