Skip to content

Commit

Permalink
Merge pull request #223 from dgrisonnet/cut-release-0.18
Browse files Browse the repository at this point in the history
Cut release v0.18.0
  • Loading branch information
kakkoyun authored Apr 20, 2021
2 parents e00c4f2 + c8f6a6d commit ed14d85
Show file tree
Hide file tree
Showing 44 changed files with 80 additions and 76 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,24 @@ We use *breaking* word for marking changes that are not backward compatible (rel

### Breaking Changes

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

### Changed

-

### Added

-
### Fixed

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

### Breaking Changes

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

### Fixed

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

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

## [v0.17.0](https://github.com/thanos-io/kube-thanos/tree/v0.17.0) (2020-12-08)

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ local commonConfig = {
config+:: {
local cfg = self,
namespace: 'thanos',
version: 'v0.17.2',
version: 'v0.18.0',
image: 'quay.io/thanos/thanos:' + cfg.version,
objectStorageConfig: {
name: 'thanos-objectstorage',
Expand Down
2 changes: 1 addition & 1 deletion all.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local t = import 'kube-thanos/thanos.libsonnet';
local commonConfig = {
local cfg = self,
namespace: 'thanos',
version: 'v0.17.2',
version: 'v0.18.0',
image: 'quay.io/thanos/thanos:' + cfg.version,
replicaLabels: ['prometheus_replica', 'rule_replica'],
objectStorageConfig: {
Expand Down
2 changes: 1 addition & 1 deletion example.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local commonConfig = {
config+:: {
local cfg = self,
namespace: 'thanos',
version: 'v0.17.2',
version: 'v0.18.0',
image: 'quay.io/thanos/thanos:' + cfg.version,
objectStorageConfig: {
name: 'thanos-objectstorage',
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/store-shard0-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: object-store-gateway
app.kubernetes.io/instance: thanos-store-0
app.kubernetes.io/name: thanos-store
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
store.observatorium.io/shard: shard-0
name: thanos-store-0
namespace: thanos
Expand Down
6 changes: 3 additions & 3 deletions examples/all/manifests/store-shard0-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: object-store-gateway
app.kubernetes.io/instance: thanos-store-0
app.kubernetes.io/name: thanos-store
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
store.observatorium.io/shard: shard-0
name: thanos-store-0
namespace: thanos
Expand All @@ -24,7 +24,7 @@ spec:
app.kubernetes.io/component: object-store-gateway
app.kubernetes.io/instance: thanos-store-0
app.kubernetes.io/name: thanos-store
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
store.observatorium.io/shard: shard-0
spec:
affinity:
Expand Down Expand Up @@ -111,7 +111,7 @@ spec:
secretKeyRef:
key: thanos.yaml
name: thanos-objectstorage
image: quay.io/thanos/thanos:v0.17.2
image: quay.io/thanos/thanos:v0.18.0
livenessProbe:
failureThreshold: 8
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/store-shard1-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: object-store-gateway
app.kubernetes.io/instance: thanos-store-1
app.kubernetes.io/name: thanos-store
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
store.observatorium.io/shard: shard-1
name: thanos-store-1
namespace: thanos
Expand Down
6 changes: 3 additions & 3 deletions examples/all/manifests/store-shard1-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: object-store-gateway
app.kubernetes.io/instance: thanos-store-1
app.kubernetes.io/name: thanos-store
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
store.observatorium.io/shard: shard-1
name: thanos-store-1
namespace: thanos
Expand All @@ -24,7 +24,7 @@ spec:
app.kubernetes.io/component: object-store-gateway
app.kubernetes.io/instance: thanos-store-1
app.kubernetes.io/name: thanos-store
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
store.observatorium.io/shard: shard-1
spec:
affinity:
Expand Down Expand Up @@ -111,7 +111,7 @@ spec:
secretKeyRef:
key: thanos.yaml
name: thanos-objectstorage
image: quay.io/thanos/thanos:v0.17.2
image: quay.io/thanos/thanos:v0.18.0
livenessProbe:
failureThreshold: 8
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/store-shard2-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: object-store-gateway
app.kubernetes.io/instance: thanos-store-2
app.kubernetes.io/name: thanos-store
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
store.observatorium.io/shard: shard-2
name: thanos-store-2
namespace: thanos
Expand Down
6 changes: 3 additions & 3 deletions examples/all/manifests/store-shard2-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: object-store-gateway
app.kubernetes.io/instance: thanos-store-2
app.kubernetes.io/name: thanos-store
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
store.observatorium.io/shard: shard-2
name: thanos-store-2
namespace: thanos
Expand All @@ -24,7 +24,7 @@ spec:
app.kubernetes.io/component: object-store-gateway
app.kubernetes.io/instance: thanos-store-2
app.kubernetes.io/name: thanos-store
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
store.observatorium.io/shard: shard-2
spec:
affinity:
Expand Down Expand Up @@ -111,7 +111,7 @@ spec:
secretKeyRef:
key: thanos.yaml
name: thanos-objectstorage
image: quay.io/thanos/thanos:v0.17.2
image: quay.io/thanos/thanos:v0.18.0
livenessProbe:
failureThreshold: 8
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/store-shards-serviceMonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: object-store-gateway
app.kubernetes.io/instance: thanos-store
app.kubernetes.io/name: thanos-store
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
name: thanos-store
namespace: thanos
spec:
Expand Down
6 changes: 3 additions & 3 deletions examples/all/manifests/thanos-bucket-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: object-store-bucket-debugging
app.kubernetes.io/instance: thanos-bucket
app.kubernetes.io/name: thanos-bucket
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
name: thanos-bucket
namespace: thanos
spec:
Expand All @@ -21,7 +21,7 @@ spec:
app.kubernetes.io/component: object-store-bucket-debugging
app.kubernetes.io/instance: thanos-bucket
app.kubernetes.io/name: thanos-bucket
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
spec:
containers:
- args:
Expand All @@ -43,7 +43,7 @@ spec:
secretKeyRef:
key: thanos.yaml
name: thanos-objectstorage
image: quay.io/thanos/thanos:v0.17.2
image: quay.io/thanos/thanos:v0.18.0
livenessProbe:
failureThreshold: 4
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-bucket-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: object-store-bucket-debugging
app.kubernetes.io/instance: thanos-bucket
app.kubernetes.io/name: thanos-bucket
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
name: thanos-bucket
namespace: thanos
spec:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-compact-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
name: thanos-compact
namespace: thanos
spec:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-compact-serviceMonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
name: thanos-compact
namespace: thanos
spec:
Expand Down
6 changes: 3 additions & 3 deletions examples/all/manifests/thanos-compact-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
name: thanos-compact
namespace: thanos
spec:
Expand All @@ -22,7 +22,7 @@ spec:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
spec:
containers:
- args:
Expand Down Expand Up @@ -52,7 +52,7 @@ spec:
secretKeyRef:
key: thanos.yaml
name: thanos-objectstorage
image: quay.io/thanos/thanos:v0.17.2
image: quay.io/thanos/thanos:v0.18.0
livenessProbe:
failureThreshold: 4
httpGet:
Expand Down
6 changes: 3 additions & 3 deletions examples/all/manifests/thanos-query-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: query-layer
app.kubernetes.io/instance: thanos-query
app.kubernetes.io/name: thanos-query
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
name: thanos-query
namespace: thanos
spec:
Expand All @@ -21,7 +21,7 @@ spec:
app.kubernetes.io/component: query-layer
app.kubernetes.io/instance: thanos-query
app.kubernetes.io/name: thanos-query
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
spec:
affinity:
podAntiAffinity:
Expand Down Expand Up @@ -62,7 +62,7 @@ spec:
"sampler_type": "ratelimiting"
"service_name": "thanos-query"
"type": "JAEGER"
image: quay.io/thanos/thanos:v0.17.2
image: quay.io/thanos/thanos:v0.18.0
livenessProbe:
failureThreshold: 4
httpGet:
Expand Down
6 changes: 3 additions & 3 deletions examples/all/manifests/thanos-query-frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: query-cache
app.kubernetes.io/instance: thanos-query-frontend
app.kubernetes.io/name: thanos-query-frontend
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
name: thanos-query-frontend
namespace: thanos
spec:
Expand All @@ -21,7 +21,7 @@ spec:
app.kubernetes.io/component: query-cache
app.kubernetes.io/instance: thanos-query-frontend
app.kubernetes.io/name: thanos-query-frontend
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
spec:
affinity:
podAntiAffinity:
Expand Down Expand Up @@ -80,7 +80,7 @@ spec:
"sampler_type": "ratelimiting"
"service_name": "thanos-query-frontend"
"type": "JAEGER"
image: quay.io/thanos/thanos:v0.17.2
image: quay.io/thanos/thanos:v0.18.0
livenessProbe:
failureThreshold: 4
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-query-frontend-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: query-cache
app.kubernetes.io/instance: thanos-query-frontend
app.kubernetes.io/name: thanos-query-frontend
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
name: thanos-query-frontend
namespace: thanos
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: query-cache
app.kubernetes.io/instance: thanos-query-frontend
app.kubernetes.io/name: thanos-query-frontend
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
name: thanos-query-frontend
namespace: thanos
spec:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-query-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: query-layer
app.kubernetes.io/instance: thanos-query
app.kubernetes.io/name: thanos-query
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
name: thanos-query
namespace: thanos
spec:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-query-serviceMonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: query-layer
app.kubernetes.io/instance: thanos-query
app.kubernetes.io/name: thanos-query
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
name: thanos-query
namespace: thanos
spec:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-receive-default-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: database-write-hashring
app.kubernetes.io/instance: thanos-receive-default
app.kubernetes.io/name: thanos-receive
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
controller.receive.thanos.io/hashring: default
name: thanos-receive-default
namespace: thanos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: database-write-hashring
app.kubernetes.io/instance: thanos-receive-default
app.kubernetes.io/name: thanos-receive
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
controller.receive.thanos.io/hashring: default
name: thanos-receive-default
namespace: thanos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: database-write-hashring
app.kubernetes.io/instance: thanos-receive-default
app.kubernetes.io/name: thanos-receive
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
controller.receive.thanos.io: thanos-receive-controller
controller.receive.thanos.io/hashring: default
name: thanos-receive-default
Expand All @@ -25,7 +25,7 @@ spec:
app.kubernetes.io/component: database-write-hashring
app.kubernetes.io/instance: thanos-receive-default
app.kubernetes.io/name: thanos-receive
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
controller.receive.thanos.io/hashring: default
spec:
affinity:
Expand Down Expand Up @@ -97,7 +97,7 @@ spec:
secretKeyRef:
key: thanos.yaml
name: thanos-objectstorage
image: quay.io/thanos/thanos:v0.17.2
image: quay.io/thanos/thanos:v0.18.0
livenessProbe:
failureThreshold: 8
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
app.kubernetes.io/component: database-write-hashring
app.kubernetes.io/instance: thanos-receive-region-1
app.kubernetes.io/name: thanos-receive
app.kubernetes.io/version: v0.17.2
app.kubernetes.io/version: v0.18.0
controller.receive.thanos.io/hashring: region-1
name: thanos-receive-region-1
namespace: thanos
Expand Down
Loading

0 comments on commit ed14d85

Please sign in to comment.