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 module go.opentelemetry.io/build-tools/chloggen to v0.13.0 #9697

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/build-tools/chloggen v0.12.0 -> v0.13.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-go-build-tools (go.opentelemetry.io/build-tools/chloggen)

v0.13.0

Compare Source

🛑 Breaking changes 🛑
  • all: bump minimal Go version to 1.20 (#​474)
💡 Enhancements 💡
  • multimod: ignore excluded-modules when using sync to update dependencies (#​442)
    This allows users of the sync command to sync all modules in a monorepo, including
    those listed in the excluded-modules. This is useful for repositories where some modules
    may not yet be ready for releasing (therefore listed under excluded-modules) but their
    dependencies still need to be managed via multimod.

  • crosslink: Add --skip flag to ignore specified go modules (#​480)

  • multimod: add support for --commit-hash to allow users to overwrite the tag in a versions.yaml file (#​422)
    This feature allows users to specify a tag (i.e. main) when they want to update
    modules.

  • chloggen: support a custom changelog summary template (#​501)
    The changelog summary template can be customized by configuring a custom template with the summary_template configuration setting.
    The default template provides a starting point for a custom template: https://github.com/open-telemetry/opentelemetry-go-build-tools/blob/v0.13.0/chloggen/internal/chlog/summary.tmpl

🧰 Bug fixes 🧰
  • crosslink: Fix Windows produces backslashes instead of slashes (#​458)
    This fixes the issue of Windows produces backslashes instead of slashes when crosslinking
    dependencies in go.mod files on Windows.

  • dbotconf: Fix Windows produces backslashes instead of slashes (#​264)
    This fixes the issue of Windows produces backslashes instead of slashes when generating
    Dependabot configuration files on Windows.

  • multimod: Fix tagging on Windows (#​464)
    This fixes the issue of multimod tag failing on Windows.

  • multimod: Fix to log 'Using versioning file' and 'Successfully deleted module tags' to stderr instead of stdout (#​507)

  • chloggen: change generated files permissions from 0755 to 0644 (#​457)


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 requested a review from a team as a code owner March 5, 2024 07:34
@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Mar 5, 2024
@renovate renovate bot requested a review from jpkrohling March 5, 2024 07:34
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.90%. Comparing base (7710b8f) to head (d68808f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9697   +/-   ##
=======================================
  Coverage   90.90%   90.90%           
=======================================
  Files         348      348           
  Lines       18382    18382           
=======================================
  Hits        16710    16710           
  Misses       1348     1348           
  Partials      324      324           

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

@dmitryax dmitryax closed this Mar 6, 2024
@dmitryax dmitryax reopened this Mar 6, 2024
@renovate renovate bot force-pushed the renovate/go.opentelemetry.io-build-tools-chloggen-0.x branch from 711f369 to dea3000 Compare March 6, 2024 00:59
@dmitryax dmitryax closed this Mar 6, 2024
@dmitryax dmitryax reopened this Mar 6, 2024
@dmitryax dmitryax merged commit 44d0d09 into main Mar 6, 2024
46 of 47 checks passed
@dmitryax dmitryax deleted the renovate/go.opentelemetry.io-build-tools-chloggen-0.x branch March 6, 2024 01:15
@github-actions github-actions bot added this to the next release milestone Mar 6, 2024
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