openstack-helm/releasenotes/notes/masakari.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

18 lines
822 B
YAML

---
masakari:
- 0.1.0 Initial Chart
- 0.1.1 Seperate node labels for monitors
- 0.1.2 Added halm hook and fix for hostmonitors to support pacemaker remote
- 0.1.3 Mount sudoers file for masakari hostmonitors
- 0.1.4 Migrated PodDisruptionBudget resource to policy/v1 API version
- 0.1.5 Added OCI registry authentication
- 0.1.6 Use HTTP probe instead of TCP probe
- 0.1.7 Define service_type in keystone_authtoken to support application credentials with access rules
- 0.1.8 Add helm hook to jobs-rabbitmq-init
- 0.1.9 Enable custom annotations for Openstack pods
- 0.1.10 Enable custom annotations for Openstack secrets
- 0.1.11 Move api_paste_config value to wsgi
- 0.1.12 Update images used by default
- 0.1.13 Use quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal by default
...