Skip to content

Commit

Permalink
Release v2.21.0 (#448)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
demeyerthom authored Oct 8, 2024
2 parents b71413b + 839f94c commit 9d71b4d
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 29 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240223-163007.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Added-20240910-154131.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240913-113045.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240917-115620.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20241001-212743.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20241001-220610.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Fixed-20240930-131637.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20241001-114420.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20241001-152732.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions .changes/v2.21.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## 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

## v2.20.0 - 2024-09-10
### Added
* support for nix package
Expand Down

0 comments on commit 9d71b4d

Please sign in to comment.