chore(deps): update dependency dag-andersen/argocd-diff-preview to v0.2.3#9
Merged
jamesoneill997 merged 2 commits intoApr 15, 2026
Merged
Conversation
Owner
|
Little bit of work required to get this updated as there have been a few releases since. I'll go through the repo and figure out what needs changing. |
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Owner
|
🎉 This PR is included in version 1.0.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.1.23→0.2.3Release Notes
dag-andersen/argocd-diff-preview (dag-andersen/argocd-diff-preview)
v0.2.3Compare Source
Changes
repo-server-apirenderer failing when a source has bothrefandpathset [issue #401]--max-diff-lengthis too small to display any diff content, instead of the misleading "No changes found" message (#393)v0.2.2Compare Source
Changes
--traverse-app-of-appsflag that recursively discovers and renders child Applications and ApplicationSets found in rendered manifests, supporting multi-level app-of-apps hierarchies up to 10 levels deep. Please open an issue and give feedback if you try it out 🙏🏻 More details in the docs (Feature request: #41, #75, #200, #381)v0.2.1Compare Source
Changes
--auto-detect-files-changedencounters symlinks to directories - symlink directories are now skipped gracefully ([issue #378])authentication requirederrors when using--render-method=repo-server-api- now correctly handles bothrepo-credscredential templates and theowner/reposlug format for--repo([issue #355])repo-server-apipod crashes causinglost connection to pod/connection refusederrors, including mitigations via--concurrencyor memory limits.v0.2.0Compare Source
Overview
This release brings a long-awaited improvement to the diff preview - a complete overhaul of the diffing system. The old implementation was heavily inspired by
git diff. The new one is a custom, fully in-memory implementation that is both faster and more powerful.We're also using this opportunity to update several default values that we've wanted to change for a long time. The goal is a better out-of-the-box experience, so users don't need to override parameters to get optimal performance.
We try to avoid breaking changes, so we've bundled several of them into this single release to minimize the upgrade overhead.
Changes
argocd-diff-previewbinary directly in your pipeline or extend the current image with anargocdbinary./output/base-branch.yaml,./output/target-branch.yaml, and./output/<branch>/<app>.yamlby default. This has been removed. Use--output-branch-manifestsand--output-app-manifeststo restore the old behaviour.--render-methodcliserver-apicliis slower than the other options and does not work with namespace-scoped Argo CD--line-count75--watch-if-no-watch-pattern-foundfalsetrue--auto-detect-files-changedfalsetrue--files-changedstill takes precedence--use-argocd-apifalse--render-methodinsteadPreview with resource headers
v0.1.27Compare Source
Changes
repo-server-apirender method no longer suffixes app names with-1,-2,-3, helping to avoid issues with plugins and app name conflicts (PR #363)charsetattribute to the HTML tag (Thanks to @ponkio-o 🙏 [PR #367])v0.1.26Compare Source
Changes
repo-server-apirender method that renders manifests by connecting directly to the ArgoCD repo server gRPC API, bypassing the ArgoCD server and CLI entirely. Use--render-method=repo-server-apito enable it (#356). Please open an issue and give feedback if you try it out 🙏🏻 More details in the docs.sourceHydratorapps to regular apps for manifest rendering (#350)--argocd-config(env:ARGOCD_CONFIG) to override the default./argocd-configdirectory path used for Argo CD Helm chart customization (#357)v0.1.25Compare Source
Changes
--concurrencyto control the maximum number of applications processed concurrently, default is40(#347)DisableClusterRoles: "true") (#343)v3.2.3tov3.3.0(#348)v0.30.0tov0.31.0(#348)v0.1.24Compare Source
Changes
--argocd-ui-urlthat generates clickable links to ArgoCD applications in the PR diff output. Example screenshot can be seen in the [PR #336] (Thanks to @ponkio-o 🙏)ARGOCD_OPTSbeing overridden instead of appended to, allowing users to pass custom flags like--plaintext([issue #335])Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.