openstack-helm/releasenotes/notes/mistral.yaml
Vladimir Kozhukalov c09f566c9e Update kubernetes-entrypoint image
Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
by default instead of 1.0.0 which is v1 formatted and
not supported any more by docker.

Change-Id: Idf43d229d1c81c506653980b5e8cd6463550bc5f
2024-07-11 12:56:20 -05:00

19 lines
779 B
YAML

---
mistral:
- 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 hook for Jobs
- 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 Update default imaage values to Wallaby
- 0.2.4 Migrated PodDisruptionBudget resource to policy/v1 API version
- 0.2.5 Added OCI registry authentication
- 0.2.6 Use HTTP probe instead of TCP probe
- 0.2.7 Remove default policy rules
- 0.2.8 Enable custom annotations for Openstack pods
- 0.2.9 Enable custom annotations for Openstack secrets
- 0.2.10 Update images used by default
- 0.2.11 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...