b72f3d0f3c
OpenStack services already moved to use policy in code. No need to have policy file at this point, at least no need to put default policy rule to policy.yaml file anymore. To put in duplicate rules, will cause unnecessay logs and process. Also not healthy for policy in code maintain as the `default` rules in openstack-helm might override actual default rules in code which we might not even mean to change it at all. Change-Id: I29ea57aa80444ed64673818e597c9ca346ba7b2f
15 lines
532 B
YAML
15 lines
532 B
YAML
---
|
|
senlin:
|
|
- 0.1.0 Initial Chart
|
|
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
|
|
- 0.2.0 Remove support for releases before T
|
|
- 0.2.1 Use policies in yaml format
|
|
- 0.2.2 Update htk requirements repo
|
|
- 0.2.3 Add conductor & health manager
|
|
- 0.2.4 Update default image release
|
|
- 0.2.5 Migrated CronJob resource to batch/v1 API version & PodDisruptionBudget to policy/v1
|
|
- 0.2.6 Add helm.sh/hook annotations for Jobs
|
|
- 0.2.7 Added OCI registry authentication
|
|
- 0.2.8 Remove default policy rules
|
|
...
|