Skip to content

Commit

Permalink
Release v0.6.0 (#243)
Browse files Browse the repository at this point in the history
* Bump tools modules version

* Prepare tools for version v0.6.0

* Update changelog

* Run go mod tidy
  • Loading branch information
MrAlias committed Feb 10, 2023
1 parent df2e0da commit 5bb18a9
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 70 deletions.
16 changes: 0 additions & 16 deletions .chloggen/chloggen-dot-parse.yaml

This file was deleted.

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

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/otel-cap.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/use-go-embed-for-chloggen-template.yaml

This file was deleted.

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

<!-- next version -->

## v0.6.0

### 💡 Enhancements 💡

- `chloggen`: Allow filenames containing '.' outside of extension (#237)

### 🧰 Bug fixes 🧰

- `semconvgen`: Correct capitalization of Otel to be OTel (#242)

## v0.5.0

### 💡 Enhancements 💡

- `chloggen`: Use go embed to embed the template file in chloggen (#224)

### 🧰 Bug fixes 🧰

- `semconvgen`: Add docker/podman mount option to modify selinux labels of shared host files. (#222)

## v0.4.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.5.0
go.opentelemetry.io/build-tools v0.6.0
go.uber.org/zap v1.24.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.5.0
go.opentelemetry.io/build-tools v0.6.0
golang.org/x/mod v0.7.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 @@ -180,7 +180,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.5.0 // indirect
go.opentelemetry.io/build-tools v0.6.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
go.uber.org/zap v1.24.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.15.0
github.com/stretchr/testify v1.8.1
go.opentelemetry.io/build-tools v0.5.0
go.opentelemetry.io/build-tools v0.6.0
go.uber.org/multierr v1.9.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.5.0
go.opentelemetry.io/build-tools v0.6.0
golang.org/x/mod v0.7.0
golang.org/x/text v0.6.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.5.0
version: v0.6.0
modules:
- go.opentelemetry.io/build-tools
- go.opentelemetry.io/build-tools/checkdoc
Expand Down

0 comments on commit 5bb18a9

Please sign in to comment.