Skip to content

Commit 875a0d8

Browse files
authored
Release v0.24.0 (#1016)
* Bump versions in versions.yaml * Prerelease v0.24.0 * Update the changelog
1 parent 2e6da57 commit 875a0d8

File tree

15 files changed

+40
-143
lines changed

15 files changed

+40
-143
lines changed

.chloggen/add_component_api_check.yaml

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

.chloggen/deprecate-semconvgen.yaml

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

.chloggen/fix-1006.yaml

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

.chloggen/issuegenerator-increased-search.yaml

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

.chloggen/multimod-root-cmd-name.yaml

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

.chloggen/mx-psi_add-retries-sync.yaml

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

.chloggen/prerelease-all.yaml

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

.chloggen/version-refs.yaml

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

CHANGELOG.md

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

55
<!-- next version -->
66

7+
## v0.24.0
8+
9+
### 🛑 Breaking changes 🛑
10+
11+
- `multimod`: Default to attempting pre-releasing all module sets. (#992)
12+
13+
### 🚩 Deprecations 🚩
14+
15+
- `semconvgen`: The semconvgen tooling is deprecated. (#1004)
16+
Use Weaver instead.
17+
18+
### 💡 Enhancements 💡
19+
20+
- `checkapi`: Allow to check the API of components matches strictly to guidelines, with the only structs exported the Config structs. (#894)
21+
- `issuegenerator`: Increased search for existing issues to 6 months. (#925)
22+
- `multimod`: Add retries to multimod sync (#941)
23+
This tries to address occasional flakes in the Go proxy.
24+
25+
- `multimod`: Support custom version reference files (#994)
26+
A new "modules" section is parsed in the version configuration. This section
27+
defines relative file paths for files that references the version of the
28+
module set. If this section is not used for a module the default "version.go"
29+
file at the root of the module directory is still assumed.
30+
31+
32+
### 🧰 Bug fixes 🧰
33+
34+
- `multimod`: Use Go errors to return error instead of logging and halting. (#1006)
35+
- `multimod`: Fix the multimod root command name in help text. (#991)
36+
737
## v0.23.1
838

939
### 🧰 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.6
1010
github.com/stretchr/testify v1.10.0
11-
go.opentelemetry.io/build-tools v0.23.1
11+
go.opentelemetry.io/build-tools v0.24.0
1212
go.uber.org/zap v1.27.0
1313
golang.org/x/mod v0.25.0
1414
)

0 commit comments

Comments
 (0)