openstack-helm-infra/releasenotes/notes/helm-toolkit.yaml
Neely, Travis (tn720x) 2300e76904 Replace brace expansion with more standardized Posix approach
There is also an extra . which causes the expansion to fail.

Change-Id: Id0c02e2f293a72048e33078548a588d5cf1b62ce
2021-03-09 16:01:02 -06:00

18 lines
775 B
YAML

---
helm-toolkit:
- 0.1.0 Initial Chart
- 0.1.1 Add extra DNS names to Ingress
- 0.1.2 Make database backups work with openstack Train
- 0.1.3 Fix ks-user script case matching for domain
- 0.1.4 Update ingress tpl in helmtoolkit
- 0.1.5 Add capability to delete a backup archive
- 0.2.0 Update default Kubernetes API for use with Helm v3
- 0.2.1 Change Issuer to ClusterIssuer
- 0.2.2 Revert Change Issuer to ClusterIssuer
- 0.2.3 Allow openstack service list to retry in event of keystone connection issues
- 0.2.4 Added detailed FiXME for ks-service script bug and code changes
- 0.2.5 Added logic to support cert-manager versioning
- 0.2.6 Add metadata in job templates
- 0.2.7 Replace brace expansion with more standardized Posix approach
...