Skip to content

Commit

Permalink
feat(thanos): Updated to v0.33.0 (#855)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <[email protected]>
  • Loading branch information
stevehipwell authored Jan 5, 2024
1 parent 2ca367d commit 9a39721
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
5 changes: 4 additions & 1 deletion charts/thanos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

## [v1.15.0] - 2024-01-05

### Added

- Added `compact.deduplication.enabled` value to disable compact deduplication.
- Added `compact.deduplication.func` value to set the compact deduplication function.
- Added `rule.instanceLabel` to set the label `thanos_rule` to `<NAMESPACE>/<RULE_FULLNAME>`.
- Added support for specifying custom Kubernetes cluster domain.

### Changed

- Updated the _Thanos_ OCI image to [v0.33.0](https://github.com/thanos-io/thanos/releases/tag/v0.33.0).
- Changed the default `configmap-reload` image variant to `cgr.dev/chainguard/configmap-reload:latest`.
- Added support for specifying custom Kubernetes cluster domain

### Deprecated

Expand Down
20 changes: 16 additions & 4 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 for Thanos components.
type: application
version: 1.14.5
appVersion: 0.32.5
version: 1.15.0
appVersion: 0.33.0
keywords:
- kubernetes
- thanos
Expand All @@ -22,5 +22,17 @@ maintainers:
email: [email protected]
annotations:
artifacthub.io/changes: |
- kind: fixed
description: "Updated the _Thanos_ OCI image to [v0.32.5](https://github.com/thanos-io/thanos/releases/tag/v0.32.5)."
- kind: added
description: "Added `compact.deduplication.enabled` value to disable compact deduplication."
- kind: added
description: "Added `compact.deduplication.func` value to set the compact deduplication function."
- kind: added
description: "Added `rule.instanceLabel` to set the label `thanos_rule` to `<NAMESPACE>/<RULE_FULLNAME>`."
- kind: added
description: "Added support for specifying custom Kubernetes cluster domain."
- kind: changed
description: "Updated the _Thanos_ OCI image to [v0.33.0](https://github.com/thanos-io/thanos/releases/tag/v0.33.0)."
- kind: changed
description: "Changed the default `configmap-reload` image variant to `cgr.dev/chainguard/configmap-reload:latest`."
- kind: deprecated
description: "Deprecated the `compact.replicaDeduplication` value in favour of setting `compact.deduplication.func=penalty`."

0 comments on commit 9a39721

Please sign in to comment.