openstack-helm/releasenotes/notes/cyborg.yaml
Vladimir Kozhukalov 79edaad3bf Update default images wherever possible
- In some charts third party images are used.
  Need inspection which of them can be updated.
- For some charts we don't build images.
  For this case let's build images for active
  projects and probably retire charts for retired
  or inactive projects.

Change-Id: Ic9e634806d40595992d68c1fc3cd54b655ca5d02
2024-04-30 19:55:33 +00:00

11 lines
415 B
YAML

---
cyborg:
- 0.1.0 Initial Chart
- 0.1.1 Migrated PodDisruptionBudget resource to policy/v1 API version
- 0.1.2 Added OCI registry authentication
- 0.1.3 Define service_type in keystone_authtoken to support application credentials with access rules
- 0.1.4 Enable custom annotations for Openstack pods
- 0.1.5 Enable custom annotations for Openstack secrets
- 0.1.6 Update images used by default
...