You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,21 @@
15
15
16
16
## [UNRELEASED]
17
17
18
+
## [v0.9.0] - 2026-01-21
19
+
20
+
### Added
21
+
22
+
- Add support for skipping specific Kubeconform schemas via the `kubeconform_skip` input variable. ([#114](https://github.com/action-stars/helm-workflows/pull/114)) _@stevehipwell_
23
+
18
24
### Changed
19
25
20
26
- Update _actions/checkout_ from `6.0.0` to `6.0.1`. ([#113](https://github.com/action-stars/helm-workflows/pull/113)) _@dependabot_
21
27
- Update _actions/attest-build-provenance_ from `3.0.0` to `3.1.0`. ([#113](https://github.com/action-stars/helm-workflows/pull/113)) _@dependabot_
22
28
29
+
### Fixed
30
+
31
+
- Fix missing support for `CustomResourceDefinition` schema in Kubeconform. ([#114](https://github.com/action-stars/helm-workflows/pull/114)) _@stevehipwell_
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ This GitHub Actions workflow is used to validate _Helm_ charts.
56
56
| helm_repos | string | false || List of Helm repos to install; as a comma separated list in the format `<name>=<address>`. |
57
57
| kubeconform | boolean | false |`true`| If the Kubeconform should be run. |
58
58
| kubeconform_k8s_versions | string | false || List of Kubernetes versions to use for Kubeconform; as a comma separated list in the format `<major>.<minor>.<patch>`. |
59
+
| kubeconform_skip | string | false || List of Kubeconform schemas to skip; as a comma separated list of kinds or GVKs. |
0 commit comments