Skip to content

Commit be4733e

Browse files
authored
Merge pull request slok#692 from slok/slok/prepare-v0.14.0
Bump v0.14.0
2 parents 54d51e8 + 2b4c01f commit be4733e

File tree

6 files changed

+19
-9
lines changed

6 files changed

+19
-9
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [v0.14.0] - 2025-10-13
6+
57
### Added
68

79
- Add contrib plugin directory and CODEOWNERS policies.
@@ -11,6 +13,13 @@
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

@@ -221,7 +230,8 @@
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
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

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

Lines changed: 2 additions & 2 deletions
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.13.0
35+
image: ghcr.io/slok/sloth:v0.14.0
3636
args:
3737
- kubernetes-controller
3838
- --plugins-path=/plugins
@@ -52,7 +52,7 @@ spec:
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

deploy/kubernetes/helm/sloth/values.yaml

Lines changed: 2 additions & 2 deletions
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.13.0
9+
tag: v0.14.0
1010

1111
# -- Container resources: requests and limits for CPU, Memory
1212
resources:
@@ -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

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

Lines changed: 2 additions & 2 deletions
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.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

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.13.0
88+
image: ghcr.io/slok/sloth:v0.14.0
8989
args:
9090
- kubernetes-controller
9191
- --logger=default

0 commit comments

Comments
 (0)