Skip to content

Commit

Permalink
Release v0.10.0 (#377)
Browse files Browse the repository at this point in the history
* Bump versions.yaml

* Prepare tools for version v0.10.0

* go mod tidy

* Update changelog
  • Loading branch information
pellared authored Jul 27, 2023
1 parent 84875ac commit e6e68a6
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 116 deletions.
16 changes: 0 additions & 16 deletions .chloggen/add-checkfile.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .chloggen/add-ignore-dbotconf.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/chloggen-config-file-2.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/chloggen-config-file.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/codeboten_review-feedback.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/deprecate-checkdoc.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/semconvgen-quickfix.yaml

This file was deleted.

25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@

<!-- next version -->

## v0.10.0

### 🛑 Breaking changes 🛑

- `chloggen`: Remove 'chloggen-directory' flag. Use config file instead. (#371)
- `multimod`: Update HasChanged to avoid returning unnecessary boolean (#366)

### 🚩 Deprecations 🚩

- `checkdoc`: checkdoc is deprecated in favor of checkfile. Please use checkfile with argument --file-name README.md instead. (#347)

### 🚀 New components 🚀

- `checkfile`: checkfile checks the components enabled in OpenTelemetry core and contrib repos contain the file provided in argument --file-name. (#347)

### 💡 Enhancements 💡

- `dbotconf`: Add the --ignore flag to the dbotconf root command
(#362)
- `chloggen`: Adds a 'config' flag and option to configure chloggen with a config file. (#371)

### 🧰 Bug fixes 🧰

- `semconvgen`: Fix semconvgen to work for the new semantic conventions repository. (#374)

## v0.9.0

### 💡 Enhancements 💡
Expand Down
2 changes: 1 addition & 1 deletion checkdoc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module go.opentelemetry.io/build-tools/checkdoc

go 1.19

require go.opentelemetry.io/build-tools v0.8.0
require go.opentelemetry.io/build-tools v0.10.0

replace go.opentelemetry.io/build-tools => ../
2 changes: 1 addition & 1 deletion checkfile/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module go.opentelemetry.io/build-tools/checkfile

go 1.19

require go.opentelemetry.io/build-tools v0.8.0
require go.opentelemetry.io/build-tools v0.10.0

replace go.opentelemetry.io/build-tools => ../
2 changes: 1 addition & 1 deletion crosslink/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0
go.opentelemetry.io/build-tools v0.10.0
go.uber.org/zap v1.24.0
golang.org/x/mod v0.12.0
)
Expand Down
2 changes: 1 addition & 1 deletion dbotconf/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0
go.opentelemetry.io/build-tools v0.10.0
golang.org/x/mod v0.12.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down
2 changes: 1 addition & 1 deletion internal/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0 // indirect
go.opentelemetry.io/build-tools v0.10.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
Expand Down
2 changes: 1 addition & 1 deletion multimod/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0
go.opentelemetry.io/build-tools v0.10.0
go.uber.org/multierr v1.11.0
golang.org/x/mod v0.12.0
)
Expand Down
2 changes: 1 addition & 1 deletion semconvgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/spf13/pflag v1.0.5
go.opentelemetry.io/build-tools v0.9.0
go.opentelemetry.io/build-tools v0.10.0
golang.org/x/mod v0.12.0
golang.org/x/text v0.11.0
)
Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module-sets:
tools:
version: v0.9.0
version: v0.10.0
modules:
- go.opentelemetry.io/build-tools
- go.opentelemetry.io/build-tools/checkdoc
Expand Down

0 comments on commit e6e68a6

Please sign in to comment.