Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(thanos): Updated image to 0.37.2 #1096

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions charts/thanos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

## [UNRELEASED]

## [v1.19.2] - 2024-12-11

### Changed

- Updated the _Thanos_ OCI image to [v0.37.2](https://github.com/thanos-io/thanos/releases/tag/v0.37.2). ([#1096](https://github.com/stevehipwell/helm-charts/pull/1096)) _@stevehipwell_

## [v1.19.1] - 2024-12-04

### Changed
Expand Down Expand Up @@ -541,6 +547,7 @@
RELEASE LINKS
-->
[UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/thanos
[v1.19.2]: https://github.com/stevehipwell/helm-charts/releases/tag/thanos-1.19.2
[v1.19.1]: https://github.com/stevehipwell/helm-charts/releases/tag/thanos-1.19.1
[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
Expand Down
6 changes: 3 additions & 3 deletions charts/thanos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.1
appVersion: 0.37.1
version: 1.19.2
appVersion: 0.37.2
keywords:
- kubernetes
- thanos
Expand All @@ -23,4 +23,4 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Updated the _Thanos_ OCI image to [v0.37.1](https://github.com/thanos-io/thanos/releases/tag/v0.37.1)."
description: "Updated the _Thanos_ OCI image to [v0.37.2](https://github.com/thanos-io/thanos/releases/tag/v0.37.2)."
8 changes: 4 additions & 4 deletions charts/thanos/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# thanos

![Version: 1.19.1](https://img.shields.io/badge/Version-1.19.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.37.1](https://img.shields.io/badge/AppVersion-0.37.1-informational?style=flat-square)
![Version: 1.19.2](https://img.shields.io/badge/Version-1.19.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.37.2](https://img.shields.io/badge/AppVersion-0.37.2-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.

Expand All @@ -25,15 +25,15 @@ 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.19.1
helm upgrade --install thanos oci://ghcr.io/stevehipwell/helm-charts/thanos --version 1.19.2
```

#### Verification

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.19.1
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.2
```

### Non-OCI Repository
Expand All @@ -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.19.1
helm upgrade --install thanos stevehipwell/thanos --version 1.19.2
```

## Values
Expand Down
Loading