File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ labels: {}
66image :
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
1212resources :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments