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

[chore] Prepare release v1.7.0/v0.100.0 #10087

Merged
merged 8 commits into from
May 6, 2024
Merged

Conversation

opentelemetrybot
Copy link
Contributor

The following commands were run to prepare this release:

  • make chlog-update VERSION=v1.7.0/v0.100.0
  • make prepare-release PREVIOUS_VERSION=1.6.0 RELEASE_CANDIDATE=1.7.0 MODSET=stable
  • make prepare-release PREVIOUS_VERSION=0.99.0 RELEASE_CANDIDATE=0.100.0 MODSET=beta

@opentelemetrybot opentelemetrybot requested a review from a team as a code owner May 6, 2024 16:05
constraint, err = version.NewConstraint(">= 0.99.0")
constraint, err = version.NewConstraint(">= 0.100.0")
Copy link
Member

Choose a reason for hiding this comment

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

@codeboten, @evan-bradley not sure if you are aware of this bug, but the release action will mess with the backwards compatible constrains that are added at the latest version.

cmd/builder/internal/builder/config.go Outdated Show resolved Hide resolved
cmd/builder/internal/builder/config.go Outdated Show resolved Hide resolved
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

<!-- Issue number if applicable -->
#### Link to tracking issue
Fixes #

<!--Describe what testing was performed and which tests were added.-->
#### Testing

<!--Describe the documentation added.-->
#### Documentation

<!--Please delete paragraphs that you did not use before submitting.-->
Copy link

codecov bot commented May 6, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 91.84%. Comparing base (8efff48) to head (cc20543).
Report is 1 commits behind head on main.

Files Patch % Lines
cmd/otelcorecol/main.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #10087   +/-   ##
=======================================
  Coverage   91.84%   91.84%           
=======================================
  Files         362      362           
  Lines       16709    16709           
=======================================
  Hits        15346    15346           
  Misses       1025     1025           
  Partials      338      338           

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

@bogdandrutu bogdandrutu merged commit 6c2a34e into main May 6, 2024
46 of 47 checks passed
@bogdandrutu bogdandrutu deleted the prepare-release-prs/0.100.0 branch May 6, 2024 16:33
@github-actions github-actions bot added this to the next release milestone May 6, 2024
andrzej-stencel pushed a commit to andrzej-stencel/opentelemetry-collector that referenced this pull request May 27, 2024
The following commands were run to prepare this release:
- make chlog-update VERSION=v1.7.0/v0.100.0
- make prepare-release PREVIOUS_VERSION=1.6.0 RELEASE_CANDIDATE=1.7.0
MODSET=stable
- make prepare-release PREVIOUS_VERSION=0.99.0 RELEASE_CANDIDATE=0.100.0
MODSET=beta

---------

Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
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.

None yet

2 participants