Skip to content

Commit 434b29f

Browse files
authored
Merge pull request #555 from slok/slok/prepare-v0.12.0
Prepare v0.12.0 release
2 parents fcb4f4d + b7338c2 commit 434b29f

File tree

6 files changed

+21
-18
lines changed

6 files changed

+21
-18
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.12.0] - 2025-03-27
6+
57
## Added
68

79
- Add `ApplyConfig` utils for Kubernetes lib clients.
@@ -178,7 +180,8 @@
178180
- Support raw query based SLI.
179181
- Kubernetes (prometheus-operator) CRD generation support.
180182

181-
[unreleased]: https://github.com/slok/sloth/compare/v0.11.0...HEAD
183+
[unreleased]: https://github.com/slok/sloth/compare/v0.12.0...HEAD
184+
[v0.12.0]: https://github.com/slok/sloth/compare/v0.11.0...v0.12.0
182185
[v0.11.0]: https://github.com/slok/sloth/compare/v0.10.0...v0.11.0
183186
[v0.10.0]: https://github.com/slok/sloth/compare/v0.9.0...v0.10.0
184187
[v0.9.0]: https://github.com/slok/sloth/compare/v0.8.0...v0.9.0

deploy/kubernetes/helm/sloth/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description: Base chart for Sloth.
44
type: application
55
home: https://github.com/slok/sloth
66
kubeVersion: ">= 1.19.0-0"
7-
version: 0.8.0
7+
version: 0.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.11.0
35+
image: ghcr.io/slok/sloth:v0.12.0
3636
args:
3737
- kubernetes-controller
3838
- --sli-plugins-path=/plugins

deploy/kubernetes/helm/sloth/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ labels: {}
22

33
image:
44
repository: ghcr.io/slok/sloth
5-
tag: v0.11.0
5+
tag: v0.12.0
66

77
# -- Container resources: requests and limits for CPU, Memory
88
resources:

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: sloth
77
namespace: monitoring
88
labels:
9-
helm.sh/chart: sloth-0.8.0
9+
helm.sh/chart: sloth-0.12.0
1010
app.kubernetes.io/managed-by: Helm
1111
app: sloth
1212
app.kubernetes.io/name: sloth
@@ -18,7 +18,7 @@ kind: ClusterRole
1818
metadata:
1919
name: sloth
2020
labels:
21-
helm.sh/chart: sloth-0.8.0
21+
helm.sh/chart: sloth-0.12.0
2222
app.kubernetes.io/managed-by: Helm
2323
app: sloth
2424
app.kubernetes.io/name: sloth
@@ -38,7 +38,7 @@ kind: ClusterRoleBinding
3838
metadata:
3939
name: sloth
4040
labels:
41-
helm.sh/chart: sloth-0.8.0
41+
helm.sh/chart: sloth-0.12.0
4242
app.kubernetes.io/managed-by: Helm
4343
app: sloth
4444
app.kubernetes.io/name: sloth
@@ -59,7 +59,7 @@ metadata:
5959
name: sloth
6060
namespace: monitoring
6161
labels:
62-
helm.sh/chart: sloth-0.8.0
62+
helm.sh/chart: sloth-0.12.0
6363
app.kubernetes.io/managed-by: Helm
6464
app: sloth
6565
app.kubernetes.io/name: sloth
@@ -74,7 +74,7 @@ spec:
7474
template:
7575
metadata:
7676
labels:
77-
helm.sh/chart: sloth-0.8.0
77+
helm.sh/chart: sloth-0.12.0
7878
app.kubernetes.io/managed-by: Helm
7979
app: sloth
8080
app.kubernetes.io/name: sloth
@@ -85,7 +85,7 @@ spec:
8585
serviceAccountName: sloth
8686
containers:
8787
- name: sloth
88-
image: ghcr.io/slok/sloth:v0.11.0
88+
image: ghcr.io/slok/sloth:v0.12.0
8989
args:
9090
- kubernetes-controller
9191
- --sli-plugins-path=/plugins
@@ -133,7 +133,7 @@ metadata:
133133
name: sloth
134134
namespace: monitoring
135135
labels:
136-
helm.sh/chart: sloth-0.8.0
136+
helm.sh/chart: sloth-0.12.0
137137
app.kubernetes.io/managed-by: Helm
138138
app: sloth
139139
app.kubernetes.io/name: sloth

deploy/kubernetes/raw/sloth.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: sloth
77
namespace: monitoring
88
labels:
9-
helm.sh/chart: sloth-0.8.0
9+
helm.sh/chart: sloth-0.12.0
1010
app.kubernetes.io/managed-by: Helm
1111
app: sloth
1212
app.kubernetes.io/name: sloth
@@ -18,7 +18,7 @@ kind: ClusterRole
1818
metadata:
1919
name: sloth
2020
labels:
21-
helm.sh/chart: sloth-0.8.0
21+
helm.sh/chart: sloth-0.12.0
2222
app.kubernetes.io/managed-by: Helm
2323
app: sloth
2424
app.kubernetes.io/name: sloth
@@ -38,7 +38,7 @@ kind: ClusterRoleBinding
3838
metadata:
3939
name: sloth
4040
labels:
41-
helm.sh/chart: sloth-0.8.0
41+
helm.sh/chart: sloth-0.12.0
4242
app.kubernetes.io/managed-by: Helm
4343
app: sloth
4444
app.kubernetes.io/name: sloth
@@ -59,7 +59,7 @@ metadata:
5959
name: sloth
6060
namespace: monitoring
6161
labels:
62-
helm.sh/chart: sloth-0.8.0
62+
helm.sh/chart: sloth-0.12.0
6363
app.kubernetes.io/managed-by: Helm
6464
app: sloth
6565
app.kubernetes.io/name: sloth
@@ -74,7 +74,7 @@ spec:
7474
template:
7575
metadata:
7676
labels:
77-
helm.sh/chart: sloth-0.8.0
77+
helm.sh/chart: sloth-0.12.0
7878
app.kubernetes.io/managed-by: Helm
7979
app: sloth
8080
app.kubernetes.io/name: sloth
@@ -85,7 +85,7 @@ spec:
8585
serviceAccountName: sloth
8686
containers:
8787
- name: sloth
88-
image: ghcr.io/slok/sloth:v0.11.0
88+
image: ghcr.io/slok/sloth:v0.12.0
8989
args:
9090
- kubernetes-controller
9191
- --logger=default
@@ -108,7 +108,7 @@ metadata:
108108
name: sloth
109109
namespace: monitoring
110110
labels:
111-
helm.sh/chart: sloth-0.8.0
111+
helm.sh/chart: sloth-0.12.0
112112
app.kubernetes.io/managed-by: Helm
113113
app: sloth
114114
app.kubernetes.io/name: sloth

0 commit comments

Comments
 (0)