Releases: dag-andersen/argocd-diff-preview
Releases · dag-andersen/argocd-diff-preview
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.
v0.0.27
v0.0.26
Changes:
- Fixed ApplicationSet Git Generators. [Issue #64] [Issue #67] - Working example: #80
- Fixed repository names not supporting
.
and_
. (Thanks to @loadstar81 🎉 )
v0.0.25
v0.0.24
Changes:
- Added an option to specify the kind cluster name (user-requested feature) (PR - Thanks to @davidfrickert).
- Fixed the
--repo
option andrepoURL
being case sensitive when compared (PR - Thanks to @SIMULATAN).