Skip to content

Commit bff77c1

Browse files
authored
Release v2.24.0 (#510)
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.0 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.0 - 2025-05-07 ### Added * Added support for `http` backend state ### Fixed * Added missing token field to terraform_remote state
2 parents e1edff4 + 1b54682 commit bff77c1

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.changes/unreleased/Added-20250506-184108.yaml

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

.changes/unreleased/Fixed-20250506-213035.yaml

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

.changes/v2.24.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v2.24.0 - 2025-05-07
2+
### Added
3+
* Added support for `http` backend state
4+
### Fixed
5+
* Added missing token field to terraform_remote state

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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.0 - 2025-05-07
10+
### Added
11+
* Added support for `http` backend state
12+
### Fixed
13+
* Added missing token field to terraform_remote state
14+
915
## v2.23.2 - 2025-04-10
1016
### Fixed
1117
* Better error message when resolving a component version

0 commit comments

Comments
 (0)