File tree 10 files changed +28
-17
lines changed
10 files changed +28
-17
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,28 @@ We use *breaking* word for marking changes that are not backward compatible (rel
15
15
16
16
### Changed
17
17
18
+ -
19
+
18
20
### Added
19
21
20
- - [ #142 ] ( https://github.com/thanos-io/kube-thanos/pull/142 ) query-frontend: Add thanos query frontend component.
21
- - [ #145 ] ( https://github.com/thanos-io/kube-thanos/pull/145 ) querier: Add a new mixin to specify ` --query.lookback-delta ` flag.
22
+ -
22
23
23
24
### Fixed
24
25
25
- [ Full Changelog] ( https://github.com/thanos-io/kube-thanos/compare/master...v0.14.0 )
26
-
27
26
-
28
27
28
+ [ Full Changelog] ( https://github.com/thanos-io/kube-thanos/compare/master...v0.15.0 )
29
+
30
+ ## [ v0.15.0] ( https://github.com/thanos-io/kube-thanos/tree/v0.15.0 ) (2020-09-07)
31
+
32
+ ### Added
33
+
34
+ - [ #142 ] ( https://github.com/thanos-io/kube-thanos/pull/142 ) query-frontend: Add thanos query frontend component.
35
+
36
+ - [ #145 ] ( https://github.com/thanos-io/kube-thanos/pull/145 ) querier: Add a new mixin to specify ` --query.lookback-delta ` flag.
37
+
38
+ [ Full Changelog] ( https://github.com/thanos-io/kube-thanos/compare/v0.14.0...v0.15.0 )
39
+
29
40
## [ v0.14.0] ( https://github.com/thanos-io/kube-thanos/tree/v0.14.0 ) (2020-07-10)
30
41
31
42
Compatible with https://github.com/thanos-io/thanos/releases/tag/v0.14.0
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ local commonConfig = {
77
77
config+:: {
78
78
local cfg = self,
79
79
namespace: 'thanos',
80
- version: 'v0.14 .0',
80
+ version: 'v0.15 .0',
81
81
image: 'quay.io/thanos/thanos:' + cfg.version,
82
82
objectStorageConfig: {
83
83
name: 'thanos-objectstorage',
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ local commonConfig = {
7
7
config+:: {
8
8
local cfg = self ,
9
9
namespace: 'thanos' ,
10
- version: 'v0.14 .0' ,
10
+ version: 'v0.15 .0' ,
11
11
image: 'quay.io/thanos/thanos:' + cfg.version,
12
12
objectStorageConfig: {
13
13
name: 'thanos-objectstorage' ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ t.receive {
7
7
local tr = self ,
8
8
name:: 'thanos-receive' ,
9
9
namespace:: 'observability' ,
10
- version:: 'v0.14 .0' ,
10
+ version:: 'v0.15 .0' ,
11
11
image:: 'quay.io/thanos/thanos:v' + tr.version,
12
12
replicas:: 3 ,
13
13
replicationFactor:: 3 ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
app.kubernetes.io/component : query-layer
6
6
app.kubernetes.io/instance : thanos-query
7
7
app.kubernetes.io/name : thanos-query
8
- app.kubernetes.io/version : v0.14 .0
8
+ app.kubernetes.io/version : v0.15 .0
9
9
name : thanos-query
10
10
namespace : thanos
11
11
spec :
21
21
app.kubernetes.io/component : query-layer
22
22
app.kubernetes.io/instance : thanos-query
23
23
app.kubernetes.io/name : thanos-query
24
- app.kubernetes.io/version : v0.14 .0
24
+ app.kubernetes.io/version : v0.15 .0
25
25
spec :
26
26
affinity :
27
27
podAntiAffinity :
46
46
- --query.replica-label=prometheus_replica
47
47
- --query.replica-label=rule_replica
48
48
- --store=dnssrv+_grpc._tcp.thanos-store.thanos.svc.cluster.local
49
- image : quay.io/thanos/thanos:v0.14 .0
49
+ image : quay.io/thanos/thanos:v0.15 .0
50
50
livenessProbe :
51
51
failureThreshold : 4
52
52
httpGet :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
app.kubernetes.io/component : query-layer
6
6
app.kubernetes.io/instance : thanos-query
7
7
app.kubernetes.io/name : thanos-query
8
- app.kubernetes.io/version : v0.14 .0
8
+ app.kubernetes.io/version : v0.15 .0
9
9
name : thanos-query
10
10
namespace : thanos
11
11
spec :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
app.kubernetes.io/component : query-layer
6
6
app.kubernetes.io/instance : thanos-query
7
7
app.kubernetes.io/name : thanos-query
8
- app.kubernetes.io/version : v0.14 .0
8
+ app.kubernetes.io/version : v0.15 .0
9
9
name : thanos-query
10
10
namespace : thanos
11
11
spec :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
app.kubernetes.io/component : object-store-gateway
6
6
app.kubernetes.io/instance : thanos-store
7
7
app.kubernetes.io/name : thanos-store
8
- app.kubernetes.io/version : v0.14 .0
8
+ app.kubernetes.io/version : v0.15 .0
9
9
name : thanos-store
10
10
namespace : thanos
11
11
spec :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
app.kubernetes.io/component : object-store-gateway
6
6
app.kubernetes.io/instance : thanos-store
7
7
app.kubernetes.io/name : thanos-store
8
- app.kubernetes.io/version : v0.14 .0
8
+ app.kubernetes.io/version : v0.15 .0
9
9
name : thanos-store
10
10
namespace : thanos
11
11
spec :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
app.kubernetes.io/component : object-store-gateway
6
6
app.kubernetes.io/instance : thanos-store
7
7
app.kubernetes.io/name : thanos-store
8
- app.kubernetes.io/version : v0.14 .0
8
+ app.kubernetes.io/version : v0.15 .0
9
9
name : thanos-store
10
10
namespace : thanos
11
11
spec :
22
22
app.kubernetes.io/component : object-store-gateway
23
23
app.kubernetes.io/instance : thanos-store
24
24
app.kubernetes.io/name : thanos-store
25
- app.kubernetes.io/version : v0.14 .0
25
+ app.kubernetes.io/version : v0.15 .0
26
26
spec :
27
27
affinity :
28
28
podAntiAffinity :
56
56
secretKeyRef :
57
57
key : thanos.yaml
58
58
name : thanos-objectstorage
59
- image : quay.io/thanos/thanos:v0.14 .0
59
+ image : quay.io/thanos/thanos:v0.15 .0
60
60
livenessProbe :
61
61
failureThreshold : 8
62
62
httpGet :
You can’t perform that action at this time.
0 commit comments