Releases: dag-andersen/argocd-diff-preview
Releases · dag-andersen/argocd-diff-preview
v0.0.36-pre-release
Pre-release pipeline now builds go
v0.0.35
Changes:
- The
--repo
argument now accepts input containing multiple slashes (/
). This is primarily relevant for GitLab users. (Feature request: Issue #109)
v0.0.34
Changes:
- Fixed an issue where some Applications got stuck due to Argo CD post-delete hooks/finalizers ([PR #107] - Thanks to @neutronth 🙏)
v0.0.33
Changes:
- Fixed incorrect rendering of ApplicationSets that produce a single Application.
v0.0.32
Changes:
- Added support for specifying which Target Revisions to redirect in Applications (#99 - Thanks to @neutronth 🙏)
Example: Running the tool with--redirect-target-revisions=HEAD
will redirect only Applications targetingHEAD
to the target branch.
v0.0.31
v0.0.30
v0.0.29
v0.0.28
Changes
- Added support for Applications with identical names (applies only to plain Applications, not those generated by ApplicationSets).
- Added more log statements.