Skip to content

Commit 358e218

Browse files
committed
Prepare for sloth version v0.16.0
Signed-off-by: Xabier Larrakoetxea <me@slok.dev>
1 parent 8a3f98c commit 358e218

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [v0.16.0] - 2026-04-04
6+
57
### Added
68

79
- K8s transformer plugins to be able to customize the k8s resulting objects without depending on current Prometheys operator Rule CR.
@@ -17,6 +19,7 @@
1719
- UI: Support service list sort by name and alert status.
1820
- UI: Support alert firing, burning over budget and budget consumed in period SLO filtering on SLO listing.
1921
- Update to Kubernetes v1.35.
22+
- `validate` command will check for SLO duplicates (disable with `--ignore-slo-duplicates`).
2023

2124
### Changed
2225

@@ -269,7 +272,8 @@
269272
- Support raw query based SLI.
270273
- Kubernetes (prometheus-operator) CRD generation support.
271274

272-
[unreleased]: https://github.com/slok/sloth/compare/v0.15.0...HEAD
275+
[unreleased]: https://github.com/slok/sloth/compare/v0.16.0...HEAD
276+
[v0.16.0]: https://github.com/slok/sloth/compare/v0.15.0...v0.16.0
273277
[v0.15.0]: https://github.com/slok/sloth/compare/v0.14.0...v0.15.0
274278
[v0.14.0]: https://github.com/slok/sloth/compare/v0.13.0...v0.14.0
275279
[v0.13.0]: https://github.com/slok/sloth/compare/v0.12.0...v0.13.0

deploy/kubernetes/helm/sloth/tests/testdata/output/deployment_default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
serviceAccountName: sloth
3333
containers:
3434
- name: sloth
35-
image: ghcr.io/slok/sloth:v0.15.0
35+
image: ghcr.io/slok/sloth:v0.16.0
3636
args:
3737
- kubernetes-controller
3838
- --plugins-path=/plugins

deploy/kubernetes/helm/sloth/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ labels: {}
66
image:
77
registry: ghcr.io # This field cannot be empty if global.imageRegistry is also empty.
88
repository: slok/sloth
9-
tag: v0.15.0
9+
tag: v0.16.0
1010

1111
# -- Container resources: requests and limits for CPU, Memory
1212
resources:

deploy/kubernetes/raw/sloth-with-common-plugins.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
serviceAccountName: sloth
8686
containers:
8787
- name: sloth
88-
image: ghcr.io/slok/sloth:v0.15.0
88+
image: ghcr.io/slok/sloth:v0.16.0
8989
args:
9090
- kubernetes-controller
9191
- --plugins-path=/plugins

deploy/kubernetes/raw/sloth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
serviceAccountName: sloth
8686
containers:
8787
- name: sloth
88-
image: ghcr.io/slok/sloth:v0.15.0
88+
image: ghcr.io/slok/sloth:v0.16.0
8989
args:
9090
- kubernetes-controller
9191
- --logger=default

0 commit comments

Comments
 (0)