Skip to content

Commit 9d71b4d

Browse files
authored
Release v2.21.0 (#448)
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.21.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.21.0 - 2024-10-08 ### Added * Added `github` and `json` logging options to change output * Added option to set global and site-level configurations. These will be merged into the component variables during generation * Added command to validate terraform configurations * Added git-fallback option to cloud update command. Usage; `mach-composer update --cloud --git-fallback` ### Fixed * Continue with update proces even when commits / changelogs cannot be fetched between old and new version * Updated to latest SDK version * Added a ticker when running go routines to show activity ### Dependency * chore(deps): bump the github-actions group with 2 updates * chore(deps): bump the go group with 2 updates
2 parents b71413b + 839f94c commit 9d71b4d

11 files changed

+27
-29
lines changed

.changes/unreleased/Added-20240223-163007.yaml

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

.changes/unreleased/Added-20240910-154131.yaml

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

.changes/unreleased/Added-20240913-113045.yaml

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

.changes/unreleased/Added-20240917-115620.yaml

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

.changes/unreleased/Dependency-20241001-212743.yaml

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

.changes/unreleased/Dependency-20241001-220610.yaml

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

.changes/unreleased/Fixed-20240930-131637.yaml

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

.changes/unreleased/Fixed-20241001-114420.yaml

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

.changes/unreleased/Fixed-20241001-152732.yaml

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

.changes/v2.21.0.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## v2.21.0 - 2024-10-08
2+
### Added
3+
* Added `github` and `json` logging options to change output
4+
* Added option to set global and site-level configurations. These will be merged into the component variables during generation
5+
* Added command to validate terraform configurations
6+
* Added git-fallback option to cloud update command. Usage; `mach-composer update --cloud --git-fallback`
7+
### Fixed
8+
* Continue with update proces even when commits / changelogs cannot be fetched between old and new version
9+
* Updated to latest SDK version
10+
* Added a ticker when running go routines to show activity
11+
### Dependency
12+
* chore(deps): bump the github-actions group with 2 updates
13+
* chore(deps): bump the go group with 2 updates

0 commit comments

Comments
 (0)