File tree Expand file tree Collapse file tree 10 files changed +21
-73
lines changed
Expand file tree Collapse file tree 10 files changed +21
-73
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44
55<!-- next version -->
66
7+ ## v0.26.0
8+
9+ ### 💡 Enhancements 💡
10+
11+ - ` githubgen ` : Support a custom distribution which contains all elements that are not in a distribution (#1068 )
12+ - ` issuegenerator ` : Include test failure message in the issue comment. (#1065 )
13+
14+ ### 🧰 Bug fixes 🧰
15+
16+ - ` issuegenerator ` : Don't fatal when not able to ingest a JUnit report. (#1063 )
17+ - ` githubgen ` : derive chloggen component name from repository path if no metadata is present (#1067 )
18+
719## v0.25.0
820
921### 🛑 Breaking changes 🛑
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/spf13/cobra v1.9.1
99 github.com/spf13/pflag v1.0.7
1010 github.com/stretchr/testify v1.10.0
11- go.opentelemetry.io/build-tools v0.25 .0
11+ go.opentelemetry.io/build-tools v0.26 .0
1212 go.uber.org/zap v1.27.0
1313 golang.org/x/mod v0.26.0
1414)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
55require (
66 github.com/spf13/cobra v1.9.1
77 github.com/stretchr/testify v1.10.0
8- go.opentelemetry.io/build-tools v0.25 .0
8+ go.opentelemetry.io/build-tools v0.26 .0
99 golang.org/x/mod v0.26.0
1010 gopkg.in/yaml.v3 v3.0.1
1111)
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ require (
77 github.com/gogo/protobuf v1.3.2
88 github.com/golangci/golangci-lint/v2 v2.3.0
99 github.com/matryer/moq v0.4.0
10- go.opentelemetry.io/build-tools/chloggen v0.25 .0
11- go.opentelemetry.io/build-tools/crosslink v0.25 .0
12- go.opentelemetry.io/build-tools/dbotconf v0.25 .0
13- go.opentelemetry.io/build-tools/multimod v0.25 .0
10+ go.opentelemetry.io/build-tools/chloggen v0.26 .0
11+ go.opentelemetry.io/build-tools/crosslink v0.26 .0
12+ go.opentelemetry.io/build-tools/dbotconf v0.26 .0
13+ go.opentelemetry.io/build-tools/multimod v0.26 .0
1414 golang.org/x/vuln v1.1.4
1515)
1616
@@ -214,7 +214,7 @@ require (
214214 go-simpler.org/sloglint v0.11.1 // indirect
215215 go.augendre.info/arangolint v0.2.0 // indirect
216216 go.augendre.info/fatcontext v0.8.0 // indirect
217- go.opentelemetry.io/build-tools v0.25 .0 // indirect
217+ go.opentelemetry.io/build-tools v0.26 .0 // indirect
218218 go.uber.org/automaxprocs v1.6.0 // indirect
219219 go.uber.org/multierr v1.11.0 // indirect
220220 go.uber.org/zap v1.27.0 // indirect
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/spf13/cobra v1.9.1
99 github.com/spf13/viper v1.20.1
1010 github.com/stretchr/testify v1.10.0
11- go.opentelemetry.io/build-tools v0.25 .0
11+ go.opentelemetry.io/build-tools v0.26 .0
1212 go.uber.org/multierr v1.11.0
1313 golang.org/x/mod v0.26.0
1414 golang.org/x/sync v0.16.0
Original file line number Diff line number Diff line change 1414
1515module-sets :
1616 tools :
17- version : v0.25 .0
17+ version : v0.26 .0
1818 modules :
1919 - go.opentelemetry.io/build-tools
2020 - go.opentelemetry.io/build-tools/checkapi
You can’t perform that action at this time.
0 commit comments