From 23cbcc6adab620e7eb9855aadc67b06207ec0439 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Mon, 25 Nov 2024 13:06:05 +0000 Subject: [PATCH] feat(thanos): Updated image to 0.37.0 (#1084) Signed-off-by: Steve Hipwell --- charts/thanos/CHANGELOG.md | 7 +++++++ charts/thanos/Chart.yaml | 6 +++--- charts/thanos/README.md | 8 ++++---- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/charts/thanos/CHANGELOG.md b/charts/thanos/CHANGELOG.md index bbd17d9b..576fb93d 100644 --- a/charts/thanos/CHANGELOG.md +++ b/charts/thanos/CHANGELOG.md @@ -14,6 +14,12 @@ ## [UNRELEASED] +## [v1.19.0] - 2024-11-25 + +### Changed + +- Updated the _Thanos_ OCI image to [v0.37.0](https://github.com/thanos-io/thanos/releases/tag/v0.37.0). ([#1084](https://github.com/stevehipwell/helm-charts/pull/1084)) _@stevehipwell_ + ## [v1.18.2] - 2024-11-22 ### Changed @@ -529,6 +535,7 @@ RELEASE LINKS --> [UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/thanos +[v1.19.0]: https://github.com/stevehipwell/helm-charts/releases/tag/thanos-1.19.0 [v1.18.2]: https://github.com/stevehipwell/helm-charts/releases/tag/thanos-1.18.2 [v1.18.1]: https://github.com/stevehipwell/helm-charts/releases/tag/thanos-1.18.1 [v1.18.0]: https://github.com/stevehipwell/helm-charts/releases/tag/thanos-1.18.0 diff --git a/charts/thanos/Chart.yaml b/charts/thanos/Chart.yaml index d8c955a4..3b70cc9a 100644 --- a/charts/thanos/Chart.yaml +++ b/charts/thanos/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: thanos description: Helm chart to install Thanos; a set of components that can be composed into a highly available metric system with unlimited storage capacity, which can be added seamlessly on top of existing Prometheus deployments. type: application -version: 1.18.2 -appVersion: 0.36.1 +version: 1.19.0 +appVersion: 0.37.0 keywords: - kubernetes - thanos @@ -23,4 +23,4 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: "Updated configmap reload image to use `ghcr.io/jimmidyson/configmap-reload` as the _Chainguard_ image is no longer available." + description: "Updated the _Thanos_ OCI image to [v0.37.0](https://github.com/thanos-io/thanos/releases/tag/v0.37.0)." diff --git a/charts/thanos/README.md b/charts/thanos/README.md index 5d90a355..a0711683 100644 --- a/charts/thanos/README.md +++ b/charts/thanos/README.md @@ -1,6 +1,6 @@ # thanos -![Version: 1.18.2](https://img.shields.io/badge/Version-1.18.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.36.1](https://img.shields.io/badge/AppVersion-0.36.1-informational?style=flat-square) +![Version: 1.19.0](https://img.shields.io/badge/Version-1.19.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.37.0](https://img.shields.io/badge/AppVersion-0.37.0-informational?style=flat-square) Helm chart to install Thanos; a set of components that can be composed into a highly available metric system with unlimited storage capacity, which can be added seamlessly on top of existing Prometheus deployments. @@ -25,7 +25,7 @@ Helm chart to install Thanos; a set of components that can be composed into a hi To install the chart using the recommended OCI method you can use the following command. ```shell -helm upgrade --install thanos oci://ghcr.io/stevehipwell/helm-charts/thanos --version 1.18.2 +helm upgrade --install thanos oci://ghcr.io/stevehipwell/helm-charts/thanos --version 1.19.0 ``` #### Verification @@ -33,7 +33,7 @@ helm upgrade --install thanos oci://ghcr.io/stevehipwell/helm-charts/thanos --ve As the OCI chart release is signed by [Cosign](https://github.com/sigstore/cosign) you can verify the chart before installing it by running the following command. ```shell -cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/thanos:1.18.2 +cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/thanos:1.19.0 ``` ### Non-OCI Repository @@ -42,7 +42,7 @@ Alternatively you can use the legacy non-OCI method via the following commands. ```shell helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/ -helm upgrade --install thanos stevehipwell/thanos --version 1.18.2 +helm upgrade --install thanos stevehipwell/thanos --version 1.19.0 ``` ## Values