Skip to content

Commit f59d9f3

Browse files
authored
Release v2.21.1 (#465)
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
2 parents 79d2791 + 48e9d3a commit f59d9f3

File tree

6 files changed

+15
-13
lines changed

6 files changed

+15
-13
lines changed

.changes/unreleased/Dependency-20241201-211108.yaml

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

.changes/unreleased/Dependency-20241201-213007.yaml

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

.changes/unreleased/Fixed-20241203-113523.yaml

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

.changes/unreleased/Fixed-20241203-113547.yaml

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

.changes/v2.21.1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## v2.21.1 - 2024-12-03
2+
### Fixed
3+
* Validate now runs on in memory hash handler
4+
* When no hash json file exits a new one will be created with an empty object as content
5+
### Dependency
6+
* chore(deps): bump the github-actions group across 1 directory with 2 updates
7+
* chore(deps): bump the go group across 1 directory with 12 updates

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ 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.21.1 - 2024-12-03
10+
### Fixed
11+
* Validate now runs on in memory hash handler
12+
* When no hash json file exits a new one will be created with an empty object as content
13+
### Dependency
14+
* chore(deps): bump the github-actions group across 1 directory with 2 updates
15+
* chore(deps): bump the go group across 1 directory with 12 updates
16+
917
## v2.21.0 - 2024-10-08
1018
### Added
1119
* Added `github` and `json` logging options to change output

0 commit comments

Comments
 (0)