From c827ceb0c1e405eae55d97f64fe410039b2aae1b Mon Sep 17 00:00:00 2001 From: Jade Guiton Date: Tue, 7 Jan 2025 15:04:54 +0100 Subject: [PATCH 1/4] Bump version to 0.16.0 --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 974c1988..741c05a8 100644 --- a/versions.yaml +++ b/versions.yaml @@ -14,7 +14,7 @@ module-sets: tools: - version: v0.15.0 + version: v0.16.0 modules: - go.opentelemetry.io/build-tools - go.opentelemetry.io/build-tools/checkfile From 2d0afce82f745bb5a0be16a30487f776e9b3f2b3 Mon Sep 17 00:00:00 2001 From: Jade Guiton Date: Tue, 7 Jan 2025 15:05:19 +0100 Subject: [PATCH 2/4] Prepare tools for version v0.16.0 --- crosslink/go.mod | 2 +- dbotconf/go.mod | 2 +- multimod/go.mod | 2 +- semconvgen/go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crosslink/go.mod b/crosslink/go.mod index 97a0bd78..3982c7be 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.10.0 - go.opentelemetry.io/build-tools v0.15.0 + go.opentelemetry.io/build-tools v0.16.0 go.uber.org/zap v1.27.0 golang.org/x/mod v0.22.0 ) diff --git a/dbotconf/go.mod b/dbotconf/go.mod index e579e223..63bd6096 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.10.0 - go.opentelemetry.io/build-tools v0.15.0 + go.opentelemetry.io/build-tools v0.16.0 golang.org/x/mod v0.22.0 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/multimod/go.mod b/multimod/go.mod index cac7a3b7..b1572274 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.10.0 - go.opentelemetry.io/build-tools v0.15.0 + go.opentelemetry.io/build-tools v0.16.0 go.uber.org/multierr v1.11.0 golang.org/x/mod v0.22.0 ) diff --git a/semconvgen/go.mod b/semconvgen/go.mod index a3b55cf1..c9c2c927 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.15.0 + go.opentelemetry.io/build-tools v0.16.0 golang.org/x/mod v0.22.0 golang.org/x/text v0.21.0 ) From 7dc7b4d9a5c9925c85f74cd8478343883f89b3f2 Mon Sep 17 00:00:00 2001 From: Jade Guiton Date: Tue, 7 Jan 2025 15:13:20 +0100 Subject: [PATCH 3/4] go mod tidy --- internal/tools/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tools/go.mod b/internal/tools/go.mod index 143b6d2b..a767e770 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -201,7 +201,7 @@ require ( gitlab.com/bosi/decorder v0.4.2 // indirect go-simpler.org/musttag v0.13.0 // indirect go-simpler.org/sloglint v0.7.2 // indirect - go.opentelemetry.io/build-tools v0.15.0 // indirect + go.opentelemetry.io/build-tools v0.16.0 // indirect go.uber.org/automaxprocs v1.6.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect From ebdd37705825be3badf706f908b37beb8cf376ff Mon Sep 17 00:00:00 2001 From: Jade Guiton Date: Tue, 7 Jan 2025 15:14:13 +0100 Subject: [PATCH 4/4] Update changelog --- .chloggen/add-githubgen.yaml | 16 ---------------- .chloggen/crosslink-tidy-v1.yaml | 16 ---------------- CHANGELOG.md | 10 ++++++++++ 3 files changed, 10 insertions(+), 32 deletions(-) delete mode 100644 .chloggen/add-githubgen.yaml delete mode 100644 .chloggen/crosslink-tidy-v1.yaml diff --git a/.chloggen/add-githubgen.yaml b/.chloggen/add-githubgen.yaml deleted file mode 100644 index 27eabfb2..00000000 --- a/.chloggen/add-githubgen.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' -change_type: 'new_component' - -# The name of the component, or a single word describing the area of concern, (e.g. crosslink) -component: githubgen - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Moved githubgen tool here from open-telemetry/opentelemetry-collector-contrib - -# One or more tracking issues related to the change -issues: [639] - -# (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/crosslink-tidy-v1.yaml b/.chloggen/crosslink-tidy-v1.yaml deleted file mode 100644 index 9e866bd1..00000000 --- a/.chloggen/crosslink-tidy-v1.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: crosslink - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Adds a 'tidy' subcommand to generate 'go mod tidy' schedules - -# One or more tracking issues related to the change -issues: [642] - -# (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 651d284e..b6b30027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ +## v0.16.0 + +### 🚀 New components 🚀 + +- `githubgen`: Moved githubgen tool here from open-telemetry/opentelemetry-collector-contrib (#639) + +### 💡 Enhancements 💡 + +- `crosslink`: Adds a 'tidy' subcommand to generate 'go mod tidy' schedules (#642) + ## v0.15.0 ### 💡 Enhancements 💡