Skip to content

Commit a880ea3

Browse files
authored
Prepare 2.7.3 changelog and release notes (#8348)
Signed-off-by: Christian Haudum <[email protected]>
1 parent 042774e commit a880ea3

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

CHANGELOG.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
##### Fixes
1010

11-
* [8120](https://github.com/grafana/loki/pull/8232) **TaehyunHwang** Fix version info issue that shows wrong version.
12-
1311
##### Changes
1412

1513
#### Promtail
@@ -30,6 +28,18 @@
3028

3129
### Dependencies
3230

31+
## 2.7.3 (2023-02-01)
32+
33+
#### Loki
34+
35+
##### Fixes
36+
37+
* [8340](https://github.com/grafana/loki/pull/8340) **MasslessParticle** Fix bug in compactor that caused panics when `startTime` and `endTime` of a delete request are equal.
38+
39+
#### Build
40+
41+
* [8120](https://github.com/grafana/loki/pull/8232) **TaehyunHwang** Fix build issue that caused `--version` to show wrong version for Loki and Promtail binaries.
42+
3343
## 2.7.2 (2023-01-25)
3444

3545
#### Loki
@@ -40,12 +50,6 @@
4050
* [7720](https://github.com/grafana/loki/pull/7720) **sandeepsukhani**: Fix bugs in processing delete requests with line filters.
4151
* [7708](https://github.com/grafana/loki/pull/7708) **DylanGuedes**: Fix bug in multi-tenant querying.
4252

43-
### Notes
44-
45-
This release was created from a branch starting at commit `706c22e9e40b0156031f214b63dc6ed4e210abc1` but it may also contain backported changes from main.
46-
47-
Check the history of the branch `release-2.7.x`.
48-
4953
### Dependencies
5054

5155
* Go version: 1.19.5

docs/sources/release-notes/v2-7.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@ As always, please read the [upgrade guide](../../upgrading/#270) before upgradin
3333

3434
## Bug fixes
3535

36-
### 2.7.2
36+
### 2.7.3 (2023-02-01)
37+
38+
* Fixed a bug in compactor that caused divide-by-zero panics when `startTime` and `endTime` of a delete request were equal.
39+
* Fixed the output of the `--version` command that showed an incorrect version information.
40+
41+
### 2.7.2 (2023-01-25)
3742

3843
* Fixed bug in validation of `pattern` and `regexp` parsers where missing or empty parameters for these parsers caused panics.
3944
* Fixed bugs in processing delete requests with line filters:
@@ -43,7 +48,7 @@ As always, please read the [upgrade guide](../../upgrading/#270) before upgradin
4348
* Fixed bug in multi-tenant querying that caused HTTP 400 responses when multiple tenants where used in `X-Scope-OrgID` header like so `tenant-a|tenant-b`.
4449
* Upgraded Go build version and Docker container base images to 1.19.5 to mitigate [GO-2022-1144](https://pkg.go.dev/vuln/GO-2022-1144) vulnerability.
4550

46-
### 2.7.1
51+
### 2.7.1 (2022-12-09)
4752

4853
* Add single compactor http client for delete and gennumber clients. This fixes a bug caused by the accidental introduction of different HTTP clients for compactor and gennumber operations that resulted in 404s when only the gennumber middlewares were enabled:
4954

0 commit comments

Comments
 (0)