All notable changes to this project are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Cross-repo anchored Applications now fail with a clear, actionable error when the pull request restructures a chart's values files (for example splitting one
values.yamlinto several) but the Application — read from the anchored repo's branch tip — still references the old layout. Previously this surfaced as an opaquehelm template"no such file" error. Seedocs/anchored-repositories.mdfor the workaround.
0.9.2 - 2026-07-08
- Anchored (path-based) Applications whose chart directory is added for the first time on the current branch no longer fail with
directory not found. The chart is now treated as a new Application — the comparison is skipped by default, or rendered as all-added with--print-added-manifests. - Helm chart templates (files under a chart's
templates/directory) are no longer misparsed as ArgoCD Applications, which previously failed the compare job when charts live alongside cluster config in the same repository.
- Registry credentials are no longer passed to Helm as command-line arguments, keeping them out of the process argument list where they could be observed by other users on the same host.