Skip to content

Commit 3b492ef

Browse files
yeya24alvinlin123rokh-conduktorfriedrichgalanprot
authored
Merge release 1.15 to master (#5637)
* upgrade to go 1.20.4 (#5299) (#5331) * upgrade to go 1.20.3 * align on pr name ? * Update build-image/Dockerfile * Update test-build-deploy.yml with build image tag * Update Makefile * Remove python-request and python-yaml in build-image/Dockerfile --------- Signed-off-by: rokh-conduktor <[email protected]> Signed-off-by: Alvin Lin <[email protected]> Co-authored-by: rokh-conduktor <[email protected]> Co-authored-by: Friedrich Gonzalez <[email protected]> * Release and bump version to 1.15.2 (#5336) * Bump version to 1.15.2 Signed-off-by: Alvin Lin <[email protected]> * Add entry to change log for 1.15.2 release Signed-off-by: Alvin Lin <[email protected]> --------- Signed-off-by: Alvin Lin <[email protected]> * Release 1.15 (#5423) * Do not reuse remote write requests in case of error (#5422) * Do not reuse remote write requests in case of error Signed-off-by: Alan Protasio <[email protected]> * Changelog Signed-off-by: Alan Protasio <[email protected]> --------- Signed-off-by: Alan Protasio <[email protected]> * Release and bump version to 1.15.3 Signed-off-by: Alan Protasio <[email protected]> * Fix Changelog Signed-off-by: Alan Protasio <[email protected]> --------- Signed-off-by: Alan Protasio <[email protected]> --------- Signed-off-by: rokh-conduktor <[email protected]> Signed-off-by: Alvin Lin <[email protected]> Signed-off-by: Alan Protasio <[email protected]> Signed-off-by: Ben Ye <[email protected]> Co-authored-by: Alvin Lin <[email protected]> Co-authored-by: rokh-conduktor <[email protected]> Co-authored-by: Friedrich Gonzalez <[email protected]> Co-authored-by: Alan Protasio <[email protected]>
1 parent c542d74 commit 3b492ef

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
* [ENHANCEMENT] Support object storage backends for runtime configuration file. #5292
5252
* [ENHANCEMENT] Query Frontend: Reject subquery with too small step size. #5323
5353
* [ENHANCEMENT] Compactor: Exposing Thanos accept-malformed-index to Cortex compactor. #5334
54-
* [ENHANCEMENT] Update Go version to 1.20.4. #5299
5554
* [ENHANCEMENT] Log: Avoid expensive log.Valuer evaluation for disallowed levels. #5297
5655
* [ENHANCEMENT] Improving Performance on the API Gzip Handler. #5347
5756
* [ENHANCEMENT] Dynamodb: Add `puller-sync-time` to allow different pull time for ring. #5357
@@ -87,7 +86,6 @@
8786
* [BUGFIX] Compactor: Partial block with only visit marker should be deleted even there is no deletion marker. #5342
8887
* [BUGFIX] KV: Etcd calls will no longer block indefinitely and will now time out after the DialTimeout period. #5392
8988
* [BUGFIX] Ring: Allow RF greater than number of zones to select more than one instance per zone #5411
90-
* [BUGFIX] Distributor: Fix potential data corruption in cases of timeout between distributors and ingesters. #5422
9189
* [BUGFIX] Store Gateway: Fix bug in store gateway ring comparison logic. #5426
9290
* [BUGFIX] Ring: Fix bug in consistency of Get func in a scaling zone-aware ring. #5429
9391
* [BUGFIX] Query Frontend: Fix bug of failing to cancel downstream request context in query frontend v2 mode (query scheduler enabled). #5447
@@ -100,6 +98,14 @@
10098
* [BUGFIX] Ruler: Fix bug on ruler where a failure to load a single RuleGroup would prevent rulers to sync all RuleGroup. #5563
10199
* [BUGFIX] Store-Gateway and AlertManager: Add a `wait_instance_time_out` to WaitInstanceState context to avoid waiting forever. #5581
102100

101+
## 1.15.3 2023-06-22
102+
103+
* [BUGFIX] Distributor: Fix potential data corruption in cases of timeout between distributors and ingesters. #5422
104+
105+
## 1.15.2 2023-05-09
106+
107+
* [ENHANCEMENT] Update Go version to 1.20.4. #5299
108+
103109
## 1.15.1 2023-04-26
104110

105111
* [CHANGE] Alertmanager: Validating new fields on the PagerDuty AM config. #5290

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.1
1+
1.15.3

0 commit comments

Comments
 (0)