Skip to content

Commit

Permalink
Prepare tools for version v0.3.0 (#203)
Browse files Browse the repository at this point in the history
* make chlog-update VERSION=v0.3.0

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

* update version.yaml to v0.3.0

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

* Prepare tools for version v0.3.0

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
Bogdan Drutu authored Nov 29, 2022
1 parent 0c80966 commit e7da9ef
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 54 deletions.
17 changes: 0 additions & 17 deletions .chloggen/crosslinkErrSup.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/generate.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/mm_printTags.yaml

This file was deleted.

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

<!-- next version -->

## v0.3.0

### 🛑 Breaking changes 🛑

- `multimod`: Remove multimod tag push option in favor of printing tags (#177)

### 💡 Enhancements 💡

- `crosslink`: Add internal build tools syncerror package to ignore known zap.logger.Sync() errors. Ignore known sync errors in crosslink. (#190)
- `dbotconf`: Add upgrade entry for docker (#186)

## v0.2.0

### 💡 Enhancements 💡
Expand Down
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.6.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.1
go.opentelemetry.io/build-tools v0.2.0
go.opentelemetry.io/build-tools v0.3.0
go.uber.org/zap v1.23.0
golang.org/x/mod v0.7.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.18
require (
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.1
go.opentelemetry.io/build-tools v0.2.0
go.opentelemetry.io/build-tools v0.3.0
golang.org/x/mod v0.7.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down
10 changes: 5 additions & 5 deletions internal/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.50.1
go.opentelemetry.io/build-tools/chloggen v0.2.0
go.opentelemetry.io/build-tools/crosslink v0.2.0
go.opentelemetry.io/build-tools/dbotconf v0.2.0
go.opentelemetry.io/build-tools/multimod v0.2.0
go.opentelemetry.io/build-tools/chloggen v0.3.0
go.opentelemetry.io/build-tools/crosslink v0.3.0
go.opentelemetry.io/build-tools/dbotconf v0.3.0
go.opentelemetry.io/build-tools/multimod v0.3.0
)

require (
Expand Down Expand Up @@ -175,7 +175,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.2.0 // indirect
go.opentelemetry.io/build-tools v0.3.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.23.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.6.1
github.com/spf13/viper v1.14.0
github.com/stretchr/testify v1.8.1
go.opentelemetry.io/build-tools v0.2.0
go.opentelemetry.io/build-tools v0.3.0
go.uber.org/multierr v1.8.0
golang.org/x/mod v0.7.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.18

require (
github.com/spf13/pflag v1.0.5
go.opentelemetry.io/build-tools v0.2.0
go.opentelemetry.io/build-tools v0.3.0
golang.org/x/mod v0.7.0
golang.org/x/text v0.4.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.2.0
version: v0.3.0
modules:
- go.opentelemetry.io/build-tools
- go.opentelemetry.io/build-tools/checkdoc
Expand Down

0 comments on commit e7da9ef

Please sign in to comment.