openstack-helm-infra/releasenotes/notes/memcached.yaml
Huy Tran c60c138777 Enhancements to make stats cachedump configurable
Memcached stats cachedump is enabled by default. Changes in this
pathset provide an option to configure stats cachedump as desired
during deployment i.e. the stats cachedump can be disabled to
prevent user obtaining sensitive info via the cachedump data.

Change-Id: Ic6254f89b1478a414ac275436ddd659b16b75f98
2021-04-14 22:52:18 +00:00

7 lines
151 B
YAML

---
memcached:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Make stats cachedump configurable.
...