Skip to content

Commit

Permalink
Release v2.21.1 (#465)
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.1 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.1 - 2024-12-03
### Fixed
* Validate now runs on in memory hash handler
* When no hash json file exits a new one will be created with an empty
object as content
### Dependency
* chore(deps): bump the github-actions group across 1 directory with 2
updates
* chore(deps): bump the go group across 1 directory with 12 updates
  • Loading branch information
demeyerthom authored Dec 10, 2024
2 parents 79d2791 + 48e9d3a commit f59d9f3
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20241201-211108.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20241201-213007.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20241203-113523.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Fixed-20241203-113547.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .changes/v2.21.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## v2.21.1 - 2024-12-03
### Fixed
* Validate now runs on in memory hash handler
* When no hash json file exits a new one will be created with an empty object as content
### Dependency
* chore(deps): bump the github-actions group across 1 directory with 2 updates
* chore(deps): bump the go group across 1 directory with 12 updates
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## v2.21.1 - 2024-12-03
### Fixed
* Validate now runs on in memory hash handler
* When no hash json file exits a new one will be created with an empty object as content
### Dependency
* chore(deps): bump the github-actions group across 1 directory with 2 updates
* chore(deps): bump the go group across 1 directory with 12 updates

## v2.21.0 - 2024-10-08
### Added
* Added `github` and `json` logging options to change output
Expand Down

0 comments on commit f59d9f3

Please sign in to comment.