Skip to content

Releases: open-telemetry/opentelemetry-go-build-tools

v0.15.0

07 Nov 12:07
b5a844a
Compare
Choose a tag to compare

What's Changed

💡 Enhancements 💡

  • all: bump minimum Go version to 1.22 (#605)
  • multimod: Improve error message when the Go proxy misbehaves (#610)

🧰 Bug fixes 🧰

  • chloggen: Fix bug that directed all output to stderr (#612)

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0

09 Jul 17:18
a0880ac
Compare
Choose a tag to compare

What's Changed

💡 Enhancements 💡

  • semconvgen: Add --capitalizations-path to allow users to add additional strings to the static capitalizations slice in generator.go (#528)

🧰 Bug fixes 🧰

  • multimod: Get pseudoversion for each module in a module set separately to support moving modules between module sets. (#582)

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

02 Mar 08:35
v0.13.0
96f66d7
Compare
Choose a tag to compare

🛑 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)

v0.12.0

25 Sep 15:47
bb619d8
Compare
Choose a tag to compare

💡 Enhancements 💡

  • chloggen: add component validation (#401)

v0.11.0

01 Aug 14:51
v0.11.0
30527be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

27 Jul 09:43
v0.10.0
e6e68a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

26 Jul 07:51
56e8a8a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

05 Jun 06:03
v0.8.0
2bf4c80
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

11 Apr 14:55
v0.7.0
271edc1
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/mod from 0.7.0 to 0.8.0 in /semconvgen by @dependabot in #248
  • bump minimum go version to 1.19 by @codeboten in #253
  • [chore] dependabot updates Fri Feb 17 16:47:01 UTC 2023 by @opentelemetrybot in #252
  • Bump golang.org/x/mod from 0.7.0 to 0.8.0 by @dependabot in #245
  • [chore] dependabot updates Sun Feb 26 15:48:24 UTC 2023 by @opentelemetrybot in #263
  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #254
  • Bump golang.org/x/mod from 0.8.0 to 0.9.0 in /semconvgen by @dependabot in #267
  • Bump go.uber.org/multierr from 1.9.0 to 1.10.0 in /multimod by @dependabot in #274
  • Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 in /issuegenerator by @dependabot in #273
  • Bump golang.org/x/text from 0.7.0 to 0.8.0 in /semconvgen by @dependabot in #265
  • Bump github.com/go-git/go-git/v5 from 5.5.2 to 5.6.1 in /multimod by @dependabot in #277
  • Bump golang.org/x/mod from 0.8.0 to 0.9.0 in /crosslink by @dependabot in #269
  • Bump golang.org/x/mod from 0.8.0 to 0.9.0 by @dependabot in #270
  • Bump golang.org/x/sys from 0.4.0 to 0.6.0 by @dependabot in #271
  • Bump actions/setup-go from 3 to 4 by @dependabot in #278
  • Bump github.com/golangci/golangci-lint from 1.51.2 to 1.52.0 in /internal/tools by @dependabot in #279
  • Bump github.com/golangci/golangci-lint from 1.52.0 to 1.52.2 in /internal/tools by @dependabot in #281
  • Add gotmpl tool by @pellared in #280
  • Bump go.uber.org/multierr from 1.10.0 to 1.11.0 in /multimod by @dependabot in #282
  • Bump golang.org/x/text from 0.8.0 to 0.9.0 in /semconvgen by @dependabot in #285
  • Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 in /issuegenerator by @dependabot in #286
  • Bump golang.org/x/mod from 0.9.0 to 0.10.0 in /semconvgen by @dependabot in #287
  • Bump golang.org/x/mod from 0.9.0 to 0.10.0 in /crosslink by @dependabot in #297
  • Bump github.com/otiai10/copy from 1.9.0 to 1.10.0 in /crosslink by @dependabot in #295
  • Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 in /multimod by @dependabot in #290
  • Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 in /chloggen by @dependabot in #289
  • Bump golang.org/x/mod from 0.9.0 to 0.10.0 in /multimod by @dependabot in #288
  • Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 in /dbotconf by @dependabot in #296
  • Bump golang.org/x/mod from 0.9.0 to 0.10.0 in /dbotconf by @dependabot in #294
  • Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 in /crosslink by @dependabot in #293
  • Bump golang.org/x/sys from 0.6.0 to 0.7.0 by @dependabot in #291
  • Bump golang.org/x/mod from 0.9.0 to 0.10.0 by @dependabot in #292
  • Correct typos and minor improvements to README by @remychantenay in #284
  • Release v0.7.0 by @MrAlias in #299

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

10 Feb 23:31
v0.6.0
5bb18a9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0