Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shivjm committed Feb 14, 2024
1 parent d1e9d83 commit ec167ab
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [0.3.0](https://github.com/shivjm/helm-kubeconform-action/compare/v0.2.0...v0.3.0) (2024-02-14)


### Features

* allow skipping directories ([d231947](https://github.com/shivjm/helm-kubeconform-action/commit/d231947060daf79af952e5756b95eddda2b43c50))
* allow validating a single chart directory ([8292f61](https://github.com/shivjm/helm-kubeconform-action/commit/8292f611662fa1f409b370e3837dc40c9ff2ca41))
* propagate JSON output from kubeconform upon validation error ([bb9fc5c](https://github.com/shivjm/helm-kubeconform-action/commit/bb9fc5cbd80c2d9882c260ed0b30c3a4f91f98ef))
* validate all charts and report all failures ([e45a5c8](https://github.com/shivjm/helm-kubeconform-action/commit/e45a5c8a6dce87e8bb79785a37879a659b532b71))


### Bug Fixes

* correctly handle kubeconform not being executed ([52c4151](https://github.com/shivjm/helm-kubeconform-action/commit/52c4151e3b4129f945040ec8648a9ff549e92237))
* remove extraneous output when log level is unparseable ([c8c211b](https://github.com/shivjm/helm-kubeconform-action/commit/c8c211bea42ffc3c54987364d5571c57840e8f70))
* simplify logging ([c89dac8](https://github.com/shivjm/helm-kubeconform-action/commit/c89dac8d99f1fca42ce1971062df1c3412af4b90))

0 comments on commit ec167ab

Please sign in to comment.