|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v0.9.x |
| 4 | + |
| 5 | +### v0.9.1 |
| 6 | + |
| 7 | +- fix: Allow namespace controller to reconcile without crashing, if no IC exists |
| 8 | +- fix: In case a group mentioned in IC doesn't exist, it won't block reconciliation or editing of MTO's manifests |
| 9 | + |
| 10 | +### v0.9.0 |
| 11 | + |
| 12 | +- feat: Added console for tenants, templates and integration config |
| 13 | +- feat: Added support for custom realm name for RHSSO integration in Integration Config |
| 14 | +- feat: Add multiple status conditions to tenant and TGI for success and failure cases |
| 15 | +- feat: Show error messages with tenant and TGI status |
| 16 | +- fix: Stop reconciliation breaking for tenant and TGI, instead continue and show warnings |
| 17 | +- fix: Disable TGI/TI reconcile if mentioned template is not found. |
| 18 | +- fix: Disable repeated users webhook in tenant |
| 19 | +- enhance: Reduced API calls |
| 20 | +- enhance: General enhancements and improvements |
| 21 | +- chore: Update dependencies |
| 22 | + |
| 23 | +#### Enabling console |
| 24 | + |
| 25 | +- To enable console visit [Installation](./installation.md), and add config to subscription for OperatorHub based installation. |
| 26 | + |
3 | 27 | ## v0.8.x
|
4 | 28 |
|
5 | 29 | ### v0.8.3
|
|
13 | 37 | ### v0.8.0
|
14 | 38 |
|
15 | 39 | - feat: Allow custom roles for each tenant via label selector, more details in [custom roles document](./usecases/custom-roles.md)
|
16 |
| - - Roles mapping is a required field in [MTO's IntegrationConfig](./integration-config.md). By default, it will always be filled with OpenShift's admin/edit/view roles |
| 40 | + - Roles mapping is a required field in [MTO's IntegrationConfig][def]. By default, it will always be filled with OpenShift's admin/edit/view roles |
17 | 41 | - Ensure that mentioned roles exist within the cluster
|
18 | 42 | - Remove coupling with OpenShift's built-in admin/edit/view roles
|
19 | 43 | - feat: Removed coupling of ResourceSupervisor and Tenant resources
|
|
318 | 342 |
|
319 | 343 | ### v0.2.32
|
320 | 344 |
|
321 |
| -- refactor: Restructure integration config spec, more details in [relevant docs](./integration-config.md) |
| 345 | +- refactor: Restructure integration config spec, more details in [relevant docs][def] |
322 | 346 | - feat: Allow users to input custom regex in certain fields inside of integration config, more details in [relevant docs](./integration-config.md#openshift)
|
323 | 347 |
|
324 | 348 | ### v0.2.31
|
325 | 349 |
|
326 | 350 | - feat: Add limit range for `kube-RBAC-proxy`
|
| 351 | + |
| 352 | +[def]: ./integration-config.md |
0 commit comments