Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 1.62.0 / 2.0.0-rc2 #6057

Merged
merged 8 commits into from
Oct 7, 2024

Conversation

albertteoh
Copy link
Contributor

@albertteoh albertteoh commented Oct 6, 2024

@albertteoh albertteoh requested a review from a team as a code owner October 6, 2024 09:23
@albertteoh
Copy link
Contributor Author

albertteoh commented Oct 6, 2024

@albertteoh albertteoh added the changelog:skip Trivial change that does not require an entry in CHANGELOG label Oct 6, 2024
@albertteoh albertteoh changed the title Prepare v1.62 Prepare release 1.62.0 / 2.0.0-rc2 Oct 6, 2024
Copy link

codecov bot commented Oct 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.90%. Comparing base (1ec8303) to head (2c119c6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6057   +/-   ##
=======================================
  Coverage   96.90%   96.90%           
=======================================
  Files         349      349           
  Lines       16588    16588           
=======================================
  Hits        16075    16075           
  Misses        329      329           
  Partials      184      184           
Flag Coverage Δ
badger_v1 8.00% <ø> (ø)
badger_v2 1.82% <ø> (ø)
cassandra-4.x-v1 15.77% <ø> (ø)
cassandra-4.x-v2 1.74% <ø> (ø)
cassandra-5.x-v1 15.77% <ø> (ø)
cassandra-5.x-v2 1.74% <ø> (ø)
elasticsearch-6.x-v1 18.72% <ø> (+0.01%) ⬆️
elasticsearch-7.x-v1 18.78% <ø> (ø)
elasticsearch-8.x-v1 18.97% <ø> (+0.01%) ⬆️
elasticsearch-8.x-v2 1.82% <ø> (ø)
grpc_v1 9.37% <ø> (-0.02%) ⬇️
grpc_v2 7.13% <ø> (+0.01%) ⬆️
kafka-v1 9.71% <ø> (ø)
kafka-v2 1.82% <ø> (ø)
memory_v2 1.82% <ø> (ø)
opensearch-1.x-v1 18.83% <ø> (+0.01%) ⬆️
opensearch-2.x-v1 18.83% <ø> (+0.01%) ⬆️
opensearch-2.x-v2 1.82% <ø> (ø)
tailsampling-processor 0.46% <ø> (ø)
unittests 95.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -97,7 +97,7 @@ def main(token, repo, branch, num_commits, exclude_dependabot, verbose):

progress_iterator = 0
for commit in commits:
if verbose:
if repo == 'jaeger':
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is rather odd - why do you only want progress reporting for one specific repo?

Copy link
Contributor Author

@albertteoh albertteoh Oct 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's equivalent to what we had before. In jaeger Makefile, we had --verbose set for changelog target, then it's disabled for the jaeger-ui repo to prevent progress from showing for the jaeger-ui section.

The reason for doing this is because we shouldn't need to use --verbose flag by default and it should be respected for both jaeger and jaeger-ui repos. Either way, it's not ideal, but I think it's better if --verbose was respected irrespective of the repo.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm... actually, it's a good callout. I just realised we're using the same script for jaeger-ui. I'll revert this change in that case.

scripts/release-notes.py Outdated Show resolved Hide resolved
@yurishkuro
Copy link
Member

TODO: @albertteoh bump jaeger-ui submodule

tip: include these in the main description, this way GitHub shows "remaining tasks" in the PR header:

image

albertteoh and others added 3 commits October 7, 2024 09:02
Co-authored-by: Yuri Shkuro <[email protected]>
Signed-off-by: Albert <[email protected]>
Signed-off-by: Albert Teoh <[email protected]>
Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remember to include UI submodule in this PR

Albert Teoh and others added 2 commits October 7, 2024 18:23
## Which problem is this PR solving?
- Part of jaegertracing#6040

## Description of the changes
- Added the
[attributesprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/attributesprocessor/README.md)
to the Jaeger V2 binary to replace `--collector.tags`. See the
[migration
guide](https://docs.google.com/document/d/18B1yTMewRft2N0nW9K-ecVRTt5VaNgnrPTW1eL236t4/edit?usp=sharing)
for more details.

## How was this change tested?
- 

## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [x] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

---------

Signed-off-by: Mahad Zaryab <[email protected]>
@albertteoh
Copy link
Contributor Author

remember to include UI submodule in this PR

Yup, thanks! Sorry it took a bit longer because I had to fix the draft-release script which was broken for jaeger-ui.

The fix and UI submodule update is in: 225ba26

@albertteoh albertteoh merged commit 4b74462 into jaegertracing:main Oct 7, 2024
49 checks passed
@albertteoh albertteoh deleted the prepare-v1.62 branch October 7, 2024 09:16
chahatsagarmain pushed a commit to chahatsagarmain/jaeger that referenced this pull request Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:skip Trivial change that does not require an entry in CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants