From 271edc1c0249d0e11fa712e4e6888330c4336036 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Tue, 11 Apr 2023 07:48:49 -0700 Subject: [PATCH] Release v0.7.0 (#299) * Add gotmpl to versions.yaml * Bump version to v0.7.0 * Remove the -b flag from multimod prerelease * Prepare tools for version v0.7.0 * Bump internal tools * Run make chlog-update --- .chloggen/codeboten_bump-minimum.yaml | 16 ---------------- .chloggen/gotmpl.yaml | 16 ---------------- CHANGELOG.md | 10 ++++++++++ Makefile | 2 +- crosslink/go.mod | 2 +- dbotconf/go.mod | 2 +- internal/tools/go.mod | 10 +++++----- multimod/go.mod | 2 +- semconvgen/go.mod | 2 +- versions.yaml | 3 ++- 10 files changed, 22 insertions(+), 43 deletions(-) delete mode 100755 .chloggen/codeboten_bump-minimum.yaml delete mode 100644 .chloggen/gotmpl.yaml diff --git a/.chloggen/codeboten_bump-minimum.yaml b/.chloggen/codeboten_bump-minimum.yaml deleted file mode 100755 index 509a5585..00000000 --- a/.chloggen/codeboten_bump-minimum.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' -change_type: breaking - -# 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.19 - -# One or more tracking issues related to the change -issues: [253] - -# (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/gotmpl.yaml b/.chloggen/gotmpl.yaml deleted file mode 100644 index ffe2ac31..00000000 --- a/.chloggen/gotmpl.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: gotmpl - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Add gotmpl tool to allow using text/template via CLI. - -# One or more tracking issues related to the change -issues: [276] - -# (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 ac9ddd02..bef96610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ +## v0.7.0 + +### 🛑 Breaking changes 🛑 + +- `all`: bump minimum go version to 1.19 (#253) + +### 🚀 New components 🚀 + +- `gotmpl`: Add gotmpl tool to allow using text/template via CLI. (#276) + ## v0.6.0 ### 💡 Enhancements 💡 diff --git a/Makefile b/Makefile index d65201c3..6371efdf 100644 --- a/Makefile +++ b/Makefile @@ -174,7 +174,7 @@ multimod-verify: $(MULTIMOD) .PHONY: multimod-prerelease multimod-prerelease: $(MULTIMOD) - multimod prerelease -s=true -b=false -v ./versions.yaml -m tools + multimod prerelease -s=true -v ./versions.yaml -m tools $(MAKE) tidy COMMIT?=HEAD diff --git a/crosslink/go.mod b/crosslink/go.mod index 6e3b1eec..13bc76cb 100644 --- a/crosslink/go.mod +++ b/crosslink/go.mod @@ -8,7 +8,7 @@ require ( github.com/spf13/cobra v1.7.0 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.8.2 - go.opentelemetry.io/build-tools v0.6.0 + go.opentelemetry.io/build-tools v0.7.0 go.uber.org/zap v1.24.0 golang.org/x/mod v0.10.0 ) diff --git a/dbotconf/go.mod b/dbotconf/go.mod index a5207b8d..4997d640 100644 --- a/dbotconf/go.mod +++ b/dbotconf/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/spf13/cobra v1.7.0 github.com/stretchr/testify v1.8.2 - go.opentelemetry.io/build-tools v0.6.0 + go.opentelemetry.io/build-tools v0.7.0 golang.org/x/mod v0.10.0 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/internal/tools/go.mod b/internal/tools/go.mod index 086c42e3..63de16a4 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -6,10 +6,10 @@ require ( github.com/client9/misspell v0.3.4 github.com/gogo/protobuf v1.3.2 github.com/golangci/golangci-lint v1.52.2 - go.opentelemetry.io/build-tools/chloggen v0.5.0 - go.opentelemetry.io/build-tools/crosslink v0.5.0 - go.opentelemetry.io/build-tools/dbotconf v0.5.0 - go.opentelemetry.io/build-tools/multimod v0.5.0 + go.opentelemetry.io/build-tools/chloggen v0.7.0 + go.opentelemetry.io/build-tools/crosslink v0.7.0 + go.opentelemetry.io/build-tools/dbotconf v0.7.0 + go.opentelemetry.io/build-tools/multimod v0.7.0 ) require ( @@ -179,7 +179,7 @@ require ( github.com/yagipy/maintidx v1.0.0 // indirect github.com/yeya24/promlinter v0.2.0 // indirect gitlab.com/bosi/decorder v0.2.3 // indirect - go.opentelemetry.io/build-tools v0.6.0 // indirect + go.opentelemetry.io/build-tools v0.7.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.24.0 // indirect diff --git a/multimod/go.mod b/multimod/go.mod index db274d45..731571cd 100644 --- a/multimod/go.mod +++ b/multimod/go.mod @@ -7,7 +7,7 @@ require ( github.com/spf13/cobra v1.7.0 github.com/spf13/viper v1.15.0 github.com/stretchr/testify v1.8.2 - go.opentelemetry.io/build-tools v0.6.0 + go.opentelemetry.io/build-tools v0.7.0 go.uber.org/multierr v1.11.0 golang.org/x/mod v0.10.0 ) diff --git a/semconvgen/go.mod b/semconvgen/go.mod index 8627f66b..71b6fed0 100644 --- a/semconvgen/go.mod +++ b/semconvgen/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/spf13/pflag v1.0.5 - go.opentelemetry.io/build-tools v0.6.0 + go.opentelemetry.io/build-tools v0.7.0 golang.org/x/mod v0.10.0 golang.org/x/text v0.9.0 ) diff --git a/versions.yaml b/versions.yaml index ce3b44fa..ed1ba7c5 100644 --- a/versions.yaml +++ b/versions.yaml @@ -14,13 +14,14 @@ module-sets: tools: - version: v0.6.0 + version: v0.7.0 modules: - go.opentelemetry.io/build-tools - go.opentelemetry.io/build-tools/checkdoc - go.opentelemetry.io/build-tools/chloggen - go.opentelemetry.io/build-tools/crosslink - go.opentelemetry.io/build-tools/dbotconf + - go.opentelemetry.io/build-tools/gotmpl - go.opentelemetry.io/build-tools/issuegenerator - go.opentelemetry.io/build-tools/multimod - go.opentelemetry.io/build-tools/semconvgen