Skip to content

Releases: dag-andersen/argocd-diff-preview

v0.0.36-pre-release

06 Mar 19:49
bfbb4e0
Compare
Choose a tag to compare
v0.0.36-pre-release Pre-release
Pre-release
Pre-release pipeline now builds go

v0.0.35

28 Feb 14:16
4f67b89
Compare
Choose a tag to compare

Changes:

  • The --repo argument now accepts input containing multiple slashes (/). This is primarily relevant for GitLab users. (Feature request: Issue #109)

v0.0.34

15 Feb 13:31
15a1941
Compare
Choose a tag to compare

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

13 Feb 19:54
5afb268
Compare
Choose a tag to compare

Changes:

  • Fixed incorrect rendering of ApplicationSets that produce a single Application.

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)