Skip to content

Commit 86a9d83

Browse files
authored
cut release v0.26.0 (#275)
Signed-off-by: Haoyu Sun <[email protected]>
1 parent 6328583 commit 86a9d83

File tree

56 files changed

+94
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+94
-91
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,15 @@ We use *breaking* word for marking changes that are not backward compatible (rel
1919

2020
### Added
2121

22-
- [#263](https://github.com/thanos-io/kube-thanos/pull/263) Add support for stateless Rulers.
23-
2422
### Fixed
2523

26-
-
24+
25+
## [v0.26.0](https://github.com/thanos-io/kube-thanos/tree/v0.26.0) (2022-06-13)
26+
27+
### Added
28+
29+
- [#263](https://github.com/thanos-io/kube-thanos/pull/263) Add support for stateless Rulers.
30+
2731

2832
## [v0.24.0](https://github.com/thanos-io/kube-thanos/tree/v0.24.0) (2021-12-17)
2933

@@ -43,7 +47,6 @@ We use *breaking* word for marking changes that are not backward compatible (rel
4347

4448
[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/v0.22.0...v0.24.0)
4549

46-
-
4750

4851
## [v0.22.0](https://github.com/thanos-io/kube-thanos/tree/v0.22.0) (2021-08-17)
4952

all.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local t = import 'kube-thanos/thanos.libsonnet';
66
local commonConfig = {
77
local cfg = self,
88
namespace: 'thanos',
9-
version: 'v0.24.0',
9+
version: 'v0.26.0',
1010
image: 'quay.io/thanos/thanos:' + cfg.version,
1111
replicaLabels: ['prometheus_replica', 'rule_replica'],
1212
objectStorageConfig: {

examples/all/manifests/thanos-bucket-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/component: object-store-bucket-debugging
66
app.kubernetes.io/instance: thanos-bucket
77
app.kubernetes.io/name: thanos-bucket
8-
app.kubernetes.io/version: v0.24.0
8+
app.kubernetes.io/version: v0.26.0
99
name: thanos-bucket
1010
namespace: thanos
1111
spec:
@@ -21,7 +21,7 @@ spec:
2121
app.kubernetes.io/component: object-store-bucket-debugging
2222
app.kubernetes.io/instance: thanos-bucket
2323
app.kubernetes.io/name: thanos-bucket
24-
app.kubernetes.io/version: v0.24.0
24+
app.kubernetes.io/version: v0.26.0
2525
spec:
2626
containers:
2727
- args:
@@ -49,7 +49,7 @@ spec:
4949
valueFrom:
5050
fieldRef:
5151
fieldPath: status.hostIP
52-
image: quay.io/thanos/thanos:v0.24.0
52+
image: quay.io/thanos/thanos:v0.26.0
5353
imagePullPolicy: IfNotPresent
5454
livenessProbe:
5555
failureThreshold: 4

examples/all/manifests/thanos-bucket-replicate-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/component: object-store-bucket-replicate
66
app.kubernetes.io/instance: thanos-bucket-replicate
77
app.kubernetes.io/name: thanos-bucket-replicate
8-
app.kubernetes.io/version: v0.24.0
8+
app.kubernetes.io/version: v0.26.0
99
name: thanos-bucket-replicate
1010
namespace: thanos
1111
spec:
@@ -21,7 +21,7 @@ spec:
2121
app.kubernetes.io/component: object-store-bucket-replicate
2222
app.kubernetes.io/instance: thanos-bucket-replicate
2323
app.kubernetes.io/name: thanos-bucket-replicate
24-
app.kubernetes.io/version: v0.24.0
24+
app.kubernetes.io/version: v0.26.0
2525
spec:
2626
containers:
2727
- args:
@@ -57,7 +57,7 @@ spec:
5757
valueFrom:
5858
fieldRef:
5959
fieldPath: status.hostIP
60-
image: quay.io/thanos/thanos:v0.24.0
60+
image: quay.io/thanos/thanos:v0.26.0
6161
imagePullPolicy: IfNotPresent
6262
livenessProbe:
6363
failureThreshold: 4

examples/all/manifests/thanos-bucket-replicate-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/component: object-store-bucket-replicate
66
app.kubernetes.io/instance: thanos-bucket-replicate
77
app.kubernetes.io/name: thanos-bucket-replicate
8-
app.kubernetes.io/version: v0.24.0
8+
app.kubernetes.io/version: v0.26.0
99
name: thanos-bucket-replicate
1010
namespace: thanos
1111
spec:

examples/all/manifests/thanos-bucket-replicate-serviceAccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ metadata:
55
app.kubernetes.io/component: object-store-bucket-replicate
66
app.kubernetes.io/instance: thanos-bucket-replicate
77
app.kubernetes.io/name: thanos-bucket-replicate
8-
app.kubernetes.io/version: v0.24.0
8+
app.kubernetes.io/version: v0.26.0
99
name: thanos-bucket-replicate
1010
namespace: thanos

examples/all/manifests/thanos-bucket-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/component: object-store-bucket-debugging
66
app.kubernetes.io/instance: thanos-bucket
77
app.kubernetes.io/name: thanos-bucket
8-
app.kubernetes.io/version: v0.24.0
8+
app.kubernetes.io/version: v0.26.0
99
name: thanos-bucket
1010
namespace: thanos
1111
spec:

examples/all/manifests/thanos-bucket-serviceAccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ metadata:
55
app.kubernetes.io/component: object-store-bucket-debugging
66
app.kubernetes.io/instance: thanos-bucket
77
app.kubernetes.io/name: thanos-bucket
8-
app.kubernetes.io/version: v0.24.0
8+
app.kubernetes.io/version: v0.26.0
99
name: thanos-bucket
1010
namespace: thanos

examples/all/manifests/thanos-compact-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/component: database-compactor
66
app.kubernetes.io/instance: thanos-compact
77
app.kubernetes.io/name: thanos-compact
8-
app.kubernetes.io/version: v0.24.0
8+
app.kubernetes.io/version: v0.26.0
99
name: thanos-compact
1010
namespace: thanos
1111
spec:

examples/all/manifests/thanos-compact-serviceAccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ metadata:
55
app.kubernetes.io/component: database-compactor
66
app.kubernetes.io/instance: thanos-compact
77
app.kubernetes.io/name: thanos-compact
8-
app.kubernetes.io/version: v0.24.0
8+
app.kubernetes.io/version: v0.26.0
99
name: thanos-compact
1010
namespace: thanos

0 commit comments

Comments
 (0)