File tree Expand file tree Collapse file tree 6 files changed +19
-9
lines changed
Expand file tree Collapse file tree 6 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ v0.14.0] - 2025-10-13
6+
57### Added
68
79- Add contrib plugin directory and CODEOWNERS policies.
1113- Contrib plugin: ` sloth.dev/contrib/rule_intervals/v1 ` .
1214- Contrib plugin: ` sloth.dev/contrib/error_budget_exhausted_alert/v1 ` .
1315- Contrib plugin: ` sloth.dev/contrib/denominator_corrected_rules/v1 ` .
16+ - Add ` --slo-plugins ` and ` -s ` flag (` validate ` ) to be able to declare SLO plugins at cmd level, these plugins will be applied to all SLOs.
17+ - Add ` --disable-default-slo-plugins ` flag (` validate ` ) to be able to disable default Sloth SLO plugins.
18+
19+
20+ ### Changed
21+
22+ - Update chat git sync to v4.5.0
1423
1524## [ v0.13.0] - 2025-09-10
1625
221230- Support raw query based SLI.
222231- Kubernetes (prometheus-operator) CRD generation support.
223232
224- [ unreleased ] : https://github.com/slok/sloth/compare/v0.13.0...HEAD
233+ [ unreleased ] : https://github.com/slok/sloth/compare/v0.14.0...HEAD
234+ [ v0.14.0 ] : https://github.com/slok/sloth/compare/v0.13.0...v0.14.0
225235[ v0.13.0 ] : https://github.com/slok/sloth/compare/v0.12.0...v0.13.0
226236[ v0.12.0 ] : https://github.com/slok/sloth/compare/v0.11.0...v0.12.0
227237[ v0.11.0 ] : https://github.com/slok/sloth/compare/v0.10.0...v0.11.0
Original file line number Diff line number Diff line change 7070 cpu : 5m
7171 memory : 75Mi
7272 - name : git-sync-plugins
73- image : registry.k8s.io/git-sync/git-sync:v4.4 .0
73+ image : registry.k8s.io/git-sync/git-sync:v4.5 .0
7474 args :
7575 - --repo=https://github.com/slok/sloth-test-common-sli-plugins
7676 - --ref=main
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.13 .0
35+ image : ghcr.io/slok/sloth:v0.14 .0
3636 args :
3737 - kubernetes-controller
3838 - --plugins-path=/plugins
5252 cpu : 5m
5353 memory : 75Mi
5454 - name : git-sync-plugins
55- image : registry.k8s.io/git-sync/git-sync:v4.4 .0
55+ image : registry.k8s.io/git-sync/git-sync:v4.5 .0
5656 args :
5757 - --repo=https://github.com/slok/sloth-common-sli-plugins
5858 - --ref=main
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.13 .0
9+ tag : v0.14 .0
1010
1111# -- Container resources: requests and limits for CPU, Memory
1212resources :
@@ -37,7 +37,7 @@ commonPlugins:
3737 enabled : true
3838 image :
3939 repository : registry.k8s.io/git-sync/git-sync
40- tag : v4.4 .0
40+ tag : v4.5 .0
4141 gitRepo :
4242 url : https://github.com/slok/sloth-common-sli-plugins
4343 branch : main
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.13 .0
88+ image : ghcr.io/slok/sloth:v0.14 .0
8989 args :
9090 - kubernetes-controller
9191 - --plugins-path=/plugins
@@ -105,7 +105,7 @@ spec:
105105 cpu : 5m
106106 memory : 75Mi
107107 - name : git-sync-plugins
108- image : registry.k8s.io/git-sync/git-sync:v4.4 .0
108+ image : registry.k8s.io/git-sync/git-sync:v4.5 .0
109109 args :
110110 - --repo=https://github.com/slok/sloth-common-sli-plugins
111111 - --ref=main
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.13 .0
88+ image : ghcr.io/slok/sloth:v0.14 .0
8989 args :
9090 - kubernetes-controller
9191 - --logger=default
You can’t perform that action at this time.
0 commit comments