Skip to content

Commit ed14d85

Browse files
authored
Merge pull request #223 from dgrisonnet/cut-release-0.18
Cut release v0.18.0
2 parents e00c4f2 + c8f6a6d commit ed14d85

Some content is hidden

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

44 files changed

+80
-76
lines changed

CHANGELOG.md

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

1616
### Breaking Changes
1717

18-
- [#188](https://github.com/thanos-io/kube-thanos/pull/188) Single ServiceMonitor for store shards
19-
2018
### Changed
2119

22-
-
23-
2420
### Added
2521

26-
-
22+
### Fixed
23+
24+
## [v0.18.0](https://github.com/thanos-io/kube-thanos/tree/v0.18.0) (2020-04-19)
25+
26+
### Breaking Changes
27+
28+
- [#188](https://github.com/thanos-io/kube-thanos/pull/188) Single ServiceMonitor for store shards
2729

2830
### Fixed
2931

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

34+
[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/v0.17.0...v0.18.0)
35+
3236
## [v0.17.0](https://github.com/thanos-io/kube-thanos/tree/v0.17.0) (2020-12-08)
3337

3438
### 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.18.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.18.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.18.0',
1010
image: 'quay.io/thanos/thanos:' + cfg.version,
1111
objectStorageConfig: {
1212
name: 'thanos-objectstorage',

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.18.0
99
store.observatorium.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.18.0
99
store.observatorium.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.18.0
2828
store.observatorium.io/shard: shard-0
2929
spec:
3030
affinity:
@@ -111,7 +111,7 @@ spec:
111111
secretKeyRef:
112112
key: thanos.yaml
113113
name: thanos-objectstorage
114-
image: quay.io/thanos/thanos:v0.17.2
114+
image: quay.io/thanos/thanos:v0.18.0
115115
livenessProbe:
116116
failureThreshold: 8
117117
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.18.0
99
store.observatorium.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.18.0
99
store.observatorium.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.18.0
2828
store.observatorium.io/shard: shard-1
2929
spec:
3030
affinity:
@@ -111,7 +111,7 @@ spec:
111111
secretKeyRef:
112112
key: thanos.yaml
113113
name: thanos-objectstorage
114-
image: quay.io/thanos/thanos:v0.17.2
114+
image: quay.io/thanos/thanos:v0.18.0
115115
livenessProbe:
116116
failureThreshold: 8
117117
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.18.0
99
store.observatorium.io/shard: shard-2
1010
name: thanos-store-2
1111
namespace: thanos

examples/all/manifests/store-shard2-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-2
77
app.kubernetes.io/name: thanos-store
8-
app.kubernetes.io/version: v0.17.2
8+
app.kubernetes.io/version: v0.18.0
99
store.observatorium.io/shard: shard-2
1010
name: thanos-store-2
1111
namespace: thanos
@@ -24,7 +24,7 @@ spec:
2424
app.kubernetes.io/component: object-store-gateway
2525
app.kubernetes.io/instance: thanos-store-2
2626
app.kubernetes.io/name: thanos-store
27-
app.kubernetes.io/version: v0.17.2
27+
app.kubernetes.io/version: v0.18.0
2828
store.observatorium.io/shard: shard-2
2929
spec:
3030
affinity:
@@ -111,7 +111,7 @@ spec:
111111
secretKeyRef:
112112
key: thanos.yaml
113113
name: thanos-objectstorage
114-
image: quay.io/thanos/thanos:v0.17.2
114+
image: quay.io/thanos/thanos:v0.18.0
115115
livenessProbe:
116116
failureThreshold: 8
117117
httpGet:

0 commit comments

Comments
 (0)