Skip to content

Commit f53ad98

Browse files
authored
Merge pull request #224 from dgrisonnet/cut-release-0.19
Cut release v0.19.0
2 parents a549c3d + 21ebb8f commit f53ad98

File tree

54 files changed

+94
-82
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

+94
-82
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ We use *breaking* word for marking changes that are not backward compatible (rel
1515

1616
### Breaking Changes
1717

18+
### Changed
19+
20+
### Added
21+
22+
### Fixed
23+
24+
## [v0.19.0](https://github.com/thanos-io/kube-thanos/tree/v0.19.0) (2020-04-19)
25+
26+
### Breaking Changes
27+
1828
- [#196](https://github.com/thanos-io/kube-thanos/pull/196) Single ServiceAccount for all hashrings, causing hashrings position in the object tree to change.
1929

2030
### Changed
@@ -32,7 +42,7 @@ We use *breaking* word for marking changes that are not backward compatible (rel
3242
- [#218](https://github.com/thanos-io/kube-thanos/pull/218) Enable `--query.auto-downsampling` for query by default.
3343
- [#221](https://github.com/thanos-io/kube-thanos/pull/221) Allow configuring `--tsdb.retention` and `--tsdb.block-duration` for rule.
3444

35-
### Fixed
45+
[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/v0.18.0...v0.19.0)
3646

3747
## [v0.18.0](https://github.com/thanos-io/kube-thanos/tree/v0.18.0) (2020-04-19)
3848

@@ -44,6 +54,8 @@ We use *breaking* word for marking changes that are not backward compatible (rel
4454

4555
- [#185](https://github.com/thanos-io/kube-thanos/pull/185) query-frontend, store: make cache types case insensitive
4656

57+
[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/v0.17.0...v0.18.0)
58+
4759
## [v0.17.0](https://github.com/thanos-io/kube-thanos/tree/v0.17.0) (2020-12-08)
4860

4961
### Added

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.17.2',
79+
version: 'v0.19.0',
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.17.2',
9+
version: 'v0.19.0',
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.17.2',
9+
version: 'v0.19.0',
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.17.2
8+
app.kubernetes.io/version: v0.19.0
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.17.2
8+
app.kubernetes.io/version: v0.19.0
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.17.2
8+
app.kubernetes.io/version: v0.19.0
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.17.2
27+
app.kubernetes.io/version: v0.19.0
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.17.2
118+
image: quay.io/thanos/thanos:v0.19.0
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.17.2
8+
app.kubernetes.io/version: v0.19.0
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.17.2
8+
app.kubernetes.io/version: v0.19.0
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.17.2
27+
app.kubernetes.io/version: v0.19.0
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.17.2
118+
image: quay.io/thanos/thanos:v0.19.0
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.17.2
8+
app.kubernetes.io/version: v0.19.0
99
store.thanos.io/shard: shard-2
1010
name: thanos-store-2
1111
namespace: thanos

0 commit comments

Comments
 (0)