Skip to content

Commit 25946a8

Browse files
authored
Merge pull request #713 from slok/slok/prepare-v015
Prepare for v0.15.0
2 parents a00e62d + 176474f commit 25946a8

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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`.
@@ -246,7 +248,8 @@
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

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

0 commit comments

Comments
 (0)