File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 99
99
* [ BUGFIX] Treat ` compactor_blocks_retention_period ` type as string rather than int.#395
100
100
* [ BUGFIX] Fixed writes/reads/alertmanager resources dashboards to use ` $._config.job_names.gateway ` . #403
101
101
* [ BUGFIX] Span the annotation.message in alerts as YAML multiline strings. #412
102
+ * [ BUGFIX] Pass ` -ruler-storage.s3.endpoint ` to ruler when using S3. #421
102
103
103
104
## 1.9.0 / 2021-05-18
104
105
Original file line number Diff line number Diff line change 265
265
s3: {
266
266
'ruler-storage.s3.region' : $._config.aws_region,
267
267
'ruler-storage.s3.bucket-name' : $._config.ruler_storage_bucket_name,
268
+ 'ruler-storage.s3.endpoint' : 's3.dualstack.%s.amazonaws.com' % $._config.aws_region,
268
269
},
269
270
azure: {
270
271
'ruler-storage.azure.container-name' : $._config.ruler_storage_bucket_name,
You can’t perform that action at this time.
0 commit comments