Skip to content

Commit 0f0177c

Browse files
authored
Changelog 2.6.0 rc.0 (#3982)
* changelog Signed-off-by: Joe Elliott <[email protected]> * some releases.md cleanup Signed-off-by: Joe Elliott <[email protected]> --------- Signed-off-by: Joe Elliott <[email protected]>
1 parent 6b7342d commit 0f0177c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
## main / unreleased
22

3+
# v2.6.0-rc.0
4+
35
* [CHANGE] **BREAKING CHANGE** Remove `autocomplete_filtering_enabled` feature flag [#3729](https://github.com/grafana/tempo/pull/3729) (@mapno)
46
* [CHANGE] Bump opentelemetry-collector to 0.102.1 [#3784](https://github.com/grafana/tempo/pull/3784) (@debasishbsws)
57
* [CHANGE] Bump Jaeger query docker image to 1.57.0 [#3652](https://github.com/grafana/tempo/issues/3652) (@iblancasa)
68
* [CHANGE] Update Go to 1.22.4 [#3757](https://github.com/grafana/tempo/pull/3757) [#3793](https://github.com/grafana/tempo/pull/3793) (@joe-elliott, @mapno)
79
* [CHANGE] Make vParquet4 the default block encoding [#3810](https://github.com/grafana/tempo/pull/3810) (@ie-pham)
810
* [CHANGE] Azure v2 backend becomes the only and primary Azure backend [#3875](https://github.com/grafana/tempo/pull/3875) (@zalegrala)
911
**BREAKING CHANGE** The `use_v2_sdk` configuration option has been removed.
10-
* [CHANGE] BlockMeta improvements to reduce the size [#3950](https://github.com/grafana/tempo/pull/3950) [#3951](https://github.com/grafana/tempo/pull/3951) [#3952](https://github.com/grafana/tempo/pull/3952)(@zalegrala)
1112
* [FEATURE] TraceQL support for link scope and link:traceID and link:spanID [#3741](https://github.com/grafana/tempo/pull/3741) (@stoewer)
1213
* [FEATURE] TraceQL support for link attribute querying [#3814](https://github.com/grafana/tempo/pull/3814) (@ie-pham)
1314
* [FEATURE] TraceQL support for event scope and event:name intrinsic [#3708](https://github.com/grafana/tempo/pull/3708) (@stoewer)
@@ -53,6 +54,7 @@
5354
* [ENHANCEMENT] Implement polling tenants concurrently [#3647](https://github.com/grafana/tempo/pull/3647) (@zalegrala)
5455
* [ENHANCEMENT] Added new middleware to block matching urls [#3963](https://github.com/grafana/tempo/pull/3963) (@javiermolinar)
5556
* [ENHANCEMENT] Reduce allocs of caching middleware [#3976](https://github.com/grafana/tempo/pull/3976) (@joe-elliott)
57+
* [ENHANCEMENT] BlockMeta improvements to reduce the size [#3950](https://github.com/grafana/tempo/pull/3950) [#3951](https://github.com/grafana/tempo/pull/3951) [#3952](https://github.com/grafana/tempo/pull/3952)(@zalegrala)
5658
* [BUGFIX] Fix panic in certain metrics queries using `rate()` with `by` [#3847](https://github.com/grafana/tempo/pull/3847) (@stoewer)
5759
* [BUGFIX] Fix double appending the primary iterator on second pass with event iterator [#3903](https://github.com/grafana/tempo/pull/3903) (@ie-pham)
5860
* [BUGFIX] Fix metrics queries when grouping by attributes that may not exist [#3734](https://github.com/grafana/tempo/pull/3734) (@mdisibio)
@@ -72,7 +74,6 @@
7274
* [BUGFIX] Fix race condition where a streaming response could be marshalled while being modified in the combiner resulting in a panic. [#3961](https://github.com/grafana/tempo/pull/3961) (@joe-elliott)
7375
* [BUGFIX] Pass search options to the backend for SearchTagValuesBlocksV2 requests [#3971](https://github.com/grafana/tempo/pull/3971) (@javiermolinar)
7476

75-
7677
## v2.5.0
7778

7879
* [CHANGE] Align metrics query time ranges to the step parameter [#3490](https://github.com/grafana/tempo/pull/3490) (@mdisibio)

RELEASES.MD

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release Candidates
22

3-
- Push a semver tag to main. Something like:
3+
- Create a branch named `changelog-<version>-<rc.#>`. Clean up the changelog, add the version heading
4+
and merge to main.
5+
- Push a semver tag to main on the merge commit above. Something like:
46
- `git tag -a v1.2.0-rc.0`
57
- `git push origin v1.2.0-rc.0`
68
- This will initiate the build process in Github Actions and Drone. The tagged docker image should
@@ -16,7 +18,7 @@
1618

1719
This document details release procedures for Tempo.
1820

19-
- Create a release branch. This will likely be on the same commit as the release candidate above.
21+
- Create a release branch. This may or may not be on the same commit as the release candidate above.
2022
- Name the branch like `release-v2.2`
2123
- Follow all steps in [Release Candidates](#release-candidates) except:
2224
- Drop the `-rc.#` postfix from the tag. For instance use `v1.2.0` instead. Something like:

0 commit comments

Comments
 (0)