File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ v0.15.0] - 2025-10-31
6+
57### Added
68
79- Sloth SLO generation can be used as a Go library in ` github.com/slok/sloth/pkg/lib ` .
246248- Support raw query based SLI.
247249- Kubernetes (prometheus-operator) CRD generation support.
248250
249- [ unreleased ] : https://github.com/slok/sloth/compare/v0.14.0...HEAD
251+ [ unreleased ] : https://github.com/slok/sloth/compare/v0.15.0...HEAD
252+ [ v0.15.0 ] : https://github.com/slok/sloth/compare/v0.14.0...v0.15.0
250253[ v0.14.0 ] : https://github.com/slok/sloth/compare/v0.13.0...v0.14.0
251254[ v0.13.0 ] : https://github.com/slok/sloth/compare/v0.12.0...v0.13.0
252255[ v0.12.0 ] : https://github.com/slok/sloth/compare/v0.11.0...v0.12.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.14 .0
35+ image : ghcr.io/slok/sloth:v0.15 .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.14 .0
9+ tag : v0.15 .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.14 .0
88+ image : ghcr.io/slok/sloth:v0.15 .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.14 .0
88+ image : ghcr.io/slok/sloth:v0.15 .0
8989 args :
9090 - kubernetes-controller
9191 - --logger=default
You can’t perform that action at this time.
0 commit comments