Skip to content

chore(deps): update dependency dag-andersen/argocd-diff-preview to v0.2.11#10

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/dag-andersen-argocd-diff-preview-0.x
Open

chore(deps): update dependency dag-andersen/argocd-diff-preview to v0.2.11#10
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/dag-andersen-argocd-diff-preview-0.x

Conversation

@renovate

@renovate renovate Bot commented Apr 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
dag-andersen/argocd-diff-preview patch 0.2.30.2.11

Release Notes

dag-andersen/argocd-diff-preview (dag-andersen/argocd-diff-preview)

v0.2.11

Compare Source

Changes

  • Bug Fix 🐛 Fixed --traverse-app-of-apps not working correctly with --redirect-target-revisions when using --render-method=repo-server-api (Thanks to @​tobrien-nydig 🙏 [issue #​446], [PR #​447])
  • Bug Fix 🐛 Fixed an issue related to Helm charts that contain symlinks to directories when using --render-method=repo-server-api (Thanks to @​tobrien-nydig 🙏 [issue #​448], [PR #​449])
  • Bug Fix 🐛 Fixed an issue with remote Helm charts whose $ref value files live in the same PR repository when using --render-method=repo-server-api ([issue #​441], #​442)

v0.2.10

Compare Source

Changes

  • Bug Fix 🐛 Fixed repo-server-api rendering for local Helm charts whose helm.valueFiles reference files outside the chart directory (e.g. a repo-root-absolute /path/values.yaml). These now render correctly instead of failing with no such file or directory. This is a regression fix for the chart-directory streaming change introduced in v0.2.9 (#​444)

v0.2.9

Compare Source

Changes

  • Bug Fix 🐛 Cleaned finalizers before deleting stale preview applications from previously failed runs (#​439)
  • Bug Fix 🐛 Fixed repo-server-api rendering so Helm charts now receive the destination cluster Kubernetes version and API versions, preventing resources gated by .Capabilities.APIVersions from being silently omitted from diff output (#​434)
  • Bug Fix 🐛 Fixed repo-server-api rendering for local Helm charts to stream only the chart directory instead of the whole branch root (#​443)

v0.2.8

Compare Source

Changes

  • New Feature 🔥 Added --repo-regex for cases where repository matching needs more control, and made --repo stricter so it only matches exact repository URLs. Previously, --repo also matched substrings of repository URLs. That behavior was undocumented and could cause the wrong source to be patched when one repository name was a substring of another, such as gitops and gitops-charts. Use --repo-regex if you relied on substring or pattern-based repository matching (#​436)
  • Bug Fix 🐛 Application renames are now shown in the diff output even when the rendered resources are otherwise unchanged (#​435)
  • Bug Fix 🐛 Fixed repo-server concurrency issues that could corrupt Helm repository files, such as empty index.yaml files, when rendering many applications concurrently (Thanks to @​TBeijen 🙏 #​431)

v0.2.7

Compare Source

Changes

  • Bug Fix 🐛 Binary runs now use the same built-in Argo CD Helm values-override.yaml as Docker runs, while still allowing user-provided overrides to take precedence [PR #​425]
  • Bug Fix 🐛 Fixed repo-server-api rendering for multi-source Applications that use external $ref sources when the primary source matches --repo ([issue #​426], [PR #​428])
  • Bug Fix 🐛 Improved cleanup of preview Applications by retrying finalizer removal when Argo CD updates the Application concurrently ([issue #​414], [PR #​429])
  • Updated Docs 📖 Added binary examples for customizing Argo CD Helm values, including ./argocd-config and --argocd-config-dir usage [docs] [PR #​424]

v0.2.6

Compare Source

Changes

  • New Feature 🔥 Added a new argocd-diff-preview/render application selection annotation. Use argocd-diff-preview/render: always to force an Application or ApplicationSet to be processed, or argocd-diff-preview/render: never to skip an application. This will replace the argocd-diff-preview/ignore annotation in the future [docs] (#​413)

v0.2.5

Compare Source

Changes

  • New Feature 🔥 Added support for installing Argo CD from OCI Helm registries, such as oci://ghcr.io/argoproj/argo-helm/argo-cd. OCI chart URLs require --argocd-chart-version to be set (Thanks to @​jwinters01 🙏 #​410)
  • New Feature 🔥 Added --fail-on-duplicate-generated-applications to make duplicate Application names generated by a single ApplicationSet fail fast in CI (Thanks to @​drewbailey 🙏 #​405)
  • Enhancement ✨ Added checksum/secret: as a default diff ignore prefix to reduce noisy diffs from generated secret checksums (#​412)
  • Bug Fix 🐛 Fixed false-positive Helm diffs by setting a stable Helm releaseName when it is unset, preventing temporary preview Application names from leaking into rendered resource names ([issue #​408], #​411)
  • Bug Fix 🐛 Fixed Helm dependency build errors being reported as misleading project permission errors, so the original Helm failure is now surfaced (Thanks to @​TBeijen 🙏 #​417)
  • Bug Fix 🐛 Fixed cleanup of Applications by removing Argo CD deletion finalizers before deletion, preventing pre-delete hooks from blocking cleanup ([issue #​414], #​415)

v0.2.4

Compare Source

Changes

  • Enhancement ✨ Improved Kubernetes port-forward compatibility for API-based rendering by adding SPDY-over-WebSocket with SPDY fallback, benefiting both server-api and repo-server-api modes on environments like GKE using Fleet/Connect Gateway (Thanks to @​samrensenhouse 🙏 #​403)
  • Upgrade ⚙️ Upgraded Argo CD from v3.3.0 to v3.3.8 (#​406)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/dag-andersen-argocd-diff-preview-0.x branch from f5952b5 to e836a3f Compare May 9, 2026 01:34
@renovate renovate Bot changed the title chore(deps): update dependency dag-andersen/argocd-diff-preview to v0.2.4 chore(deps): update dependency dag-andersen/argocd-diff-preview to v0.2.5 May 9, 2026
@renovate renovate Bot changed the title chore(deps): update dependency dag-andersen/argocd-diff-preview to v0.2.5 chore(deps): update dependency dag-andersen/argocd-diff-preview to v0.2.6 May 10, 2026
@renovate renovate Bot force-pushed the renovate/dag-andersen-argocd-diff-preview-0.x branch 2 times, most recently from e0d9e2b to 6263989 Compare May 15, 2026 20:32
@renovate renovate Bot changed the title chore(deps): update dependency dag-andersen/argocd-diff-preview to v0.2.6 chore(deps): update dependency dag-andersen/argocd-diff-preview to v0.2.7 May 15, 2026
@renovate renovate Bot force-pushed the renovate/dag-andersen-argocd-diff-preview-0.x branch from 6263989 to 156a8f5 Compare May 25, 2026 16:35
@renovate renovate Bot changed the title chore(deps): update dependency dag-andersen/argocd-diff-preview to v0.2.7 chore(deps): update dependency dag-andersen/argocd-diff-preview to v0.2.8 May 25, 2026
@renovate renovate Bot force-pushed the renovate/dag-andersen-argocd-diff-preview-0.x branch from 156a8f5 to f1815b5 Compare June 7, 2026 20:51
@renovate renovate Bot changed the title chore(deps): update dependency dag-andersen/argocd-diff-preview to v0.2.8 chore(deps): update dependency dag-andersen/argocd-diff-preview to v0.2.9 Jun 7, 2026
@renovate renovate Bot force-pushed the renovate/dag-andersen-argocd-diff-preview-0.x branch from f1815b5 to 1917a52 Compare June 13, 2026 16:07
@renovate renovate Bot changed the title chore(deps): update dependency dag-andersen/argocd-diff-preview to v0.2.9 chore(deps): update dependency dag-andersen/argocd-diff-preview to v0.2.10 Jun 13, 2026
@renovate renovate Bot force-pushed the renovate/dag-andersen-argocd-diff-preview-0.x branch from 1917a52 to dda3f13 Compare June 21, 2026 17:01
@renovate renovate Bot changed the title chore(deps): update dependency dag-andersen/argocd-diff-preview to v0.2.10 chore(deps): update dependency dag-andersen/argocd-diff-preview to v0.2.11 Jun 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants