Skip to content

Releases: dag-andersen/argocd-diff-preview

v0.0.30

09 Jan 15:59
af77f95
Compare
Choose a tag to compare

Changes:

  • Fixed ApplicationSets with nested matrix generators not being patched and rendered correctly (Issue #92)

v0.0.29

06 Jan 19:07
ee668a7
Compare
Choose a tag to compare

Changes:

  • Now generates Applications from ApplicationSets using the argocd appset generate command. This should fix issue: 85 and issue: 74
  • Fixed not always installing the latest version of the Argo CD helm Chart

v0.0.28

01 Jan 14:46
2028a40
Compare
Choose a tag to compare

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

26 Dec 14:48
1078d0c
Compare
Choose a tag to compare

Changes:

  • Support custom Argo CD namespace (Feature Request: Issue #70)

v0.0.26

22 Dec 13:25
0ab00a9
Compare
Choose a tag to compare

Changes:

v0.0.25

05 Dec 15:43
61b647d
Compare
Choose a tag to compare

Changes:

  • The cluster is now cleaned up when the tool encounters an error (Feature request: [link]) 🚀

v0.0.24

07 Nov 17:04
c2e3952
Compare
Choose a tag to compare

Changes:

  • Added an option to specify the kind cluster name (user-requested feature) (PR - Thanks to @davidfrickert).
  • Fixed the --repo option and repoURL being case sensitive when compared (PR - Thanks to @SIMULATAN).

v0.0.23

03 Nov 09:23
23ec4be
Compare
Choose a tag to compare

Changes

  • Reduced the container image size by 66%, bringing it down from 1.5 GB to 0.5 GB. This should make your pipelines a bit faster 🚀 Thanks to @ponkio-o!

v0.0.22

30 Oct 10:55
940c5ff
Compare
Choose a tag to compare

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, run argocd-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

26 Oct 18:21
53cc3fc
Compare
Choose a tag to compare

Changes:

  • Fixed a crash caused by a missing argocd namespace when applying credentials through the secrets folder.