openstack-helm/releasenotes/notes/magnum.yaml
Mohammed Naser 8596470609 Added cluster/temp_cache_dir
When using Barbican with a large number of clusters, this option can
allow Magnum to cache the certificates locally to avoid hitting
the API excessively. It is enabled out of the box however since
we don't have that folder, it is not working.

Change-Id: I63cb35798b82460f7addd4ec719c157e2c1c4fd9
2021-12-02 12:43:32 +04:00

12 lines
395 B
YAML

---
magnum:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Added post-install and post-upgrade helm hook for jobs
- 0.2.0 Remove support for releases before T
- 0.2.1 Use policies in yaml format
- 0.2.2 Fix restarting of magnum-conductor pods
- 0.2.3 Update htk requirements repo
- 0.2.4 Mount empty temp_cache_dir for performance
...