Skip to content

Commit e51d196

Browse files
authored
Merge pull request #239 from dgrisonnet/cut-release-0.21
Cut release v0.21.0
2 parents e1a6859 + 7303bcf commit e51d196

File tree

54 files changed

+107
-84
lines changed

Some content is hidden

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

54 files changed

+107
-84
lines changed

CHANGELOG.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,37 @@ We use *breaking* word for marking changes that are not backward compatible (rel
1515

1616
### Breaking Changes
1717

18+
-
19+
1820
### Changed
21+
22+
-
23+
24+
### Added
25+
26+
-
27+
28+
### Fixed
29+
30+
-
31+
32+
## [v0.21.0](https://github.com/thanos-io/kube-thanos/tree/v0.21.0) (2021-08-17)
33+
34+
### Changed
35+
1936
- [#226](https://github.com/thanos-io/kube-thanos/pull/226) Only schedule thanos components on linux nodes.
2037

2138
### Added
39+
2240
- [#228](https://github.com/thanos-io/kube-thanos/pull/228) Allow configuring `--web.prefix-header` of query.
23-
### Fixed
2441

25-
## [v0.19.0](https://github.com/thanos-io/kube-thanos/tree/v0.19.0) (2020-04-19)
42+
[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/v0.20.0...v0.21.0)
43+
44+
## [v0.20.0](https://github.com/thanos-io/kube-thanos/tree/v0.20.0) (2021-04-28)
45+
46+
[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/v0.19.0...v0.20.0)
47+
48+
## [v0.19.0](https://github.com/thanos-io/kube-thanos/tree/v0.19.0) (2021-04-19)
2649

2750
### Breaking Changes
2851

@@ -45,7 +68,7 @@ We use *breaking* word for marking changes that are not backward compatible (rel
4568

4669
[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/v0.18.0...v0.19.0)
4770

48-
## [v0.18.0](https://github.com/thanos-io/kube-thanos/tree/v0.18.0) (2020-04-19)
71+
## [v0.18.0](https://github.com/thanos-io/kube-thanos/tree/v0.18.0) (2021-04-19)
4972

5073
### Breaking Changes
5174

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ local commonConfig = {
7676
config+:: {
7777
local cfg = self,
7878
namespace: 'thanos',
79-
version: 'v0.19.0',
79+
version: 'v0.21.1',
8080
image: 'quay.io/thanos/thanos:' + cfg.version,
8181
objectStorageConfig: {
8282
name: 'thanos-objectstorage',

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.19.0',
9+
version: 'v0.21.1',
1010
image: 'quay.io/thanos/thanos:' + cfg.version,
1111
replicaLabels: ['prometheus_replica', 'rule_replica'],
1212
objectStorageConfig: {

example.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local commonConfig = {
66
config+:: {
77
local cfg = self,
88
namespace: 'thanos',
9-
version: 'v0.19.0',
9+
version: 'v0.21.1',
1010
image: 'quay.io/thanos/thanos:' + cfg.version,
1111
objectStorageConfig: {
1212
name: 'thanos-objectstorage',

examples/all/manifests/receive-hashrings-serviceMonitor.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-write-hashring
66
app.kubernetes.io/instance: thanos-receive
77
app.kubernetes.io/name: thanos-receive
8-
app.kubernetes.io/version: v0.19.0
8+
app.kubernetes.io/version: v0.21.1
99
name: thanos-receive
1010
namespace: thanos
1111
spec:

examples/all/manifests/store-shard0-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-gateway
66
app.kubernetes.io/instance: thanos-store-0
77
app.kubernetes.io/name: thanos-store
8-
app.kubernetes.io/version: v0.19.0
8+
app.kubernetes.io/version: v0.21.1
99
store.thanos.io/shard: shard-0
1010
name: thanos-store-0
1111
namespace: thanos

examples/all/manifests/store-shard0-statefulSet.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-gateway
66
app.kubernetes.io/instance: thanos-store-0
77
app.kubernetes.io/name: thanos-store
8-
app.kubernetes.io/version: v0.19.0
8+
app.kubernetes.io/version: v0.21.1
99
store.thanos.io/shard: shard-0
1010
name: thanos-store-0
1111
namespace: thanos
@@ -24,7 +24,7 @@ spec:
2424
app.kubernetes.io/component: object-store-gateway
2525
app.kubernetes.io/instance: thanos-store-0
2626
app.kubernetes.io/name: thanos-store
27-
app.kubernetes.io/version: v0.19.0
27+
app.kubernetes.io/version: v0.21.1
2828
store.thanos.io/shard: shard-0
2929
spec:
3030
affinity:
@@ -115,7 +115,7 @@ spec:
115115
valueFrom:
116116
fieldRef:
117117
fieldPath: status.hostIP
118-
image: quay.io/thanos/thanos:v0.19.0
118+
image: quay.io/thanos/thanos:v0.21.1
119119
livenessProbe:
120120
failureThreshold: 8
121121
httpGet:

examples/all/manifests/store-shard1-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-gateway
66
app.kubernetes.io/instance: thanos-store-1
77
app.kubernetes.io/name: thanos-store
8-
app.kubernetes.io/version: v0.19.0
8+
app.kubernetes.io/version: v0.21.1
99
store.thanos.io/shard: shard-1
1010
name: thanos-store-1
1111
namespace: thanos

examples/all/manifests/store-shard1-statefulSet.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-gateway
66
app.kubernetes.io/instance: thanos-store-1
77
app.kubernetes.io/name: thanos-store
8-
app.kubernetes.io/version: v0.19.0
8+
app.kubernetes.io/version: v0.21.1
99
store.thanos.io/shard: shard-1
1010
name: thanos-store-1
1111
namespace: thanos
@@ -24,7 +24,7 @@ spec:
2424
app.kubernetes.io/component: object-store-gateway
2525
app.kubernetes.io/instance: thanos-store-1
2626
app.kubernetes.io/name: thanos-store
27-
app.kubernetes.io/version: v0.19.0
27+
app.kubernetes.io/version: v0.21.1
2828
store.thanos.io/shard: shard-1
2929
spec:
3030
affinity:
@@ -115,7 +115,7 @@ spec:
115115
valueFrom:
116116
fieldRef:
117117
fieldPath: status.hostIP
118-
image: quay.io/thanos/thanos:v0.19.0
118+
image: quay.io/thanos/thanos:v0.21.1
119119
livenessProbe:
120120
failureThreshold: 8
121121
httpGet:

examples/all/manifests/store-shard2-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-gateway
66
app.kubernetes.io/instance: thanos-store-2
77
app.kubernetes.io/name: thanos-store
8-
app.kubernetes.io/version: v0.19.0
8+
app.kubernetes.io/version: v0.21.1
99
store.thanos.io/shard: shard-2
1010
name: thanos-store-2
1111
namespace: thanos

0 commit comments

Comments
 (0)