From 56e8a8a3a736e34a90c275b73720f45041faa841 Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Tue, 11 Jul 2023 10:34:32 -0700 Subject: [PATCH] prepare 0.9.0 release (#361) Signed-off-by: Alex Boten --- .chloggen/chloggen-disallow-empty-strings.yaml | 16 ---------------- .chloggen/codeboten_multimod-diff.yaml | 16 ---------------- CHANGELOG.md | 10 ++++++++++ crosslink/go.mod | 2 +- dbotconf/go.mod | 2 +- internal/tools/go.mod | 2 +- multimod/go.mod | 2 +- semconvgen/go.mod | 2 +- versions.yaml | 2 +- 9 files changed, 16 insertions(+), 38 deletions(-) delete mode 100755 .chloggen/chloggen-disallow-empty-strings.yaml delete mode 100755 .chloggen/codeboten_multimod-diff.yaml diff --git a/.chloggen/chloggen-disallow-empty-strings.yaml b/.chloggen/chloggen-disallow-empty-strings.yaml deleted file mode 100755 index 199ae9a2..00000000 --- a/.chloggen/chloggen-disallow-empty-strings.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: Disallow whitespace-only values - -# One or more tracking issues related to the change -issues: [164] - -# (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/codeboten_multimod-diff.yaml b/.chloggen/codeboten_multimod-diff.yaml deleted file mode 100755 index a73c2654..00000000 --- a/.chloggen/codeboten_multimod-diff.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: add diff command to multimod to show files that have changed since a specified tag - -# One or more tracking issues related to the change -issues: [350] - -# (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 1c23559b..0a2203a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ +## 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) + ## v0.8.0 ### 💡 Enhancements 💡 diff --git a/crosslink/go.mod b/crosslink/go.mod index 0ed69bc7..088d45b9 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.4 - go.opentelemetry.io/build-tools v0.8.0 + go.opentelemetry.io/build-tools v0.9.0 go.uber.org/zap v1.24.0 golang.org/x/mod v0.12.0 ) diff --git a/dbotconf/go.mod b/dbotconf/go.mod index 6d077d9e..5de49d41 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.4 - go.opentelemetry.io/build-tools v0.8.0 + go.opentelemetry.io/build-tools v0.9.0 golang.org/x/mod v0.12.0 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/internal/tools/go.mod b/internal/tools/go.mod index d0751d71..7ddc5abe 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -184,7 +184,7 @@ require ( github.com/yeya24/promlinter v0.2.0 // indirect github.com/ykadowak/zerologlint v0.1.2 // indirect gitlab.com/bosi/decorder v0.2.3 // indirect - go.opentelemetry.io/build-tools v0.8.0 // indirect + go.opentelemetry.io/build-tools v0.9.0 // indirect go.tmz.dev/musttag v0.7.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.11.0 // indirect diff --git a/multimod/go.mod b/multimod/go.mod index 653d5c97..35bc3ac5 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.16.0 github.com/stretchr/testify v1.8.4 - go.opentelemetry.io/build-tools v0.8.0 + go.opentelemetry.io/build-tools v0.9.0 go.uber.org/multierr v1.11.0 golang.org/x/mod v0.12.0 ) diff --git a/semconvgen/go.mod b/semconvgen/go.mod index ce05c23a..1fc7f5e1 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.8.0 + go.opentelemetry.io/build-tools v0.9.0 golang.org/x/mod v0.12.0 golang.org/x/text v0.11.0 ) diff --git a/versions.yaml b/versions.yaml index 6321b308..64c5d8a0 100644 --- a/versions.yaml +++ b/versions.yaml @@ -14,7 +14,7 @@ module-sets: tools: - version: v0.8.0 + version: v0.9.0 modules: - go.opentelemetry.io/build-tools - go.opentelemetry.io/build-tools/checkdoc