Skip to content

Commit 647b2a6

Browse files
authored
Release v2.24.2 (#523)
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-04 ### Fixed * Fixed incorrect register-component-version auto and version interpolation * Ensured that GetLatestComponentVersion returns nil when response is 200 but deserialization failed * Fixed table generation * Added shell installer for ease of use ### 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 96cf0f2 + 1e97c04 commit 647b2a6

File tree

8 files changed

+19
-18
lines changed

8 files changed

+19
-18
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/unreleased/Fixed-20250704-113733.yaml

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

.changes/unreleased/Fixed-20250704-115212.yaml

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

.changes/v2.24.2.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## v2.24.2 - 2025-07-04
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+
* Fixed table generation
6+
* Added shell installer for ease of use
7+
### Dependency
8+
* chore(deps): bump the go group with 4 updates
9+
* chore(deps): bump golangci/golangci-lint-action from 7 to 8 in the github-actions group

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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-04
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+
* Fixed table generation
14+
* Added shell installer for ease of use
15+
### Dependency
16+
* chore(deps): bump the go group with 4 updates
17+
* chore(deps): bump golangci/golangci-lint-action from 7 to 8 in the github-actions group
18+
919
## v2.24.1 - 2025-05-13
1020
### Fixed
1121
* Added `cwd://` prefix for bake-file reference in release github action

0 commit comments

Comments
 (0)