Update go.mod dependencies - #200
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
2 times, most recently
from
September 6, 2025 15:48
65ad50d to
29c5f2f
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
2 times, most recently
from
September 15, 2025 09:37
c0025e0 to
ede4057
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
2 times, most recently
from
September 23, 2025 00:33
c89d00d to
be30535
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
from
September 30, 2025 19:08
be30535 to
74453b8
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
2 times, most recently
from
October 19, 2025 04:58
0d824e1 to
afc75f7
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
3 times, most recently
from
October 28, 2025 02:15
c6cc661 to
eacda43
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
3 times, most recently
from
November 9, 2025 21:09
c735056 to
8ba1ded
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
from
November 14, 2025 18:28
8ba1ded to
c45cee6
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
5 times, most recently
from
November 20, 2025 22:06
fb3171d to
9dc2a1a
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
3 times, most recently
from
December 2, 2025 16:42
49666d7 to
db9a452
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
2 times, most recently
from
December 10, 2025 06:05
e7b95cd to
7d5f0f0
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
2 times, most recently
from
December 17, 2025 06:49
6372e96 to
ef3b1e6
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
2 times, most recently
from
February 10, 2026 21:32
b9be05c to
72f4f7c
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
6 times, most recently
from
February 22, 2026 17:38
e801f8d to
0ea69a3
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
from
February 24, 2026 22:37
0ea69a3 to
e2bb7e7
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
4 times, most recently
from
March 9, 2026 18:14
c03dda0 to
401c181
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
2 times, most recently
from
March 20, 2026 18:35
78ea9f2 to
9268f98
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
4 times, most recently
from
March 27, 2026 14:50
6dfb0d2 to
fa54642
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
2 times, most recently
from
April 7, 2026 21:23
a737140 to
8070bd3
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
4 times, most recently
from
April 18, 2026 06:08
a2eb88a to
a1566de
Compare
renovate
Bot
force-pushed
the
renovate/go.mod-dependencies
branch
3 times, most recently
from
April 24, 2026 13:53
e6cd9ee to
614b795
Compare
Contributor
Author
|
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:
v2.5.0→v2.7.1v3.1.7→v3.4.6v5.2.3→v5.3.1v2.52.9→v2.52.14v6.6.8→v6.8.3v1.2.0→v1.2.1v2.3.0→v2.3.5v1.23.2→v1.24.1v1.10.1→v1.10.21.24.7→1.26.5Release Notes
alitto/pond (github.com/alitto/pond/v2)
v2.7.1Compare Source
What's Changed
New Contributors
Full Changelog: alitto/pond@v2.7.0...v2.7.1
v2.7.0Compare Source
What's Changed
Full Changelog: alitto/pond@v2.6.2...v2.7.0
v2.6.2Compare Source
What's Changed
1.24and1.25)Full Changelog: alitto/pond@v2.6.1...v2.6.2
v2.6.1Compare Source
What's Changed
Full Changelog: alitto/pond@v2.6.0...v2.6.1
v2.6.0Compare Source
What's Changed
Breaking Changes
WithQueueSize(0)now disables the task queue altogether (all task submissions block until a worker becomes available unless the pool is set to non-blocking mode). Before this change, setting queue size to0would cause the queue to be unbounded. Pools are still unbounded by default, but now there's a constant that can be used to set queue size to unbounded explicitly. E.g.pond.NewPool(10, pond.WithQueueSize(pond.Unbounded)).Full Changelog: alitto/pond@v2.5.0...v2.6.0
argoproj/argo-cd (github.com/argoproj/argo-cd/v3)
v3.4.6Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the official blog post
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
aa9970b: fix(appset): fall back to create when patch returns NotFound (#17312) (cherry-pick #28645 for 3.4) (#28718) (@rickbrouwer)9a91802: fix(diff): don't drop manager-owned descendant fields when filtering webhook mutations (cherry-pick #28819 for 3.4) (#28894) (@argo-cd-cherry-pick-bot[bot])4907a99: fix(helm): pass registry passwords through stdin (#17821) (#28835) (@nitishfy)b6d7c82: fix: mount argocd-cmd-params-cm in repo-server so pprof can be enabled (cherry-pick #28863 for 3.4) (#28864) (@argo-cd-cherry-pick-bot[bot])cf7c4a7: fix: only do annotation backfill if live unset (cherry-pick #28770 for 3.4) (#28776) (@argo-cd-cherry-pick-bot[bot])a3d8e28: fix: progressive sync fixes (3.4 cherry-picks) (#29000) (@blakepettersson)2aa646b: fix: use Entra ID uti claim as token id when jti is absent (#28625) (cherry-pick #28656 for 3.4) (#28676) (@argo-cd-cherry-pick-bot[bot])275d11e: fix: use OIDC refresh tokens to renew expired sessions (#27041, #12189) (cherry-pick #27777 for 3.4) (#28688) (@argo-cd-cherry-pick-bot[bot])Other work
e1becb7: chore: bump version to 3.4.6 on release-3.4 branch (#28959) (@github-actions[bot])Full Changelog: argoproj/argo-cd@v3.4.5...v3.4.6
v3.4.5Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the official blog post
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
e77e4b6: fix(reposerver): honor depth of referenced source instead of primary source (cherry-pick #28339 for 3.4) (#28341) (@alexandresavicki)63e67d5: fix(ssa): do not run auth reconcile with SSA (cherry pick of #27624 and #27601 to 3.4) (#28265) (@Mangaal)2403907: fix: auto-sync skipped when newer commit arrives during sync with manifest-generate-paths (#27875) (cherry-pick #28227 for 3.4) (#28331) (@argo-cd-cherry-pick-bot[bot])2d18587: fix: deleted resource are incorrectly shown in UI (cherry-pick #28322 for 3.4) (#28337) (@argo-cd-cherry-pick-bot[bot])a82e158: fix: don't clobber non-ignored fields on "replace" (cherry-pick #27136 for 3.4) (#28507) (@argo-cd-cherry-pick-bot[bot])d4c8f1c: fix: fixes a regression of dex config env vars substituion - Cherry pick of #28369 in 3.4 (#28411) (@ppapapetrou76)Dependency updates
8c7ece5: chore(deps): bump golang.org/x/crypto to 0.53.0 (release-3.4) (#28375) (@nmirasch)a8f245b: chore(deps): update Ubuntu base image to 26.04 LTS (3.4) (#28430) (@suii2210)Full Changelog: argoproj/argo-cd@v3.4.4...v3.4.5
v3.4.4Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the official blog post
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
146184e: fix(health): PromotionStrategy stuck Progressing after no-op re-hydration (#28124) (cherry-pick #28125 for 3.4) (#28135) (@argo-cd-cherry-pick-bot[bot])e515f51: fix(rbac): resolve RBAC regression for project-scoped resources in multi-namespace architecture (#25289) (#26573) (#28062) (@wanddynosios)7f2fe95: fix(ssd): regression causing diff to error on new objects (#27679) (cherry-pick #27703 for 3.4) (#28241) (@argo-cd-cherry-pick-bot[bot])5199ea6: fix: add a lock on clusterinformer (cherry-pick #28216 for 3.4) (#28312) (@blakepettersson)7a64081: fix: exclude live status from normalization (cherry-pick #28201 for 3.4) (#28204) (@argo-cd-cherry-pick-bot[bot])0b3436f: fix: fixes parsing of dex passwords with dollar sign (cherry pick of #28027 to 3.4) (#28197) (@ppapapetrou76)9ccf66b: fix: resolve cross-generator Values templates in RenderGeneratorParams (#27827) (cherry-pick #27830 for 3.4) (#28128) (@argo-cd-cherry-pick-bot[bot])Other work
14ad471: Merge pull request #28162 from argoproj/cherry-pick-28158-to-release-3.4 (@dudinea)0fd000b: Merge pull request #28164 from argoproj/cherry-pick-28155-to-release-3.4 (@dudinea)ff25519: chore(ci): bump codecov action to 7.0.0 to fix the GPG issue (cherry-pick #28159 for 3.4) (#28172) (@dudinea)e9ff0c5: ci: bump goreleaser (cherry-pick #28033 for 3.4) (#28072) (@argo-cd-cherry-pick-bot[bot])1c5e37d: ci: use github release notes in goreleaser (cherry-pick #28048 for 3.4) (#28071) (@argo-cd-cherry-pick-bot[bot])0c14cfb: fix(manifest-generate-paths): Normalize repo before using type repo (#28113) (@fm1ck3y)c2003f4: test(e2e): Add test for second Sync after initial for different resources/options (#28156) (#28155) (@dudinea)9810fa2: test(e2e): fix cleanup of CRDs for e2e tests (#28157) (#28158) (@dudinea)Full Changelog: argoproj/argo-cd@v3.4.3...v3.4.4
v3.4.3Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the official blog post
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
f435b0ffix(cli): return immediately from 'app wait' when app is already in desired state (#12211) (#27503) (#27713) (jheyduk)b39fe4ffix(lint): unnecessary nesting (cherry-pick #27815 for 3.4) (#27817) (argo-cd-cherry-pick-bot[bot], Michael Crenshaw)668f2c5fix(ui): don't prefetch errors (#27877) (cherry-pick #27925 for 3.4) (#28024) (argo-cd-cherry-pick-bot[bot], Blake Pettersson)b796979fix(ui): return full source for non-hydrator apps in Parameters tab (cherry-pick #26946 for 3.4) (#27964) (Gabriel Barreto, himeshp)5d3f8a0fix: honor repo depth setting in gitSourceHasChanges and fetch functions (cherry-pick #27838 for 3.4) (#28043) (argo-cd-cherry-pick-bot[bot], alexandresavicki, Cursor)35ed877fix: nil-check (cherry-pick #28039 for 3.4) (#28040) (argo-cd-cherry-pick-bot[bot], Blake Pettersson, Soumya Ghosh Dastidar)b0f1553fix: prevent InvalidSpecError race in application controller startup (cherry-pick #27672 for 3.4) (#27845) (argo-cd-cherry-pick-bot[bot], Michele Baldessari)4fa0950fix: truncate labels for deletion hook resources (cherry-pick #27542 for 3.4) (#27714) (argo-cd-cherry-pick-bot[bot], Jaewoo Choi)Dependency updates
0edd404chore(deps): bump redoc/dompurify to v3.4.0 in /ui for fixing CVE-2026-41240(cherry-pick 3.4) (#27913) (Alka Kumari)Other work
ce55c85fix(gitops-engine): fix nil pointer dereference error in removeWebookMutation() (cherry-pick #27749 for 3.4) (#28031) (argo-cd-cherry-pick-bot[bot], Pierre Guinoiseau)Full Changelog: argoproj/argo-cd@v3.4.2...v3.4.3
v3.4.2Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the official blog post
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
b15e9e3fix: Revert "fix: avoid calling UpdateRevisionForPaths unnecessary (#25151)" (cherry-pick #27241 for 3.4) (#27251) (argo-cd-cherry-pick-bot[bot], Alexander Matyushentsev)570ccbcfix: prevent panic on nil APIResource in permission validator (cherry-pick #26610 for 3.4) (#27752) (argo-cd-cherry-pick-bot[bot], Andy Lo-A-Foe)Dependency updates
6eb6215chore(deps): bump github.com/moby/spdystream from 0.5.0 to 0.5.1 (cherry-pick #27401 for 3.4) (#27734) (argo-cd-cherry-pick-bot[bot], dependabot[bot])Other work
35ea43cMerge commit from fork (Blake Pettersson)bcb4298Merge commit from fork (Peter Jiang)4e71577chore: bump otel/sdk to 1.43.0 (release-3.4) (#27806) (Nitish Kumar)6e227baci: pin images of setup-qemu-action, setup-buildx-action and goreleaser CLI version (cherry-pick #27060 for 3.4) (#27731) (argo-cd-cherry-pick-bot[bot], Regina Voloshin)87e9148fix(gitops-engine): apply HideSecretData to server-side diff results for Secrets (cherry-pick #27598 for 3.4) (#27754) (argo-cd-cherry-pick-bot[bot], Peter Jiang, downfa11)Full Changelog: argoproj/argo-cd@v3.4.1...v3.4.2
v3.4.1Compare Source
Quick Start
Non-HA:
HA:
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the official blog post
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Features
05504d6feat(appset): add Health field to ApplicationSet status (#25753) (Peter Jiang)f83906dfeat(appset): optimize appset controller performance when grabbing cluster secrets (#25624) (#25577) (rumstead)ed6d2c5feat(controller): Annotation to pause reconciliation for a specific cluster (#26442) (Drew Bailey, Drew Bailey)3157fb1feat(helm): support wildcard glob patterns forvalueFiles(cherry-pick #26768 for 3.4) (#26919) (argo-cd-cherry-pick-bot[bot], Nitish Kumar)5072899feat(hydrator): making configurable authorName/Email used for hydration commit (#22847) (#25746) (Aditya Raj)8ed52b2feat(notification): add appProject access to notification templates (#26437) (#26470) (Aditya Raj)e1aeb79feat(ui): AppSet Slide Out Summary (#26490) (Peter Jiang, reggie-k)5ab598efeat(ui): add annotation filtering support to applications list (#25590) (Ji Kwan)1391e2ffeat(ui): add appset tree-view details page (#26262) (Peter Jiang, reggie-k, Keith Chong)7208578feat(ui): appset list page and filters (#25837) (Peter Jiang)ff45972feat(ui): enable hydrator support in app create panel (#26485) (jwinters01, Alexandre Gaudreault)1214946feat(ui): support hydrator properties in summary tab (#26152) (jwinters01, Michael Crenshaw)b414432feat: Add application filter for operation status to UI (#25636) (Dylan Schlager)408e99efeat: Allow custom User-Agent headers for Helm repository requests (#25473) (Yugan)19b41b9feat: ApplicationSet watch API (#26409) (Peter Jiang, nitishfy)b442167feat: Document and expose K8S API client environment variables(#8527) (#25145) (gami, Alexandre Gaudreault)7a3d6f1feat: Implement nmstate health checks (#26506) (#26507) (Sander Tervoert)5859065feat: add ApplicationSet listResourceEvents API (#25537) (Peter Jiang, Alexy Mantha)2793097feat: add OTEL instrumentation for authentication and handlers (#25296) (Mike Cutsail, Alexandre Gaudreault)b7e2027feat: add Prune and Delete as application level sync option (#23370) (Arthur Outhenin-Chalandre)73b4d98feat: add--no-install-recommendsinargocd-base#25841 (#25852) (Jakub Rudnik, Nitish Kumar)13bc5aefeat: add argocd account session-token command (#15277) (#24638) (Alex Eftimie, Alexandre Gaudreault, Peter Jiang)d8635cafeat: add clear-all button to applications list filters (#26007) (Jaewoo Choi)c2e594cfeat: disable gRPC service config DNS TXT lookups by default (#26077) (Valentin Stoican, Valentin Stoican)3cb4955feat: expose notifications controller processors count via cmd params (#26798) (Kirill Bilchenko)c0a2a57feat: implement application cache synchronization in appset controller (#26578) (Alexander Matyushentsev)ef75a2efeat: limit max certificates and known hosts in stream parsing (#25777) (Ankit Pramanik)f85ad11feat: remove unused reposFilter from Applications list (#24667) (Jaewoo Choi)6f0de8bfeat: update health checks for Numaflow resources (#25698) (Dillen Padhiar)Bug fixes
9fd02aaRevert "fix: prevent automatic refreshes from informer resync and status updates (cherry-pick #25290 for 3.4)" (#27402) (Michael Crenshaw)f4e7a6e[release-3.4] fix: improve perf: switch parentUIDToChildren to map of sets, remove cache rebuild (#26863) (#27110) (Jonathan Ogilvie)21e13a6fix(UI): show RollingSync step clearly when labels match no step (cherry-pick #26877 for 3.4) (#26882) (argo-cd-cherry-pick-bot[bot], Atif Ali)ede9229fix(actions): Use correct annotation for CNPG suspend/resume (#26711) (Rouke Broersma)6665f94fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing (#26793) (#27476) (Anand Francis Joseph)f45ee22fix(appset): change appset resource status count to 5000 by default (#26249) (Peter Jiang)bb894e8fix(appset): do not trigger reconciliation on appsets not part of allowed namespaces when updating a cluster secret (#25622) (OpenGuidou)330077cfix(appset): fix post-generator selector ignoring labels in GoTemplate mode (#26717) (Josef Kolář)bdc3447fix(appset): update appset resources after creation (#26511) (Peter Jiang)59f229bfix(ci): Add missing git-lfs installer checksum for ppc64le (#26835) (Oliver Gondža)cbc7ecdfix(ci): Inconsistent use of IMAGE_REGISTRY and IMAGE_NAMESPACE Makefile variables (#25846) (#25860) (dudinea)2253481fix(ci): Remove stale label when Issue/PR is updated (#26452) (S Kevin Joe Harris)e70034afix(ci): add .gitkeep to images dir (cherry-pick #26892 for 3.4) (#26912) (argo-cd-cherry-pick-bot[bot], Blake Pettersson)4a5d3a7fix(ci): add gitops-engine unit tests to CI (#25863) (Peter Jiang)92c5389fix(ci): ensure cherry-pick commits include DCO sign-off (#26124) (Anagha S Devan)aadf2affix(ci): fix deleting files on linux in make build-ui (#26134) (#26135) (dudinea)946a3abfix(ci): fix make image DEV_IMAGE=true on non-amd64 architecture (#25897) (#25898) (dudinea, Nitish Kumar)b7f9f6dfix(ci): run yarn install with --frozen-lockfile (cherry-pick #27099 for 3.4) (#27350) (dudinea)a19a83afix(cli): uses DrySource revision for app diff/manifests with sourceHydrator (#23817) (cherry-pick #24670 for 3.4) (#27483) (argo-cd-cherry-pick-bot[bot], Aditya Raj)956a6a1fix(controller): handle comma-separated hook annotations for PreDelete/PostDelete hooks (#26420) (Linghao Su)f50abb6fix(controller): reduce secret deepcopies and deserialization (#27049) (cherry-pick release-3.4) (#27132) (rumstead)af05c56fix(dashboards): Correct job label for the Controller Telemetry Panel (#26548) (Daniel Barnes)986cdf0fix(dev): skip Tilt rebuild on test file changes (#26624) (Nitish Kumar)63698bdfix(dex): run as user 1001 (#26726) (#26757) (Michael Crenshaw)8a507b7fix(dex): run as user 1001 (#26726) (#26775) (Michael Crenshaw)99e29c7fix(docs): Fix manifest path in Source Hydrator docs (cherry-pick #27123 for 3.4) (#27166) (argo-cd-cherry-pick-bot[bot], Oliver Gondža)3eeebd8fix(docs): PR title guide from refactor to chore and reformat json (#26450) (Jaewoo Choi)d66ad45fix(docs): update other sections of feature maturity to match feature status in overview (#26411) (Kanika Rana)1dc85e5fix(engine): always preserve sync status for hooks (#25692) (Alexandre Gaudreault, Regina Voloshin, github-actions[bot], reggie-k, dependabot[bot], renovate[bot], Afzal Ansari, Blake Pettersson, Julie Vogelman, Michael Crenshaw)a1d68cafix(engine): correctly set prune confirmation message in setRunningPhase (#25915) (Arthur Outhenin-Chalandre)95d19f2fix(engine): improve operation phase messages (#25668) (Alexandre Gaudreault)8259711fix(health): app missing health only when all resources are missing (#23995) (#25962) (Alexandre Gaudreault, Peter Jiang)a22f33dfix(health): configconnectorcontext and configconnector (#26308) (#26309) (Niclas Mietz)6eea558fix(health): use note.drySha when available (#26698) (Michael Crenshaw)afdf99ffix(helm): Improve error message when helm cmd fails (#26159) (Oliver Gondža)67d12ebfix(hook): Fixed hook code issues that caused stuck applications on "Deleting" state (Issues #18355 and #17191) (cherry-pick #26724 for 3.4) (#27257) (argo-cd-cherry-pick-bot[bot], Nikolaos Astyrakakis)2283784](https://redirect.gith