Skip to content
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: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [v0.12.0] - 2023-07-03

- Custom rule_group intervals, for all recording rule types or a global default.

## [v0.11.0] - 2022-10-22

### Changed
Expand Down Expand Up @@ -162,7 +166,8 @@
- Support raw query based SLI.
- Kubernetes (prometheus-operator) CRD generation support.

[unreleased]: https://github.com/slok/sloth/compare/v0.11.0...HEAD
[unreleased]: https://github.com/slok/sloth/compare/v0.12.0...HEAD
[v0.12.0]: https://github.com/slok/sloth/compare/v0.11.0...v0.12.0
[v0.11.0]: https://github.com/slok/sloth/compare/v0.10.0...v0.11.0
[v0.10.0]: https://github.com/slok/sloth/compare/v0.9.0...v0.10.0
[v0.9.0]: https://github.com/slok/sloth/compare/v0.8.0...v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/helm/sloth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ labels: {}

image:
repository: ghcr.io/slok/sloth
tag: v0.11.0
tag: v0.12.0

# -- Container resources: requests and limits for CPU, Memory
resources:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/raw/sloth-with-common-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
serviceAccountName: sloth
containers:
- name: sloth
image: ghcr.io/slok/sloth:v0.11.0
image: ghcr.io/slok/sloth:v0.12.0
args:
- kubernetes-controller
- --sli-plugins-path=/plugins
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/raw/sloth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
serviceAccountName: sloth
containers:
- name: sloth
image: ghcr.io/slok/sloth:v0.11.0
image: ghcr.io/slok/sloth:v0.12.0
args:
- kubernetes-controller
ports:
Expand Down