Skip to content

Conversation

albertteoh
Copy link
Contributor

@albertteoh albertteoh commented Oct 6, 2024

Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
@albertteoh albertteoh requested a review from a team as a code owner October 6, 2024 09:23
@albertteoh albertteoh requested a review from jkowall 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.

@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 <yurishkuro@users.noreply.github.com>
Signed-off-by: Albert <26584478+albertteoh@users.noreply.github.com>
Signed-off-by: Albert Teoh <albert@packsmith.io>
Signed-off-by: Albert Teoh <albert@packsmith.io>
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
Signed-off-by: Albert Teoh <albert@packsmith.io>
## 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 <mahadzaryab1@gmail.com>
@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
Saumya40-codes pushed a commit to Saumya40-codes/jaeger that referenced this pull request Oct 14, 2024
Signed-off-by: Saumya Shah <saumyabshah90@gmail.com>
Saumya40-codes pushed a commit to Saumya40-codes/jaeger that referenced this pull request Oct 14, 2024
Signed-off-by: Saumya Shah <saumyabshah90@gmail.com>
chahatsagarmain pushed a commit to chahatsagarmain/jaeger that referenced this pull request Oct 23, 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