openstack-helm-infra/releasenotes/notes/prometheus.yaml
Vladimir Kozhukalov ae91cf3fc3 Use deploy-env role for all deployment jobs
To make it easier to maintain the jobs all experimental
jobs (those which are not run in check and gate pipelines)
are moved to a separate file. They will be revised later
to use the same deploy-env role.

Also many charts use Openstack images for testing this
PR adds 2023.1 Ubuntu Focal overrides for all these charts.

Change-Id: I4a6fb998c7eb1026b3c05ddd69f62531137b6e51
2023-09-22 15:02:07 -05:00

20 lines
810 B
YAML

---
prometheus:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Add configurable readiness/liveness Probes
- 0.1.3 Revert "Render Rules as Templates"
- 0.1.4 Fix spacing inconsistencies with flags
- 0.1.5 Fix spacing inconsistencies with flags
- 0.1.6 Upgrade version to v2.25 fix/remove deprecated flags
- 0.1.7 Enable TLS for Prometheus
- 0.1.8 Change readiness probe from /status to /-/ready
- 0.1.9 Retrieve backend port name from values.yaml
- 0.1.10 Use full image ref for docker official images
- 0.1.11 Update htk requirements
- 0.1.12 Update default image value to Wallaby
- 0.1.13 Added OCI registry authentication
- 0.1.14 Added feature to launch Prometheus with custom script
- 0.1.15 Add 2023.1 Ubuntu Focal overrides
...