Skip to content

Commit f279b3b

Browse files
authored
Release v2.24.2 (#518)
This PR was created by the [Changie release GitHub action](https://github.com/labd/changie-release-action). When you're ready to do a release, you can merge this and the tag v2.24.2 will be created and the release.yaml workflow will be started. If you're not ready to do a release yet, that's fine, whenever you add more changes to main, this PR will be updated. # Releases ## v2.24.2 - 2025-07-01 ### Fixed * Fixed incorrect register-component-version auto and version interpolation * Ensured that GetLatestComponentVersion returns nil when response is 200 but deserialization failed ### Dependency * chore(deps): bump the go group with 4 updates * chore(deps): bump golangci/golangci-lint-action from 7 to 8 in the github-actions group
2 parents d9a4715 + ee36df3 commit f279b3b

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

.changes/unreleased/Dependency-20250601-212923.yaml

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

.changes/unreleased/Dependency-20250601-215533.yaml

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

.changes/unreleased/Fixed-20250620-165500.yaml

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

.changes/unreleased/Fixed-20250627-105632.yaml

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

.changes/v2.24.2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## v2.24.2 - 2025-07-01
2+
### Fixed
3+
* Fixed incorrect register-component-version auto and version interpolation
4+
* Ensured that GetLatestComponentVersion returns nil when response is 200 but deserialization failed
5+
### Dependency
6+
* chore(deps): bump the go group with 4 updates
7+
* chore(deps): bump golangci/golangci-lint-action from 7 to 8 in the github-actions group

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

88

9+
## v2.24.2 - 2025-07-01
10+
### Fixed
11+
* Fixed incorrect register-component-version auto and version interpolation
12+
* Ensured that GetLatestComponentVersion returns nil when response is 200 but deserialization failed
13+
### Dependency
14+
* chore(deps): bump the go group with 4 updates
15+
* chore(deps): bump golangci/golangci-lint-action from 7 to 8 in the github-actions group
16+
917
## v2.24.1 - 2025-05-13
1018
### Fixed
1119
* Added `cwd://` prefix for bake-file reference in release github action

0 commit comments

Comments
 (0)