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

Update goreleaser/goreleaser-action action to v6 #10384

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
goreleaser/goreleaser-action action major v5.1.0 -> v6.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

goreleaser/goreleaser-action (goreleaser/goreleaser-action)

v6.0.0

Compare Source

[!WARNING]
This is a breaking change!

Follow the instructions here to upgrade!

What's Changed

Full Changelog: goreleaser/goreleaser-action@v5...v6.0.0


Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 11, 2024
@renovate renovate bot requested a review from a team as a code owner June 11, 2024 04:24
@renovate renovate bot added the renovatebot label Jun 11, 2024
@renovate renovate bot requested a review from TylerHelmuth June 11, 2024 04:24
Copy link

codecov bot commented Jun 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.53%. Comparing base (1a20888) to head (4b39d99).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #10384   +/-   ##
=======================================
  Coverage   92.53%   92.53%           
=======================================
  Files         388      388           
  Lines       18317    18317           
=======================================
  Hits        16949    16949           
  Misses       1022     1022           
  Partials      346      346           

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

Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

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

This needs to be pulled in after #10386

Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

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

Unblocked as the other PR was merged

@codeboten codeboten merged commit f10e1be into main Jun 11, 2024
51 checks passed
@codeboten codeboten deleted the renovate/major-github-actions-deps branch June 11, 2024 13:26
@github-actions github-actions bot added this to the next release milestone Jun 11, 2024
codeboten pushed a commit that referenced this pull request Jun 18, 2024
#10384
updated `goreleaser` to a new major version and this appears to have
[broken the
config](https://github.com/open-telemetry/opentelemetry-collector/actions/runs/9565775767/job/26369463094).
This problem only became apparent during the release process since the
config is not used otherwise.

This PR adds a github action to run `goreleaser check` on all PRs, since
changes to the config may not be caught until release is attempted.

I've also included what may be the only necessary change to the config,
by [renaming `changelog.skip` to
`changelog.disable`](goreleaser/goreleaser@29f30b6).
This passes `goreleaser check` when run locally.

The `monorepo` section of the config fails locally, but the feature
appears to require the Pro version so I'm unclear if it will pass with
the OSS version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovatebot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants