Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.3.0 #12

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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))
Loading