Skip to content

Commit

Permalink
Merge pull request #240 from dgrisonnet/cut-release-0.22
Browse files Browse the repository at this point in the history
Cut release v0.22.0
  • Loading branch information
dgrisonnet authored Aug 17, 2021
2 parents e76e196 + 733d66c commit fe000a5
Show file tree
Hide file tree
Showing 61 changed files with 125 additions and 96 deletions.
33 changes: 31 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,43 @@ We use *breaking* word for marking changes that are not backward compatible (rel

### Breaking Changes

-

### Changed

-

### Added

-

### Fixed

-

## [v0.22.0](https://github.com/thanos-io/kube-thanos/tree/v0.22.0) (2021-08-17)

### Added

- [#232](https://github.com/thanos-io/kube-thanos/pull/232) Support compactor hash sharding.

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

## [v0.21.0](https://github.com/thanos-io/kube-thanos/tree/v0.21.0) (2021-08-17)

### Changed

- [#226](https://github.com/thanos-io/kube-thanos/pull/226) Only schedule thanos components on linux nodes.

### Added

- [#228](https://github.com/thanos-io/kube-thanos/pull/228) Allow configuring `--web.prefix-header` of query.
- [#232](https://github.com/thanos-io/kube-thanos/pull/232) Support compactor hash sharding.

### Fixed
[Full Changelog](https://github.com/thanos-io/kube-thanos/compare/v0.20.0...v0.21.0)

## [v0.20.0](https://github.com/thanos-io/kube-thanos/tree/v0.20.0) (2021-04-28)

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

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

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.19.0',
version: 'v0.22.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.19.0',
version: 'v0.22.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.19.0',
version: 'v0.22.0',
image: 'quay.io/thanos/thanos:' + cfg.version,
objectStorageConfig: {
name: 'thanos-objectstorage',
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/compact-shard0-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-0
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.19.0
app.kubernetes.io/version: v0.22.0
compact.thanos.io/shard: shard-0
name: thanos-compact-0
namespace: thanos
Expand Down
6 changes: 3 additions & 3 deletions examples/all/manifests/compact-shard0-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-0
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.19.0
app.kubernetes.io/version: v0.22.0
compact.thanos.io/shard: shard-0
name: thanos-compact-0
namespace: thanos
Expand All @@ -24,7 +24,7 @@ spec:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact-0
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.19.0
app.kubernetes.io/version: v0.22.0
compact.thanos.io/shard: shard-0
spec:
affinity:
Expand Down Expand Up @@ -84,7 +84,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: quay.io/thanos/thanos:v0.19.0
image: quay.io/thanos/thanos:v0.22.0
livenessProbe:
failureThreshold: 4
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/compact-shard1-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-1
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.19.0
app.kubernetes.io/version: v0.22.0
compact.thanos.io/shard: shard-1
name: thanos-compact-1
namespace: thanos
Expand Down
6 changes: 3 additions & 3 deletions examples/all/manifests/compact-shard1-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-1
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.19.0
app.kubernetes.io/version: v0.22.0
compact.thanos.io/shard: shard-1
name: thanos-compact-1
namespace: thanos
Expand All @@ -24,7 +24,7 @@ spec:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact-1
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.19.0
app.kubernetes.io/version: v0.22.0
compact.thanos.io/shard: shard-1
spec:
affinity:
Expand Down Expand Up @@ -84,7 +84,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: quay.io/thanos/thanos:v0.19.0
image: quay.io/thanos/thanos:v0.22.0
livenessProbe:
failureThreshold: 4
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/compact-shard2-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-2
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.19.0
app.kubernetes.io/version: v0.22.0
compact.thanos.io/shard: shard-2
name: thanos-compact-2
namespace: thanos
Expand Down
6 changes: 3 additions & 3 deletions examples/all/manifests/compact-shard2-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-2
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.19.0
app.kubernetes.io/version: v0.22.0
compact.thanos.io/shard: shard-2
name: thanos-compact-2
namespace: thanos
Expand All @@ -24,7 +24,7 @@ spec:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact-2
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.19.0
app.kubernetes.io/version: v0.22.0
compact.thanos.io/shard: shard-2
spec:
affinity:
Expand Down Expand Up @@ -84,7 +84,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: quay.io/thanos/thanos:v0.19.0
image: quay.io/thanos/thanos:v0.22.0
livenessProbe:
failureThreshold: 4
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/compact-shards-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.19.0
app.kubernetes.io/version: v0.22.0
name: thanos-compact
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: database-write-hashring
app.kubernetes.io/instance: thanos-receive
app.kubernetes.io/name: thanos-receive
app.kubernetes.io/version: v0.19.0
app.kubernetes.io/version: v0.22.0
name: thanos-receive
namespace: thanos
spec:
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.19.0
app.kubernetes.io/version: v0.22.0
store.thanos.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.19.0
app.kubernetes.io/version: v0.22.0
store.thanos.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.19.0
app.kubernetes.io/version: v0.22.0
store.thanos.io/shard: shard-0
spec:
affinity:
Expand Down Expand Up @@ -115,7 +115,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: quay.io/thanos/thanos:v0.19.0
image: quay.io/thanos/thanos:v0.22.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.19.0
app.kubernetes.io/version: v0.22.0
store.thanos.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.19.0
app.kubernetes.io/version: v0.22.0
store.thanos.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.19.0
app.kubernetes.io/version: v0.22.0
store.thanos.io/shard: shard-1
spec:
affinity:
Expand Down Expand Up @@ -115,7 +115,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: quay.io/thanos/thanos:v0.19.0
image: quay.io/thanos/thanos:v0.22.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.19.0
app.kubernetes.io/version: v0.22.0
store.thanos.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.19.0
app.kubernetes.io/version: v0.22.0
store.thanos.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.19.0
app.kubernetes.io/version: v0.22.0
store.thanos.io/shard: shard-2
spec:
affinity:
Expand Down Expand Up @@ -115,7 +115,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: quay.io/thanos/thanos:v0.19.0
image: quay.io/thanos/thanos:v0.22.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.19.0
app.kubernetes.io/version: v0.22.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.19.0
app.kubernetes.io/version: v0.22.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.19.0
app.kubernetes.io/version: v0.22.0
spec:
containers:
- args:
Expand Down Expand Up @@ -49,7 +49,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
image: quay.io/thanos/thanos:v0.19.0
image: quay.io/thanos/thanos:v0.22.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.19.0
app.kubernetes.io/version: v0.22.0
name: thanos-bucket
namespace: thanos
spec:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-bucket-serviceAccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ 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.19.0
app.kubernetes.io/version: v0.22.0
name: thanos-bucket
namespace: thanos
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.19.0
app.kubernetes.io/version: v0.22.0
name: thanos-compact
namespace: thanos
spec:
Expand Down
2 changes: 1 addition & 1 deletion examples/all/manifests/thanos-compact-serviceAccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ metadata:
app.kubernetes.io/component: database-compactor
app.kubernetes.io/instance: thanos-compact
app.kubernetes.io/name: thanos-compact
app.kubernetes.io/version: v0.19.0
app.kubernetes.io/version: v0.22.0
name: thanos-compact
namespace: thanos
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.19.0
app.kubernetes.io/version: v0.22.0
name: thanos-compact
namespace: thanos
spec:
Expand Down
Loading

0 comments on commit fe000a5

Please sign in to comment.