Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.57 KB

File metadata and controls

26 lines (15 loc) · 1.57 KB

Changelog

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.

Changed

  • 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.yaml into several) but the Application — read from the anchored repo's branch tip — still references the old layout. Previously this surfaced as an opaque helm template "no such file" error. See docs/anchored-repositories.md for the workaround.

0.9.2 - 2026-07-08

Fixed

  • 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.

Security

  • 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.