From dc35ab1769ea7d575ed23700dad63f7ac66de448 Mon Sep 17 00:00:00 2001 From: jinyuan Date: Sat, 20 Feb 2021 14:10:08 +0800 Subject: [PATCH] Update Prometheus chart releasenotes to latest This change updates the releasenotes for the Prometheus chart to the latest version of the chart as of this patchset. Change-Id: I4bcfbb29e05f3798afb4be8788475745ea1a15d0 --- releasenotes/notes/prometheus.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/releasenotes/notes/prometheus.yaml b/releasenotes/notes/prometheus.yaml index 87e90d0a3..8bd6eaa32 100644 --- a/releasenotes/notes/prometheus.yaml +++ b/releasenotes/notes/prometheus.yaml @@ -1,4 +1,9 @@ --- 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 ...