Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.6.0 #243

Merged
merged 4 commits into from
Feb 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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