Skip to content

Commit 9bbf981

Browse files
authored
Cut 1.3.0 (#320)
* cut 1.3.0 Signed-off-by: nschad <[email protected]> * repackage charts Signed-off-by: nschad <[email protected]> * update repo index Signed-off-by: nschad <[email protected]> * add changelog Signed-off-by: nschad <[email protected]> * update README.md Signed-off-by: nschad <[email protected]>
1 parent e464ed7 commit 9bbf981

File tree

10 files changed

+92
-29
lines changed

10 files changed

+92
-29
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master / unreleased
44

5+
## 1.3.0 / 2022-02-10
6+
57
* [CHANGE] move from quay.io/kiwigrid/k8s-sidecar to omegavvweapon/kopf-k8s-sidecar image #302
68
* [CHANGE] undo querier store optimization #304
79
* config.querier.query_ingesters_within: 13h -> 0s (default)

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
version: 1.2.0
2+
version: 1.3.0
33
appVersion: v1.11.0
44
description: 'Horizontally scalable, highly available, multi-tenant, long term Prometheus.'
55
home: https://cortexmetrics.io/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# cortex
44

5-
![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![AppVersion: v1.11.0](https://img.shields.io/badge/AppVersion-v1.11.0-informational?style=flat-square)
5+
![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![AppVersion: v1.11.0](https://img.shields.io/badge/AppVersion-v1.11.0-informational?style=flat-square)
66

77
Horizontally scalable, highly available, multi-tenant, long term Prometheus.
88

docs/cortex-0.7.0.tgz

-78.3 KB
Binary file not shown.

docs/cortex-1.0.0.tgz

-8.66 KB
Binary file not shown.

docs/cortex-1.0.1.tgz

-8 Bytes
Binary file not shown.

docs/cortex-1.1.0.tgz

-9.69 KB
Binary file not shown.

docs/cortex-1.2.0.tgz

-12.1 KB
Binary file not shown.

docs/cortex-1.3.0.tgz

59.7 KB
Binary file not shown.

docs/index.yaml

Lines changed: 88 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,68 @@ entries:
33
cortex:
44
- apiVersion: v2
55
appVersion: v1.11.0
6-
created: "2022-02-01T12:14:55.528199712+01:00"
6+
created: "2022-02-10T15:50:17.194823481+01:00"
7+
dependencies:
8+
- alias: memcached
9+
condition: memcached.enabled
10+
name: memcached
11+
repository: https://charts.bitnami.com/bitnami
12+
version: 5.15.14
13+
- alias: memcached-index-read
14+
condition: memcached-index-read.enabled
15+
name: memcached
16+
repository: https://charts.bitnami.com/bitnami
17+
version: 5.15.14
18+
- alias: memcached-index-write
19+
condition: memcached-index-write.enabled
20+
name: memcached
21+
repository: https://charts.bitnami.com/bitnami
22+
version: 5.15.14
23+
- alias: memcached-frontend
24+
condition: memcached-frontend.enabled
25+
name: memcached
26+
repository: https://charts.bitnami.com/bitnami
27+
version: 5.15.14
28+
- alias: memcached-blocks-index
29+
name: memcached
30+
repository: https://charts.bitnami.com/bitnami
31+
tags:
32+
- blocks-storage-memcached
33+
version: 5.15.14
34+
- alias: memcached-blocks
35+
name: memcached
36+
repository: https://charts.bitnami.com/bitnami
37+
tags:
38+
- blocks-storage-memcached
39+
version: 5.15.14
40+
- alias: memcached-blocks-metadata
41+
name: memcached
42+
repository: https://charts.bitnami.com/bitnami
43+
tags:
44+
- blocks-storage-memcached
45+
version: 5.15.14
46+
description: Horizontally scalable, highly available, multi-tenant, long term
47+
Prometheus.
48+
digest: 5fbcb04f7a6396430eea431aef58bfcde95c9a58da4468338b0f0e4ac1f983a7
49+
home: https://cortexmetrics.io/
50+
icon: https://avatars2.githubusercontent.com/u/43045022?s=200&v=4
51+
kubeVersion: ^1.19.0-0
52+
maintainers:
53+
54+
name: Tom Hayward
55+
url: https://github.com/kd7lxl
56+
57+
name: Niclas Schad
58+
url: https://github.com/nschad
59+
name: cortex
60+
sources:
61+
- https://github.com/cortexproject/cortex-helm-chart
62+
urls:
63+
- https://cortexproject.github.io/cortex-helm-chart/cortex-1.3.0.tgz
64+
version: 1.3.0
65+
- apiVersion: v2
66+
appVersion: v1.11.0
67+
created: "2022-02-10T15:50:17.188563108+01:00"
768
dependencies:
869
- alias: memcached
970
condition: memcached.enabled
@@ -45,17 +106,17 @@ entries:
45106
version: 5.15.12
46107
description: Horizontally scalable, highly available, multi-tenant, long term
47108
Prometheus.
48-
digest: f2159c29201b0f37c74fbd4d198ea67a384fa5be6f40bbc036d2c9031f2a83fa
109+
digest: deec676a2931bea6e777384f67fcc88b707014a482c13df92dc6a48351fb59ec
49110
home: https://cortexmetrics.io/
50111
icon: https://avatars2.githubusercontent.com/u/43045022?s=200&v=4
51112
kubeVersion: ^1.19.0-0
52113
maintainers:
53114
54115
name: Tom Hayward
55116
url: https://github.com/kd7lxl
56-
- email: Niclas.Schad@mail.schwarz
117+
- email: Niclas.Schad@plusserver.com
57118
name: Niclas Schad
58-
url: https://github.com/nschad
119+
url: https://github.com/ShuzZzle
59120
name: cortex
60121
sources:
61122
- https://github.com/cortexproject/cortex-helm-chart
@@ -64,7 +125,7 @@ entries:
64125
version: 1.2.0
65126
- apiVersion: v2
66127
appVersion: v1.10.0
67-
created: "2022-02-01T12:14:55.521215161+01:00"
128+
created: "2022-02-10T15:50:17.184570804+01:00"
68129
dependencies:
69130
- alias: memcached
70131
condition: memcached.enabled
@@ -106,17 +167,17 @@ entries:
106167
version: 5.15.9
107168
description: Horizontally scalable, highly available, multi-tenant, long term
108169
Prometheus.
109-
digest: c4426c925a375c33fb02ed347ab8c818eb02bd25ac100122194259b291b5f2ce
170+
digest: b6e8db75efc9a2f0beab49f39e672cbe2176597927c007ca362e1b66d851002c
110171
home: https://cortexmetrics.io/
111172
icon: https://avatars2.githubusercontent.com/u/43045022?s=200&v=4
112173
kubeVersion: ^1.19.0-0
113174
maintainers:
114175
115176
name: Tom Hayward
116177
url: https://github.com/kd7lxl
117-
- email: Niclas.Schad@mail.schwarz
178+
- email: Niclas.Schad@plusserver.com
118179
name: Niclas Schad
119-
url: https://github.com/nschad
180+
url: https://github.com/ShuzZzle
120181
name: cortex
121182
sources:
122183
- https://github.com/cortexproject/cortex-helm-chart
@@ -125,7 +186,7 @@ entries:
125186
version: 1.1.0
126187
- apiVersion: v2
127188
appVersion: v1.10.0
128-
created: "2022-02-01T12:14:55.513841685+01:00"
189+
created: "2022-02-10T15:50:17.177947115+01:00"
129190
dependencies:
130191
- alias: memcached
131192
condition: memcached.enabled
@@ -167,17 +228,17 @@ entries:
167228
version: 5.15.8
168229
description: Horizontally scalable, highly available, multi-tenant, long term
169230
Prometheus.
170-
digest: 7ecbe5ced73ce8f394dde31a67cf81518581cd288c6cf61b4b733c4d034e29a7
231+
digest: 982cc50648ec7120536e21a9a6b6e9dfa357fa607bb7da91e86e0964821c704d
171232
home: https://cortexmetrics.io/
172233
icon: https://avatars2.githubusercontent.com/u/43045022?s=200&v=4
173234
kubeVersion: ^1.19.0-0
174235
maintainers:
175236
176237
name: Tom Hayward
177238
url: https://github.com/kd7lxl
178-
- email: Niclas.Schad@mail.schwarz
239+
- email: Niclas.Schad@plusserver.com
179240
name: Niclas Schad
180-
url: https://github.com/nschad
241+
url: https://github.com/ShuzZzle
181242
name: cortex
182243
sources:
183244
- https://github.com/cortexproject/cortex-helm-chart
@@ -186,7 +247,7 @@ entries:
186247
version: 1.0.1
187248
- apiVersion: v2
188249
appVersion: v1.10.0
189-
created: "2022-02-01T12:14:55.506733955+01:00"
250+
created: "2022-02-10T15:50:17.172238527+01:00"
190251
dependencies:
191252
- alias: memcached
192253
condition: memcached.enabled
@@ -228,17 +289,17 @@ entries:
228289
version: 5.15.8
229290
description: Horizontally scalable, highly available, multi-tenant, long term
230291
Prometheus.
231-
digest: 3c27d2941176790979570a3d40e1cd4a35401233e797ba49c326f03349976656
292+
digest: acbd37df2d268072adb0650b0016e0a9779e893d54ce2acd380ff95c3d85af96
232293
home: https://cortexmetrics.io/
233294
icon: https://avatars2.githubusercontent.com/u/43045022?s=200&v=4
234295
kubeVersion: ^1.19.0-0
235296
maintainers:
236297
237298
name: Tom Hayward
238299
url: https://github.com/kd7lxl
239-
- email: Niclas.Schad@mail.schwarz
300+
- email: Niclas.Schad@plusserver.com
240301
name: Niclas Schad
241-
url: https://github.com/nschad
302+
url: https://github.com/ShuzZzle
242303
name: cortex
243304
sources:
244305
- https://github.com/cortexproject/cortex-helm-chart
@@ -247,7 +308,7 @@ entries:
247308
version: 1.0.0
248309
- apiVersion: v2
249310
appVersion: v1.10.0
250-
created: "2022-02-01T12:14:55.498319133+01:00"
311+
created: "2022-02-10T15:50:17.166378039+01:00"
251312
dependencies:
252313
- alias: memcached
253314
condition: memcached.enabled
@@ -289,17 +350,17 @@ entries:
289350
version: 5.15.4
290351
description: Horizontally scalable, highly available, multi-tenant, long term
291352
Prometheus.
292-
digest: bc69f3ebd4aec81edfa2f742999f103416b6f1f56edc133a9ae7d088ac82630c
353+
digest: 04835dd68822bf7cfa062258eceffc71ed6a756627252c33565935584a3a6a38
293354
home: https://cortexmetrics.io/
294355
icon: https://avatars2.githubusercontent.com/u/43045022?s=200&v=4
295356
kubeVersion: ^1.19.0-0
296357
maintainers:
297358
298359
name: Tom Hayward
299360
url: https://github.com/kd7lxl
300-
- email: Niclas.Schad@mail.schwarz
361+
- email: Niclas.Schad@plusserver.com
301362
name: Niclas Schad
302-
url: https://github.com/nschad
363+
url: https://github.com/ShuzZzle
303364
name: cortex
304365
sources:
305366
- https://github.com/cortexproject/cortex-helm-chart
@@ -308,7 +369,7 @@ entries:
308369
version: 0.7.0
309370
- apiVersion: v2
310371
appVersion: v1.9.0
311-
created: "2022-02-01T12:14:55.490871027+01:00"
372+
created: "2022-02-10T15:50:17.161026367+01:00"
312373
dependencies:
313374
- alias: memcached
314375
condition: memcached.enabled
@@ -365,7 +426,7 @@ entries:
365426
version: 0.6.0
366427
- apiVersion: v2
367428
appVersion: v1.9.0
368-
created: "2022-02-01T12:14:55.486892987+01:00"
429+
created: "2022-02-10T15:50:17.155426149+01:00"
369430
dependencies:
370431
- alias: memcached
371432
condition: memcached.enabled
@@ -422,7 +483,7 @@ entries:
422483
version: 0.5.0
423484
- apiVersion: v2
424485
appVersion: v1.7.0
425-
created: "2022-02-01T12:14:55.482479204+01:00"
486+
created: "2022-02-10T15:50:17.152306307+01:00"
426487
dependencies:
427488
- alias: memcached
428489
condition: memcached.enabled
@@ -478,7 +539,7 @@ entries:
478539
version: 0.4.1
479540
- apiVersion: v2
480541
appVersion: v1.7.0
481-
created: "2022-02-01T12:14:55.477148971+01:00"
542+
created: "2022-02-10T15:50:17.148812679+01:00"
482543
dependencies:
483544
- alias: memcached
484545
condition: memcached.enabled
@@ -534,7 +595,7 @@ entries:
534595
version: 0.4.0
535596
- apiVersion: v2
536597
appVersion: v1.6.0
537-
created: "2022-02-01T12:14:55.472696638+01:00"
598+
created: "2022-02-10T15:50:17.145694217+01:00"
538599
dependencies:
539600
- alias: memcached
540601
condition: memcached.enabled
@@ -590,7 +651,7 @@ entries:
590651
version: 0.3.0
591652
- apiVersion: v2
592653
appVersion: v1.4.0
593-
created: "2022-02-01T12:14:55.468146956+01:00"
654+
created: "2022-02-10T15:50:17.142416877+01:00"
594655
dependencies:
595656
- alias: memcached
596657
condition: memcached.enabled
@@ -621,4 +682,4 @@ entries:
621682
urls:
622683
- https://cortexproject.github.io/cortex-helm-chart/cortex-0.2.0.tgz
623684
version: 0.2.0
624-
generated: "2022-02-01T12:14:55.460815609+01:00"
685+
generated: "2022-02-10T15:50:17.134021393+01:00"

0 commit comments

Comments
 (0)