-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(thanos): Updated to v0.33.0 (#855)
Signed-off-by: Steve Hipwell <[email protected]>
- Loading branch information
1 parent
2ca367d
commit 9a39721
Showing
2 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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`." |