From b5a844aea4d34ae17a99f057d873c22efece73db Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Thu, 7 Nov 2024 12:33:37 +0100 Subject: [PATCH] Release v0.15.0 (#614) * bump version Signed-off-by: Moritz Wiesinger * Prepare tools for version v0.15.0 * go mod tidy Signed-off-by: Moritz Wiesinger * update changelog Signed-off-by: Moritz Wiesinger --------- Signed-off-by: Moritz Wiesinger --- .chloggen/bump-go1.22.yaml | 16 ---------------- .chloggen/mowies-fix-chloggen-output.yaml | 16 ---------------- .chloggen/mx-psi_better-multimod-errors.yaml | 16 ---------------- CHANGELOG.md | 11 +++++++++++ crosslink/go.mod | 2 +- dbotconf/go.mod | 2 +- internal/tools/go.mod | 2 +- multimod/go.mod | 2 +- semconvgen/go.mod | 2 +- versions.yaml | 2 +- 10 files changed, 17 insertions(+), 54 deletions(-) delete mode 100644 .chloggen/bump-go1.22.yaml delete mode 100644 .chloggen/mowies-fix-chloggen-output.yaml delete mode 100644 .chloggen/mx-psi_better-multimod-errors.yaml diff --git a/.chloggen/bump-go1.22.yaml b/.chloggen/bump-go1.22.yaml deleted file mode 100644 index 2efa40af..00000000 --- a/.chloggen/bump-go1.22.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' -change_type: enhancement - -# The name of the component, or a single word describing the area of concern, (e.g. crosslink) -component: all - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: bump minimum Go version to 1.22 - -# One or more tracking issues related to the change -issues: [605] - -# (Optional) One or more lines of additional information to render under the primary note. -# These lines will be padded with 2 spaces and then inserted directly into the document. -# Use pipe (|) for multiline entries. -subtext: diff --git a/.chloggen/mowies-fix-chloggen-output.yaml b/.chloggen/mowies-fix-chloggen-output.yaml deleted file mode 100644 index 732fb7af..00000000 --- a/.chloggen/mowies-fix-chloggen-output.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' -change_type: bug_fix - -# The name of the component, or a single word describing the area of concern, (e.g. crosslink) -component: chloggen - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Fix bug that directed all output to stderr - -# One or more tracking issues related to the change -issues: [612] - -# (Optional) One or more lines of additional information to render under the primary note. -# These lines will be padded with 2 spaces and then inserted directly into the document. -# Use pipe (|) for multiline entries. -subtext: diff --git a/.chloggen/mx-psi_better-multimod-errors.yaml b/.chloggen/mx-psi_better-multimod-errors.yaml deleted file mode 100644 index c4b2c309..00000000 --- a/.chloggen/mx-psi_better-multimod-errors.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' -change_type: enhancement - -# The name of the component, or a single word describing the area of concern, (e.g. crosslink) -component: multimod - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Improve error message when the Go proxy misbehaves - -# One or more tracking issues related to the change -issues: [610] - -# (Optional) One or more lines of additional information to render under the primary note. -# These lines will be padded with 2 spaces and then inserted directly into the document. -# Use pipe (|) for multiline entries. -subtext: diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d3c9b2..651d284e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ +## v0.15.0 + +### 💡 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) + ## v0.14.0 ### 💡 Enhancements 💡 diff --git a/crosslink/go.mod b/crosslink/go.mod index 46f65ba0..868fce8b 100644 --- a/crosslink/go.mod +++ b/crosslink/go.mod @@ -8,7 +8,7 @@ require ( github.com/spf13/cobra v1.8.1 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/build-tools v0.14.0 + go.opentelemetry.io/build-tools v0.15.0 go.uber.org/zap v1.27.0 golang.org/x/mod v0.21.0 ) diff --git a/dbotconf/go.mod b/dbotconf/go.mod index 2aca5ac2..8c32fbf3 100644 --- a/dbotconf/go.mod +++ b/dbotconf/go.mod @@ -5,7 +5,7 @@ go 1.22.0 require ( github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/build-tools v0.14.0 + go.opentelemetry.io/build-tools v0.15.0 golang.org/x/mod v0.21.0 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/internal/tools/go.mod b/internal/tools/go.mod index 74ca5e08..6ae29faf 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -193,7 +193,7 @@ require ( gitlab.com/bosi/decorder v0.4.2 // indirect go-simpler.org/musttag v0.12.2 // indirect go-simpler.org/sloglint v0.7.2 // indirect - go.opentelemetry.io/build-tools v0.14.0 // indirect + go.opentelemetry.io/build-tools v0.15.0 // indirect go.uber.org/automaxprocs v1.5.3 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect diff --git a/multimod/go.mod b/multimod/go.mod index 86d77dac..fa4698fd 100644 --- a/multimod/go.mod +++ b/multimod/go.mod @@ -7,7 +7,7 @@ require ( github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.19.0 github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/build-tools v0.14.0 + go.opentelemetry.io/build-tools v0.15.0 go.uber.org/multierr v1.11.0 golang.org/x/mod v0.21.0 ) diff --git a/semconvgen/go.mod b/semconvgen/go.mod index 8234ca5b..3290318d 100644 --- a/semconvgen/go.mod +++ b/semconvgen/go.mod @@ -4,7 +4,7 @@ go 1.22.0 require ( github.com/spf13/pflag v1.0.5 - go.opentelemetry.io/build-tools v0.14.0 + go.opentelemetry.io/build-tools v0.15.0 golang.org/x/mod v0.21.0 golang.org/x/text v0.19.0 ) diff --git a/versions.yaml b/versions.yaml index 7079cba5..9304efad 100644 --- a/versions.yaml +++ b/versions.yaml @@ -14,7 +14,7 @@ module-sets: tools: - version: v0.14.0 + version: v0.15.0 modules: - go.opentelemetry.io/build-tools - go.opentelemetry.io/build-tools/checkfile