Breaking changes
This release removes kyverno support. All references to command line options and action options related to kyverno have been removed and you need to remove them when upgrading. It is expected this feature was rarely used (and as a result, not worth the effort to maintain).
What's Changed
There is a change to dependency tracking for HelmReleases that is meant to catch changes in dependencies that were previously ignored. Please report an issue if you see unexpected HelmRelease diffs.
* Remove kyverno support by allenporter in https://github.com/allenporter/flux-local/pull/818
* Move resource diff and visitor logic to primary library directory by allenporter in https://github.com/allenporter/flux-local/pull/819
* Update testdata to remove invalid dependsOn reference in cluster8 by allenporter in https://github.com/allenporter/flux-local/pull/820
* Improve HelmRelease dependency tracking for diffs by allenporter in https://github.com/allenporter/flux-local/pull/821
**Full Changelog**: https://github.com/allenporter/flux-local/compare/6.1.1...7.0.0