Releases: dag-andersen/argocd-diff-preview
Releases · dag-andersen/argocd-diff-preview
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).
v0.0.23
v0.0.22
Changes:
- The
argocd-diff-preview/watch-pattern
-annotation is now a comma-separated list of regex patterns. For more information, see the documentation. - The tool will now exit if an invalid regex is specified in the
argocd-diff-preview/watch-pattern
-annotation. Previously, it would fail silently. To retain the old behavior, runargocd-diff-preview
with--ignore-invalid-watch-pattern
. - The tool now skips even more applications when it is certain that no changes have occurred between branches.
v0.0.21
Changes:
- Fixed a crash caused by a missing
argocd
namespace when applying credentials through thesecrets
folder.