Skip to content

Commit 08b540a

Browse files
authored
Cut v0.14.0 (#139)
Signed-off-by: Kemal Akkoyun <[email protected]>
1 parent 757f54a commit 08b540a

29 files changed

+59
-47
lines changed

CHANGELOG.md

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

2020
### Fixed
2121

22-
[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/master...v0.13.0)
22+
[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/master...v0.14.0)
2323

2424
-
2525

26+
## [v0.14.0](https://github.com/thanos-io/kube-thanos/tree/v0.14.0) (2020-07-10)
27+
28+
Compatible with https://github.com/thanos-io/thanos/releases/tag/v0.14.0
29+
30+
### Changed
31+
32+
- [#135](https://github.com/thanos-io/kube-thanos/pull/135) *: Relabel pod reference into instance label
33+
34+
- [#134](https://github.com/thanos-io/kube-thanos/pull/131) receive: Only perform anti affinity against receive pods
35+
36+
[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/v0.13.0...v0.14.0)
37+
2638
## [v0.13.0](https://github.com/thanos-io/kube-thanos/tree/v0.13.0) (2020-06-22)
2739

2840
Compatible with https://github.com/thanos-io/thanos/releases/tag/v0.13.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ local commonConfig = {
7777
config+:: {
7878
local cfg = self,
7979
namespace: 'thanos',
80-
version: 'v0.13.0',
80+
version: 'v0.14.0',
8181
image: 'quay.io/thanos/thanos:' + cfg.version,
8282
objectStorageConfig: {
8383
name: 'thanos-objectstorage',

all.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local commonConfig = {
77
config+:: {
88
local cfg = self,
99
namespace: 'thanos',
10-
version: 'v0.13.0',
10+
version: 'v0.14.0',
1111
image: 'quay.io/thanos/thanos:' + cfg.version,
1212
objectStorageConfig: {
1313
name: 'thanos-objectstorage',

example.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local commonConfig = {
77
config+:: {
88
local cfg = self,
99
namespace: 'thanos',
10-
version: 'v0.13.0',
10+
version: 'v0.14.0',
1111
image: 'quay.io/thanos/thanos:' + cfg.version,
1212
objectStorageConfig: {
1313
name: 'thanos-objectstorage',

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.13.0
8+
app.kubernetes.io/version: v0.14.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.13.0
24+
app.kubernetes.io/version: v0.14.0
2525
spec:
2626
containers:
2727
- args:
@@ -35,7 +35,7 @@ spec:
3535
secretKeyRef:
3636
key: thanos.yaml
3737
name: thanos-objectstorage
38-
image: quay.io/thanos/thanos:v0.13.0
38+
image: quay.io/thanos/thanos:v0.14.0
3939
livenessProbe:
4040
failureThreshold: 4
4141
httpGet:

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.13.0
8+
app.kubernetes.io/version: v0.14.0
99
name: thanos-bucket
1010
namespace: thanos
1111
spec:

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.13.0
8+
app.kubernetes.io/version: v0.14.0
99
name: thanos-compact
1010
namespace: thanos
1111
spec:

examples/all/manifests/thanos-compact-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-compactor
66
app.kubernetes.io/instance: thanos-compact
77
app.kubernetes.io/name: thanos-compact
8-
app.kubernetes.io/version: v0.13.0
8+
app.kubernetes.io/version: v0.14.0
99
name: thanos-compact
1010
namespace: thanos
1111
spec:

examples/all/manifests/thanos-compact-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: database-compactor
66
app.kubernetes.io/instance: thanos-compact
77
app.kubernetes.io/name: thanos-compact
8-
app.kubernetes.io/version: v0.13.0
8+
app.kubernetes.io/version: v0.14.0
99
name: thanos-compact
1010
namespace: thanos
1111
spec:
@@ -22,7 +22,7 @@ spec:
2222
app.kubernetes.io/component: database-compactor
2323
app.kubernetes.io/instance: thanos-compact
2424
app.kubernetes.io/name: thanos-compact
25-
app.kubernetes.io/version: v0.13.0
25+
app.kubernetes.io/version: v0.14.0
2626
spec:
2727
containers:
2828
- args:
@@ -37,7 +37,7 @@ spec:
3737
secretKeyRef:
3838
key: thanos.yaml
3939
name: thanos-objectstorage
40-
image: quay.io/thanos/thanos:v0.13.0
40+
image: quay.io/thanos/thanos:v0.14.0
4141
livenessProbe:
4242
failureThreshold: 4
4343
httpGet:

examples/all/manifests/thanos-query-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: query-layer
66
app.kubernetes.io/instance: thanos-query
77
app.kubernetes.io/name: thanos-query
8-
app.kubernetes.io/version: v0.13.0
8+
app.kubernetes.io/version: v0.14.0
99
name: thanos-query
1010
namespace: thanos
1111
spec:
@@ -21,7 +21,7 @@ spec:
2121
app.kubernetes.io/component: query-layer
2222
app.kubernetes.io/instance: thanos-query
2323
app.kubernetes.io/name: thanos-query
24-
app.kubernetes.io/version: v0.13.0
24+
app.kubernetes.io/version: v0.14.0
2525
spec:
2626
affinity:
2727
podAntiAffinity:
@@ -48,7 +48,7 @@ spec:
4848
- --store=dnssrv+_grpc._tcp.thanos-rule.thanos.svc.cluster.local
4949
- --store=dnssrv+_grpc._tcp.thanos-store.thanos.svc.cluster.local
5050
- --query.timeout=5m
51-
image: quay.io/thanos/thanos:v0.13.0
51+
image: quay.io/thanos/thanos:v0.14.0
5252
livenessProbe:
5353
failureThreshold: 4
5454
httpGet:

0 commit comments

Comments
 (0)