Skip to content

Commit 7b18318

Browse files
authored
Release 0.23.1 (#869)
* update versions.yaml Signed-off-by: Arthur Silva Sens <[email protected]> * Prepare tools for version v0.23.1 * Update changelog Signed-off-by: Arthur Silva Sens <[email protected]> --------- Signed-off-by: Arthur Silva Sens <[email protected]>
1 parent 245e5be commit 7b18318

File tree

8 files changed

+16
-26
lines changed

8 files changed

+16
-26
lines changed

.chloggen/trim_issue_title.yaml

-16
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
<!-- next version -->
66

7+
## v0.23.1
8+
9+
### 🧰 Bug fixes 🧰
10+
11+
- `issuegenerator`: Trim repository prefix from new issue titles (#864)
12+
713
## v0.23.0
814

915
### 🧰 Bug fixes 🧰

crosslink/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/spf13/cobra v1.9.1
99
github.com/spf13/pflag v1.0.6
1010
github.com/stretchr/testify v1.10.0
11-
go.opentelemetry.io/build-tools v0.23.0
11+
go.opentelemetry.io/build-tools v0.23.1
1212
go.uber.org/zap v1.27.0
1313
golang.org/x/mod v0.24.0
1414
)

dbotconf/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
require (
66
github.com/spf13/cobra v1.9.1
77
github.com/stretchr/testify v1.10.0
8-
go.opentelemetry.io/build-tools v0.23.0
8+
go.opentelemetry.io/build-tools v0.23.1
99
golang.org/x/mod v0.24.0
1010
gopkg.in/yaml.v3 v3.0.1
1111
)

internal/tools/go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ require (
77
github.com/gogo/protobuf v1.3.2
88
github.com/golangci/golangci-lint/v2 v2.1.5
99
github.com/matryer/moq v0.4.0
10-
go.opentelemetry.io/build-tools/chloggen v0.23.0
11-
go.opentelemetry.io/build-tools/crosslink v0.23.0
12-
go.opentelemetry.io/build-tools/dbotconf v0.23.0
13-
go.opentelemetry.io/build-tools/multimod v0.23.0
10+
go.opentelemetry.io/build-tools/chloggen v0.23.1
11+
go.opentelemetry.io/build-tools/crosslink v0.23.1
12+
go.opentelemetry.io/build-tools/dbotconf v0.23.1
13+
go.opentelemetry.io/build-tools/multimod v0.23.1
1414
golang.org/x/vuln v1.1.4
1515
)
1616

@@ -207,7 +207,7 @@ require (
207207
go-simpler.org/musttag v0.13.1 // indirect
208208
go-simpler.org/sloglint v0.11.0 // indirect
209209
go.augendre.info/fatcontext v0.8.0 // indirect
210-
go.opentelemetry.io/build-tools v0.23.0 // indirect
210+
go.opentelemetry.io/build-tools v0.23.1 // indirect
211211
go.uber.org/automaxprocs v1.6.0 // indirect
212212
go.uber.org/multierr v1.11.0 // indirect
213213
go.uber.org/zap v1.27.0 // indirect

multimod/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/spf13/cobra v1.9.1
88
github.com/spf13/viper v1.20.1
99
github.com/stretchr/testify v1.10.0
10-
go.opentelemetry.io/build-tools v0.23.0
10+
go.opentelemetry.io/build-tools v0.23.1
1111
go.uber.org/multierr v1.11.0
1212
golang.org/x/mod v0.24.0
1313
)

semconvgen/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.0
44

55
require (
66
github.com/spf13/pflag v1.0.6
7-
go.opentelemetry.io/build-tools v0.23.0
7+
go.opentelemetry.io/build-tools v0.23.1
88
golang.org/x/mod v0.24.0
99
golang.org/x/text v0.24.0
1010
)

versions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module-sets:
1616
tools:
17-
version: v0.23.0
17+
version: v0.23.1
1818
modules:
1919
- go.opentelemetry.io/build-tools
2020
- go.opentelemetry.io/build-tools/checkapi

0 commit comments

Comments
 (0)