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

Bump go.opentelemetry.io/build-tools/semconvgen from 0.8.0 to 0.12.0 in /internal/tools #634

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 27, 2023

Bumps go.opentelemetry.io/build-tools/semconvgen from 0.8.0 to 0.12.0.

Release notes

Sourced from go.opentelemetry.io/build-tools/semconvgen's releases.

v0.12.0

💡 Enhancements 💡

  • chloggen: add component validation (#401)

v0.11.0

What's Changed

Full Changelog: open-telemetry/opentelemetry-go-build-tools@v0.10.0...v0.11.0

v0.10.0

What's Changed

New Contributors

Full Changelog: open-telemetry/opentelemetry-go-build-tools@v0.9.0...v0.10.0

v0.9.0

What's Changed

... (truncated)

Changelog

Sourced from go.opentelemetry.io/build-tools/semconvgen's changelog.

0.12.0

💡 Enhancements 💡

  • chloggen: add component validation (#401)

v0.11.0

🛑 Breaking changes 🛑

  • checkdoc: checkdoc has been removed in favor of checkfile. Please use checkfile with argument --file-name README.md instead. (#378)

💡 Enhancements 💡

  • chloggen: Add ability to configure separate changelogs for different audiences (#364)

v0.10.0

🛑 Breaking changes 🛑

  • chloggen: Remove 'chloggen-directory' flag. Use config file instead. (#371)
  • multimod: Update HasChanged to avoid returning unnecessary boolean (#366)

🚩 Deprecations 🚩

  • checkdoc: checkdoc is deprecated in favor of checkfile. Please use checkfile with argument --file-name README.md instead. (#347)

🚀 New components 🚀

  • checkfile: checkfile checks the components enabled in OpenTelemetry core and contrib repos contain the file provided in argument --file-name. (#347)

💡 Enhancements 💡

  • dbotconf: Add the --ignore flag to the dbotconf root command (#362)
  • chloggen: Adds a 'config' flag and option to configure chloggen with a config file. (#371)

🧰 Bug fixes 🧰

  • semconvgen: Fix semconvgen to work for the new semantic conventions repository. (#374)

v0.9.0

💡 Enhancements 💡

  • multimod: add diff command to multimod to show files that have changed since a specified tag (#350)

🧰 Bug fixes 🧰

  • chloggen: Disallow whitespace-only values (#164)
Commits
  • bb619d8 Release 0.12.0 (#403)
  • 2382304 chloggen: add component validation (#402)
  • 4e238e9 dependabot updates Sun Sep 17 14:56:49 UTC 2023 (#400)
  • f984644 Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 in /issuegenerator (#395)
  • d99d72a Bump actions/checkout from 3 to 4 (#396)
  • af74cd7 update go version used in workflows (#394)
  • 259b531 Bump golang.org/x/sys from 0.11.0 to 0.12.0 (#392)
  • a45bc43 Bump golang.org/x/text from 0.12.0 to 0.13.0 in /semconvgen (#393)
  • 58899db Bump github.com/golangci/golangci-lint from 1.54.1 to 1.54.2 in /internal/too...
  • f100125 Bump github.com/golangci/golangci-lint in /internal/tools (#388)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [go.opentelemetry.io/build-tools/semconvgen](https://github.com/open-telemetry/opentelemetry-go-build-tools) from 0.8.0 to 0.12.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-build-tools/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-build-tools/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-build-tools@v0.8.0...v0.12.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/build-tools/semconvgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 27, 2023
@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

Merging #634 (cf14787) into main (0b88ff9) will increase coverage by 0.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #634      +/-   ##
==========================================
+ Coverage   91.03%   91.08%   +0.05%     
==========================================
  Files         299      299              
  Lines       14935    14935              
==========================================
+ Hits        13596    13604       +8     
+ Misses       1061     1055       -6     
+ Partials      278      276       -2     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Oct 12, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 20, 2023

Looks like go.opentelemetry.io/build-tools/semconvgen is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 20, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/internal/tools/go.opentelemetry.io/build-tools/semconvgen-0.12.0 branch October 20, 2023 14:42
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 go Pull requests that update Go code Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants