From 58ecd74453d4a60d3c184ed2537783de96345586 Mon Sep 17 00:00:00 2001 From: Alexander Trost Date: Thu, 29 Feb 2024 23:00:56 +0100 Subject: [PATCH] version: bump to v1.2.0 Signed-off-by: Alexander Trost --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- charts/extended-ceph-exporter/Chart.yaml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6e564..fe00a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.2.0 / 2024-02-29 + +* [CHORE] Update ceph-go library to 0.26.0 +* [CHORE] Update Prometheus client libraries +* [CHORE] Update Golang version to 1.21.x + ## 1.1.0 / 2024-01-02 * [CHORE] Update ceph-go library to 0.25.0 diff --git a/VERSION b/VERSION index 9084fa2..26aaba0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0 diff --git a/charts/extended-ceph-exporter/Chart.yaml b/charts/extended-ceph-exporter/Chart.yaml index 6242fda..950dd4d 100644 --- a/charts/extended-ceph-exporter/Chart.yaml +++ b/charts/extended-ceph-exporter/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.3.3 +version: 1.3.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v1.1.0" +appVersion: "v1.2.0" annotations: artifacthub.io/category: "monitoring-logging"