Skip to content

Releases: dag-andersen/argocd-diff-preview

v0.0.32

23 Jan 21:04
ec4e91a
Compare
Choose a tag to compare

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 targeting HEAD to the target branch.

v0.0.31

15 Jan 18:19
0726c43
Compare
Choose a tag to compare

Changes:

  • Now applies Application selection filters [docs] after generating Applications from ApplicationSets (issue raised here: [comment]). This should help reduce the number of Applications rendered during each run.

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!