Skip to content

Commit 4458473

Browse files
authored
Release 0.27.0 (#1139)
* move to 0.27.0 * Prepare tools for version v0.27.0 * v0.27.0 release
1 parent 0876704 commit 4458473

File tree

9 files changed

+19
-58
lines changed

9 files changed

+19
-58
lines changed

.chloggen/chloggen-yml-support.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/jsonschema-check.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.chloggen/read_internal_api.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
<!-- next version -->
66

7+
## v0.27.0
8+
9+
### 💡 Enhancements 💡
10+
11+
- `chloggen`: Add support for YAML files that use the alternate `.yml` extension (#1079)
12+
- `checkapi`: Add an option to check the config JSON schema matches the Config struct. (#1135)
13+
Add `check_json_schema: true` to the configuration file of checkapi to enable this option.
14+
15+
- `checkapi`: read the structs in the component's internal packages (#1137)
16+
717
## 0.26.2
818

919
### 🧰 Bug fixes 🧰

crosslink/go.mod

Lines changed: 1 addition & 1 deletion
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.7
1010
github.com/stretchr/testify v1.10.0
11-
go.opentelemetry.io/build-tools v0.26.2
11+
go.opentelemetry.io/build-tools v0.27.0
1212
go.uber.org/zap v1.27.0
1313
golang.org/x/mod v0.27.0
1414
)

dbotconf/go.mod

Lines changed: 1 addition & 1 deletion
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.26.2
8+
go.opentelemetry.io/build-tools v0.27.0
99
golang.org/x/mod v0.27.0
1010
gopkg.in/yaml.v3 v3.0.1
1111
)

internal/tools/go.mod

Lines changed: 5 additions & 5 deletions
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.3.1
99
github.com/matryer/moq v0.4.0
10-
go.opentelemetry.io/build-tools/chloggen v0.26.2
11-
go.opentelemetry.io/build-tools/crosslink v0.26.2
12-
go.opentelemetry.io/build-tools/dbotconf v0.26.2
13-
go.opentelemetry.io/build-tools/multimod v0.26.2
10+
go.opentelemetry.io/build-tools/chloggen v0.27.0
11+
go.opentelemetry.io/build-tools/crosslink v0.27.0
12+
go.opentelemetry.io/build-tools/dbotconf v0.27.0
13+
go.opentelemetry.io/build-tools/multimod v0.27.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.1 // indirect
217-
go.opentelemetry.io/build-tools v0.26.2 // indirect
217+
go.opentelemetry.io/build-tools v0.27.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

multimod/go.mod

Lines changed: 1 addition & 1 deletion
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/viper v1.20.1
1010
github.com/stretchr/testify v1.10.0
11-
go.opentelemetry.io/build-tools v0.26.2
11+
go.opentelemetry.io/build-tools v0.27.0
1212
go.uber.org/multierr v1.11.0
1313
golang.org/x/mod v0.27.0
1414
golang.org/x/sync v0.16.0

versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

0 commit comments

Comments
 (0)