From d34581542879b5e84ed5cf1a06bc8c747f7185d8 Mon Sep 17 00:00:00 2001 From: Alexander Trost Date: Wed, 3 Jan 2024 00:42:05 +0100 Subject: [PATCH] core: bump to v1.1.0 (#63) Signed-off-by: Alexander Trost --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- charts/extended-ceph-exporter/Chart.yaml | 4 ++-- charts/extended-ceph-exporter/README.md | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df483b3..5c6e564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.1.0 / 2024-01-02 + +* [CHORE] Update ceph-go library to 0.25.0 +* [CHORE] Update Prometheus client library +* [FEATURE] Add `serviceMonitor.scrapeTimeout` option to Helm chart + ## 1.0.3 / 2023-10-18 * [CHORE] Update ceph-go library to 0.24.0 diff --git a/VERSION b/VERSION index 21e8796..9084fa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.3 +1.1.0 diff --git a/charts/extended-ceph-exporter/Chart.yaml b/charts/extended-ceph-exporter/Chart.yaml index 5389ccc..6242fda 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.2 +version: 1.3.3 # 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.0.3" +appVersion: "v1.1.0" annotations: artifacthub.io/category: "monitoring-logging" diff --git a/charts/extended-ceph-exporter/README.md b/charts/extended-ceph-exporter/README.md index 123c996..f0ef8bd 100644 --- a/charts/extended-ceph-exporter/README.md +++ b/charts/extended-ceph-exporter/README.md @@ -2,7 +2,7 @@ A Helm chart for deploying the extended-ceph-exporter to Kubernetes -![Version: 1.3.2](https://img.shields.io/badge/Version-1.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.3](https://img.shields.io/badge/AppVersion-v1.0.3-informational?style=flat-square) +![Version: 1.3.3](https://img.shields.io/badge/Version-1.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.1.0](https://img.shields.io/badge/AppVersion-v1.1.0-informational?style=flat-square) ## Get Repo Info