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 v0.55.0 release #5638

Merged

Conversation

tigrannajaryan
Copy link
Member

@tigrannajaryan tigrannajaryan commented Jul 6, 2022

Steps performed:

  • Update CHANGELOG.md file and rename the Unreleased section to the new release name. Add a new unreleased section at top. Use commit history feature to get the list of commits since the last release to help understand what should be in the release notes, e.g.: v0.44.0...main.

    • Use multimod to update the version of the collector package

      • Update versions.yaml and commit it locally
      • Run make multimod-prerelease (it might fail if you didn't commit the change above)
    • Update the collector version in the collector builder to the new release in ./cmd/builder/internal/builder/config.go.

    • Update the collector version in the manifest used by make run to the new release in ./cmd/otelcorecol/builder-config.yaml and run make genotelcorecol.

    • Update the collector version in the examples/k8s/otel-config.yaml

Issue #5637

@tigrannajaryan tigrannajaryan requested review from a team and jpkrohling July 6, 2022 15:16
@codecov
Copy link

codecov bot commented Jul 6, 2022

Codecov Report

Merging #5638 (680c7ad) into main (6eed626) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main    #5638   +/-   ##
=======================================
  Coverage   91.33%   91.33%           
=======================================
  Files         191      191           
  Lines       11384    11384           
=======================================
  Hits        10398    10398           
  Misses        786      786           
  Partials      200      200           
Impacted Files Coverage Δ
cmd/builder/internal/builder/config.go 83.82% <ø> (ø)
cmd/otelcorecol/main.go 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6eed626...680c7ad. Read the comment docs.

@tigrannajaryan tigrannajaryan merged commit 35e9617 into open-telemetry:main Jul 6, 2022
@tigrannajaryan tigrannajaryan deleted the feature/tigran/prepare0550 branch July 6, 2022 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants