Skip to content

Commit 65c8401

Browse files
authored
[chore] Prepare release v0.28.0 (#1242)
* bump versions.yaml * Prepare tools for version v0.28.0 * make tidy && make chlog-update VERSION=v0.28.0
1 parent 73e69da commit 65c8401

File tree

13 files changed

+29
-122
lines changed

13 files changed

+29
-122
lines changed

.chloggen/add-component-name-issue-body.yaml

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

.chloggen/bump-go-1.24.yaml

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

.chloggen/fix-1169.yaml

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

.chloggen/folder_in_error.yaml

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

.chloggen/include-pr-commit-autogenerated-issues.yaml

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

.chloggen/unkeyed_internal.yaml

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

.chloggen/use-labels-for-issue-search.yaml

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

CHANGELOG.md

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

55
<!-- next version -->
66

7+
## v0.28.0
8+
9+
### 🛑 Breaking changes 🛑
10+
11+
- `all`: Bump minimum Go version to 1.24 (#1145, #1159)
12+
13+
### 💡 Enhancements 💡
14+
15+
- `issuegenerator`: added component section in auto generated issue body (#42518)
16+
Related issue is in the `opentelemetry-collector-contrib` repository.
17+
- `checkapi`: Add the folder name to error messages (#1141)
18+
- `issuegenerator`: Include commit and pr in issues generated by issuegenerator (#1180)
19+
- `issue generator`: Use labels to search for existing issues in issue generator (#1181)
20+
21+
### 🧰 Bug fixes 🧰
22+
23+
- `multimod`: Support `vN` directories when tagging (#1209)
24+
When tagging a `vN` version of a Go module the `vN` suffix should not be included in the tag before the version.
25+
- `checkapi`: Do not check internal structs for unkeyed literal initialization. (#1140)
26+
727
## v0.27.0
828

929
### 💡 Enhancements 💡

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.10.1
99
github.com/spf13/pflag v1.0.10
1010
github.com/stretchr/testify v1.11.1
11-
go.opentelemetry.io/build-tools v0.27.0
11+
go.opentelemetry.io/build-tools v0.28.0
1212
go.uber.org/zap v1.27.0
1313
golang.org/x/mod v0.28.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.24.0
55
require (
66
github.com/spf13/cobra v1.10.1
77
github.com/stretchr/testify v1.11.1
8-
go.opentelemetry.io/build-tools v0.27.0
8+
go.opentelemetry.io/build-tools v0.28.0
99
golang.org/x/mod v0.28.0
1010
gopkg.in/yaml.v3 v3.0.1
1111
)

0 commit comments

Comments
 (0)