openstack-helm-infra/releasenotes/notes/ingress.yaml
Gage Hugo 22e50a5569 Update htk requirements
This change updates the helm-toolkit path in each chart as part
of the move to helm v3. This is due to a lack of helm serve.

Change-Id: I011e282616bf0b5a5c72c1db185c70d8c721695e
2021-10-06 01:02:28 +00:00

12 lines
389 B
YAML

---
ingress:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Update to container image repo k8s.gcr.io
- 0.2.0 Update default Kubernetes API for use with Helm v3
- 0.2.1 Use HostToContainer mountPropagation
- 0.2.2 Use full image ref for docker official images
- 0.2.3 Uplift ingress to 0.42.0
- 0.2.4 Update htk requirements
...