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

Commits on Oct 6, 2024

  1. Prepare release 1.62.0 / 2.0.0-rc2

    Signed-off-by: albertteoh <[email protected]>
    albertteoh committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    b26900c View commit details
    Browse the repository at this point in the history
  2. Underline

    Signed-off-by: albertteoh <[email protected]>
    albertteoh committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    737fae1 View commit details
    Browse the repository at this point in the history
  3. Update scripts/release-notes.py

    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: Albert <[email protected]>
    albertteoh and yurishkuro authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    5e543ee View commit details
    Browse the repository at this point in the history
  4. Revert progress log changes

    Signed-off-by: Albert Teoh <[email protected]>
    Albert Teoh committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    96641f5 View commit details
    Browse the repository at this point in the history
  5. Remove newline chars; print already adds them

    Signed-off-by: Albert Teoh <[email protected]>
    Albert Teoh committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    00d7ba5 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Fix draft-release to support jaeger-ui and bump submodule

    Signed-off-by: Albert Teoh <[email protected]>
    Albert Teoh committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    225ba26 View commit details
    Browse the repository at this point in the history
  2. [jaeger-v2] Enable Attributes Processor (jaegertracing#6066)

    ## 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]>
    mahadzaryab1 authored and Albert Teoh committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9087e9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c119c6 View commit details
    Browse the repository at this point in the history