Skip to content

Update go.mod dependencies - #200

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go.mod-dependencies
Open

Update go.mod dependencies#200
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go.mod-dependencies

Conversation

@renovate

@renovate renovate Bot commented Aug 29, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/alitto/pond/v2 v2.5.0v2.7.1 age confidence require minor
github.com/argoproj/argo-cd/v3 v3.1.7v3.4.6 age confidence require minor
github.com/go-chi/chi/v5 v5.2.3v5.3.1 age confidence require minor
github.com/gofiber/fiber/v2 v2.52.9v2.52.14 age confidence require patch
github.com/jedib0t/go-pretty/v6 v6.6.8v6.8.3 age confidence require minor
github.com/knadh/koanf/providers/file v1.2.0v1.2.1 age confidence require patch
github.com/knadh/koanf/v2 v2.3.0v2.3.5 age confidence require patch
github.com/prometheus/client_golang v1.23.2v1.24.1 age confidence require minor
github.com/spf13/cobra v1.10.1v1.10.2 age confidence require patch
go (source) 1.24.71.26.5 age confidence toolchain minor

Release Notes

alitto/pond (github.com/alitto/pond/v2)

v2.7.1

Compare Source

What's Changed
New Contributors

Full Changelog: alitto/pond@v2.7.0...v2.7.1

v2.7.0

Compare Source

What's Changed

Full Changelog: alitto/pond@v2.6.2...v2.7.0

v2.6.2

Compare Source

What's Changed

  • fix(pool): ensure pool recovers after runtime.Goexit() by @​alitto in #​137
  • Run tests against the latest versions of go (1.24 and 1.25)

Full Changelog: alitto/pond@v2.6.1...v2.6.2

v2.6.1

Compare Source

What's Changed

  • fix(stop-and-wait): fix(stop-and-wait): handle call to runtime.Goexit() in task in #​122 (fixes #​135)

Full Changelog: alitto/pond@v2.6.0...v2.6.1

v2.6.0

Compare Source

What's Changed
Breaking Changes
  • Setting the queue size option to zero (0) via 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 to 0 would 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.6

Compare Source

Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.6/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.6/manifests/ha/install.yaml
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
Other work

Full Changelog: argoproj/argo-cd@v3.4.5...v3.4.6

v3.4.5

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.5/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.5/manifests/ha/install.yaml

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
Dependency updates

Full Changelog: argoproj/argo-cd@v3.4.4...v3.4.5

v3.4.4

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.4/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.4/manifests/ha/install.yaml

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
Other work

Full Changelog: argoproj/argo-cd@v3.4.3...v3.4.4

v3.4.3

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.3/manifests/ha/install.yaml

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
  • f435b0f fix(cli): return immediately from 'app wait' when app is already in desired state (#​12211) (#​27503) (#​27713) (jheyduk)
  • b39fe4f fix(lint): unnecessary nesting (cherry-pick #​27815 for 3.4) (#​27817) (argo-cd-cherry-pick-bot[bot], Michael Crenshaw)
  • 668f2c5 fix(ui): don't prefetch errors (#​27877) (cherry-pick #​27925 for 3.4) (#​28024) (argo-cd-cherry-pick-bot[bot], Blake Pettersson)
  • b796979 fix(ui): return full source for non-hydrator apps in Parameters tab (cherry-pick #​26946 for 3.4) (#​27964) (Gabriel Barreto, himeshp)
  • 5d3f8a0 fix: honor repo depth setting in gitSourceHasChanges and fetch functions (cherry-pick #​27838 for 3.4) (#​28043) (argo-cd-cherry-pick-bot[bot], alexandresavicki, Cursor)
  • 35ed877 fix: nil-check (cherry-pick #​28039 for 3.4) (#​28040) (argo-cd-cherry-pick-bot[bot], Blake Pettersson, Soumya Ghosh Dastidar)
  • b0f1553 fix: prevent InvalidSpecError race in application controller startup (cherry-pick #​27672 for 3.4) (#​27845) (argo-cd-cherry-pick-bot[bot], Michele Baldessari)
  • 4fa0950 fix: truncate labels for deletion hook resources (cherry-pick #​27542 for 3.4) (#​27714) (argo-cd-cherry-pick-bot[bot], Jaewoo Choi)
Dependency updates
Other work
  • ce55c85 fix(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.2

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.2/manifests/ha/install.yaml

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
  • b15e9e3 fix: Revert "fix: avoid calling UpdateRevisionForPaths unnecessary (#​25151)" (cherry-pick #​27241 for 3.4) (#​27251) (argo-cd-cherry-pick-bot[bot], Alexander Matyushentsev)
  • 570ccbc fix: 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
  • 6eb6215 chore(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
  • 35ea43c Merge commit from fork (Blake Pettersson)
  • bcb4298 Merge commit from fork (Peter Jiang)
  • 4e71577 chore: bump otel/sdk to 1.43.0 (release-3.4) (#​27806) (Nitish Kumar)
  • 6e227ba ci: 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)
  • 87e9148 fix(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.1

Compare Source

[!IMPORTANT]
This release is the first one in the 3.4 series, although it is not named 3.4.0.

[!IMPORTANT]
Following Helm 3.19.0 change in how Helm interprets K8s cluster version, this Argo CD release contains a change that aligns how Argo CD interprets K8s cluster version with Helm behavior.

Impact: Application Sets with Cluster Generators, that fetch clusters based on their Kubernetes version and use argocd.argoproj.io/auto-label-cluster-info on the cluster secret, need to be updated to use argocd.argoproj.io/kubernetes-version with the vMajor.Minor.Patch format instead of the previous Major.Minor format.

More details here: https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/3.3-3.4/#cluster-version-format-change

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.1/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.1/manifests/ha/install.yaml

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
  • 05504d6 feat(appset): add Health field to ApplicationSet status (#​25753) (Peter Jiang)
  • f83906d feat(appset): optimize appset controller performance when grabbing cluster secrets (#​25624) (#​25577) (rumstead)
  • ed6d2c5 feat(controller): Annotation to pause reconciliation for a specific cluster (#​26442) (Drew Bailey, Drew Bailey)
  • 3157fb1 feat(helm): support wildcard glob patterns for valueFiles (cherry-pick #​26768 for 3.4) (#​26919) (argo-cd-cherry-pick-bot[bot], Nitish Kumar)
  • 5072899 feat(hydrator): making configurable authorName/Email used for hydration commit (#​22847) (#​25746) (Aditya Raj)
  • 8ed52b2 feat(notification): add appProject access to notification templates (#​26437) (#​26470) (Aditya Raj)
  • e1aeb79 feat(ui): AppSet Slide Out Summary (#​26490) (Peter Jiang, reggie-k)
  • 5ab598e feat(ui): add annotation filtering support to applications list (#​25590) (Ji Kwan)
  • 1391e2f feat(ui): add appset tree-view details page (#​26262) (Peter Jiang, reggie-k, Keith Chong)
  • 7208578 feat(ui): appset list page and filters (#​25837) (Peter Jiang)
  • ff45972 feat(ui): enable hydrator support in app create panel (#​26485) (jwinters01, Alexandre Gaudreault)
  • 1214946 feat(ui): support hydrator properties in summary tab (#​26152) (jwinters01, Michael Crenshaw)
  • b414432 feat: Add application filter for operation status to UI (#​25636) (Dylan Schlager)
  • 408e99e feat: Allow custom User-Agent headers for Helm repository requests (#​25473) (Yugan)
  • 19b41b9 feat: ApplicationSet watch API (#​26409) (Peter Jiang, nitishfy)
  • b442167 feat: Document and expose K8S API client environment variables(#​8527) (#​25145) (gami, Alexandre Gaudreault)
  • 7a3d6f1 feat: Implement nmstate health checks (#​26506) (#​26507) (Sander Tervoert)
  • 5859065 feat: add ApplicationSet listResourceEvents API (#​25537) (Peter Jiang, Alexy Mantha)
  • 2793097 feat: add OTEL instrumentation for authentication and handlers (#​25296) (Mike Cutsail, Alexandre Gaudreault)
  • b7e2027 feat: add Prune and Delete as application level sync option (#​23370) (Arthur Outhenin-Chalandre)
  • 73b4d98 feat: add --no-install-recommends in argocd-base #​25841 (#​25852) (Jakub Rudnik, Nitish Kumar)
  • 13bc5ae feat: add argocd account session-token command (#​15277) (#​24638) (Alex Eftimie, Alexandre Gaudreault, Peter Jiang)
  • d8635ca feat: add clear-all button to applications list filters (#​26007) (Jaewoo Choi)
  • c2e594c feat: disable gRPC service config DNS TXT lookups by default (#​26077) (Valentin Stoican, Valentin Stoican)
  • 3cb4955 feat: expose notifications controller processors count via cmd params (#​26798) (Kirill Bilchenko)
  • c0a2a57 feat: implement application cache synchronization in appset controller (#​26578) (Alexander Matyushentsev)
  • ef75a2e feat: limit max certificates and known hosts in stream parsing (#​25777) (Ankit Pramanik)
  • f85ad11 feat: remove unused reposFilter from Applications list (#​24667) (Jaewoo Choi)
  • 6f0de8b feat: update health checks for Numaflow resources (#​25698) (Dillen Padhiar)
Bug fixes
  • 9fd02aa Revert "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)
  • 21e13a6 fix(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)
  • ede9229 fix(actions): Use correct annotation for CNPG suspend/resume (#​26711) (Rouke Broersma)
  • 6665f94 fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing (#​26793) (#​27476) (Anand Francis Joseph)
  • f45ee22 fix(appset): change appset resource status count to 5000 by default (#​26249) (Peter Jiang)
  • bb894e8 fix(appset): do not trigger reconciliation on appsets not part of allowed namespaces when updating a cluster secret (#​25622) (OpenGuidou)
  • 330077c fix(appset): fix post-generator selector ignoring labels in GoTemplate mode (#​26717) (Josef Kolář)
  • bdc3447 fix(appset): update appset resources after creation (#​26511) (Peter Jiang)
  • 59f229b fix(ci): Add missing git-lfs installer checksum for ppc64le (#​26835) (Oliver Gondža)
  • cbc7ecd fix(ci): Inconsistent use of IMAGE_REGISTRY and IMAGE_NAMESPACE Makefile variables (#​25846) (#​25860) (dudinea)
  • 2253481 fix(ci): Remove stale label when Issue/PR is updated (#​26452) (S Kevin Joe Harris)
  • e70034a fix(ci): add .gitkeep to images dir (cherry-pick #​26892 for 3.4) (#​26912) (argo-cd-cherry-pick-bot[bot], Blake Pettersson)
  • 4a5d3a7 fix(ci): add gitops-engine unit tests to CI (#​25863) (Peter Jiang)
  • 92c5389 fix(ci): ensure cherry-pick commits include DCO sign-off (#​26124) (Anagha S Devan)
  • aadf2af fix(ci): fix deleting files on linux in make build-ui (#​26134) (#​26135) (dudinea)
  • 946a3ab fix(ci): fix make image DEV_IMAGE=true on non-amd64 architecture (#​25897) (#​25898) (dudinea, Nitish Kumar)
  • b7f9f6d fix(ci): run yarn install with --frozen-lockfile (cherry-pick #​27099 for 3.4) (#​27350) (dudinea)
  • a19a83a fix(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)
  • 956a6a1 fix(controller): handle comma-separated hook annotations for PreDelete/PostDelete hooks (#​26420) (Linghao Su)
  • f50abb6 fix(controller): reduce secret deepcopies and deserialization (#​27049) (cherry-pick release-3.4) (#​27132) (rumstead)
  • af05c56 fix(dashboards): Correct job label for the Controller Telemetry Panel (#​26548) (Daniel Barnes)
  • 986cdf0 fix(dev): skip Tilt rebuild on test file changes (#​26624) (Nitish Kumar)
  • 63698bd fix(dex): run as user 1001 (#​26726) (#​26757) (Michael Crenshaw)
  • 8a507b7 fix(dex): run as user 1001 (#​26726) (#​26775) (Michael Crenshaw)
  • 99e29c7 fix(docs): Fix manifest path in Source Hydrator docs (cherry-pick #​27123 for 3.4) (#​27166) (argo-cd-cherry-pick-bot[bot], Oliver Gondža)
  • 3eeebd8 fix(docs): PR title guide from refactor to chore and reformat json (#​26450) (Jaewoo Choi)
  • d66ad45 fix(docs): update other sections of feature maturity to match feature status in overview (#​26411) (Kanika Rana)
  • 1dc85e5 fix(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)
  • a1d68ca fix(engine): correctly set prune confirmation message in setRunningPhase (#​25915) (Arthur Outhenin-Chalandre)
  • 95d19f2 fix(engine): improve operation phase messages (#​25668) (Alexandre Gaudreault)
  • 8259711 fix(health): app missing health only when all resources are missing (#​23995) (#​25962) (Alexandre Gaudreault, Peter Jiang)
  • a22f33d fix(health): configconnectorcontext and configconnector (#​26308) (#​26309) (Niclas Mietz)
  • 6eea558 fix(health): use note.drySha when available (#​26698) (Michael Crenshaw)
  • afdf99f fix(helm): Improve error message when helm cmd fails (#​26159) (Oliver Gondža)
  • 67d12eb fix(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

Note

PR body was truncated to here.

@github-actions

github-actions Bot commented Aug 29, 2025

Copy link
Copy Markdown
Contributor

Test Results

0 tests   - 80   0 ✅  - 80   0s ⏱️ -8s
0 suites  -  6   0 💤 ± 0 
0 files    -  1   0 ❌ ± 0 

Results for commit 96309d3. ± Comparison against base commit 7ded3df.

♻️ This comment has been updated with latest results.

@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 2 times, most recently from 65ad50d to 29c5f2f Compare September 6, 2025 15:48
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 2 times, most recently from c0025e0 to ede4057 Compare September 15, 2025 09:37
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 2 times, most recently from c89d00d to be30535 Compare September 23, 2025 00:33
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch from be30535 to 74453b8 Compare September 30, 2025 19:08
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 2 times, most recently from 0d824e1 to afc75f7 Compare October 19, 2025 04:58
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 3 times, most recently from c6cc661 to eacda43 Compare October 28, 2025 02:15
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 3 times, most recently from c735056 to 8ba1ded Compare November 9, 2025 21:09
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch from 8ba1ded to c45cee6 Compare November 14, 2025 18:28
@renovate

renovate Bot commented Nov 14, 2025

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 36 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/compute/metadata v0.6.0 -> v0.7.0
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0 -> v1.19.1
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1 -> v1.11.0
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 -> v1.11.2
github.com/Masterminds/semver/v3 v3.3.1 -> v3.4.0
github.com/argoproj/gitops-engine v0.7.1-0.20250905160054-e48120133eec -> v0.7.1-0.20251108235403-13d5172d3ee2
github.com/bmatcuk/doublestar/v4 v4.8.1 -> v4.9.1
github.com/casbin/casbin/v2 v2.107.0 -> v2.123.0
github.com/casbin/govaluate v1.7.0 -> v1.10.0
github.com/fxamacker/cbor/v2 v2.8.0 -> v2.9.0
github.com/golang-jwt/jwt/v5 v5.2.2 -> v5.3.0
github.com/google/gnostic-models v0.6.9 -> v0.7.0
github.com/hashicorp/go-retryablehttp v0.7.7 -> v0.7.8
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/r3labs/diff/v3 v3.0.1 -> v3.0.2
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 -> v0.63.0
golang.org/x/oauth2 v0.30.0 -> v0.31.0
golang.org/x/time v0.12.0 -> v0.13.0
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20250825161204-c5933d9347a5
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20250825161204-c5933d9347a5
google.golang.org/grpc v1.73.0 -> v1.75.1
k8s.io/api v0.33.1 -> v0.34.0
k8s.io/apiextensions-apiserver v0.33.1 -> v0.34.0
k8s.io/apimachinery v0.33.1 -> v0.34.0
k8s.io/apiserver v0.33.1 -> v0.34.0
k8s.io/cli-runtime v0.33.1 -> v0.34.0
k8s.io/client-go v0.33.1 -> v0.34.0
k8s.io/component-base v0.33.1 -> v0.34.0
k8s.io/component-helpers v0.33.1 -> v0.34.0
k8s.io/controller-manager v0.33.1 -> v0.34.0
k8s.io/kube-aggregator v0.33.1 -> v0.34.0
k8s.io/kube-openapi v0.0.0-20250610211856-8b98d1ed966a -> v0.0.0-20250710124328-f3f2b991d03b
k8s.io/kubectl v0.33.1 -> v0.34.0
k8s.io/kubernetes v1.33.1 -> v1.34.0
sigs.k8s.io/kustomize/api v0.19.0 -> v0.20.1
sigs.k8s.io/kustomize/kyaml v0.19.0 -> v0.20.1

@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 5 times, most recently from fb3171d to 9dc2a1a Compare November 20, 2025 22:06
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 3 times, most recently from 49666d7 to db9a452 Compare December 2, 2025 16:42
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 2 times, most recently from e7b95cd to 7d5f0f0 Compare December 10, 2025 06:05
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 2 times, most recently from 6372e96 to ef3b1e6 Compare December 17, 2025 06:49
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 2 times, most recently from b9be05c to 72f4f7c Compare February 10, 2026 21:32
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 6 times, most recently from e801f8d to 0ea69a3 Compare February 22, 2026 17:38
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch from 0ea69a3 to e2bb7e7 Compare February 24, 2026 22:37
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 4 times, most recently from c03dda0 to 401c181 Compare March 9, 2026 18:14
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 2 times, most recently from 78ea9f2 to 9268f98 Compare March 20, 2026 18:35
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 4 times, most recently from 6dfb0d2 to fa54642 Compare March 27, 2026 14:50
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 2 times, most recently from a737140 to 8070bd3 Compare April 7, 2026 21:23
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 4 times, most recently from a2eb88a to a1566de Compare April 18, 2026 06:08
@renovate
renovate Bot force-pushed the renovate/go.mod-dependencies branch 3 times, most recently from e6cd9ee to 614b795 Compare April 24, 2026 13:53
@renovate

renovate Bot commented May 28, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading github.com/spf13/cobra v1.10.2
go: downloading github.com/spf13/pflag v1.0.10
go: downloading github.com/spf13/viper v1.21.0
go: downloading github.com/stretchr/testify v1.11.1
go: downloading github.com/gofiber/fiber/v2 v2.52.14
go: downloading github.com/knadh/koanf/v2 v2.3.5
go: downloading github.com/alitto/pond/v2 v2.7.1
go: downloading github.com/argoproj/argo-cd/v3 v3.4.6
go: downloading github.com/prometheus/client_golang v1.24.1
go: downloading github.com/joho/godotenv v1.5.1
go: downloading github.com/jedib0t/go-pretty/v6 v6.8.3
go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
go: downloading github.com/flowchartsman/swaggerui v0.0.0-20221017034628-909ed4f3701b
go: downloading github.com/go-chi/chi/v5 v5.3.1
go: downloading github.com/go-chi/cors v1.2.2
go: downloading github.com/go-chi/httplog/v2 v2.1.1
go: downloading github.com/google/uuid v1.6.1-0.20241114170450-2d3c2a9cc518
go: downloading github.com/hellofresh/health-go/v5 v5.5.5
go: downloading github.com/knadh/koanf/parsers/yaml v1.1.0
go: downloading github.com/knadh/koanf/providers/env v1.1.0
go: downloading github.com/knadh/koanf/providers/file v1.2.1
go: downloading github.com/knadh/koanf/providers/structs v1.0.0
go: downloading github.com/yarlson/chiprom v0.1.0
go: downloading sigs.k8s.io/yaml v1.6.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/fsnotify/fsnotify v1.9.0
go: downloading github.com/go-viper/mapstructure/v2 v2.5.0
go: downloading github.com/sagikazarmark/locafero v0.12.0
go: downloading github.com/spf13/afero v1.15.0
go: downloading github.com/spf13/cast v1.10.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/valyala/bytebufferpool v1.0.0
go: downloading github.com/knadh/koanf/maps v0.1.2
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/coreos/go-oidc/v3 v3.17.0
go: downloading github.com/golang-jwt/jwt/v5 v5.3.1
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3
go: downloading github.com/hashicorp/go-retryablehttp v0.7.8
go: downloading github.com/sirupsen/logrus v1.9.4
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0
go: downloading golang.org/x/oauth2 v0.36.0
go: downloading google.golang.org/grpc v1.79.3
go: downloading k8s.io/client-go v0.34.0
go: downloading github.com/argoproj/pkg/v2 v2.0.1
go: downloading github.com/argoproj/pkg v0.13.7-0.20230626144333-d56162821bd1
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57
go: downloading google.golang.org/genproto v0.0.0-20241118233622-e639e219e697
go: downloading k8s.io/api v0.34.0
go: downloading k8s.io/apimachinery v0.34.0
go: downloading github.com/argoproj/argo-cd/gitops-engine v0.7.1-0.20250908182407-97ad5b59a627
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/google/go-cmp v0.7.0
go: downloading github.com/robfig/cron/v3 v3.0.2-0.20210106135023-bc59245fe10e
go: downloading k8s.io/apiextensions-apiserver v0.34.0
go: downloading k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b
go: downloading google.golang.org/protobuf v1.36.11
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/prometheus/common v0.70.1
go: downloading github.com/prometheus/procfs v0.21.1
go: downloading golang.org/x/sys v0.47.0
go: downloading github.com/mattn/go-runewidth v0.0.19
go: downloading golang.org/x/text v0.40.0
go: downloading go.opentelemetry.io/otel v1.43.0
go: downloading go.opentelemetry.io/otel/trace v1.43.0
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading github.com/fatih/structs v1.1.0
go: downloading go.yaml.in/yaml/v2 v2.4.4
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/pelletier/go-toml/v2 v2.2.4
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/redis/go-redis/v9 v9.18.0
go: downloading github.com/r3labs/diff/v3 v3.0.2
go: downloading github.com/Masterminds/semver/v3 v3.4.0
go: downloading github.com/go-git/go-git/v5 v5.14.0
go: downloading golang.org/x/net v0.57.0
go: downloading github.com/go-logr/logr v1.4.3
go: downloading k8s.io/kubectl v0.34.0
go: downloading github.com/go-jose/go-jose/v4 v4.1.4
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading go.opentelemetry.io/otel/metric v1.43.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171
go: downloading golang.org/x/term v0.45.0
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
go: downloading sigs.k8s.io/randfill v1.0.0
go: downloading golang.org/x/crypto v0.54.0
go: downloading github.com/bmatcuk/doublestar/v4 v4.10.0
go: downloading github.com/bradleyfalzon/ghinstallation/v2 v2.18.0
go: downloading github.com/cenkalti/backoff/v5 v5.0.3
go: downloading github.com/chainguard-dev/git-urls v1.0.2
go: downloading github.com/google/go-github/v69 v69.2.0
go: downloading github.com/patrickmn/go-cache v2.1.1-0.20191004192108-46f407853014+incompatible
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading oras.land/oras-go/v2 v2.6.0
go: downloading github.com/cyphar/filepath-securejoin v0.6.1
go: downloading github.com/opencontainers/image-spec v1.1.1
go: downloading github.com/casbin/casbin/v2 v2.135.0
go: downloading github.com/casbin/govaluate v1.10.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
go: downloading sigs.k8s.io/structured-merge-diff/v6 v6.3.2
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/emicklei/go-restful/v3 v3.12.2
go: downloading github.com/go-openapi/jsonreference v0.21.5
go: downloading github.com/go-openapi/swag v0.23.1
go: downloading github.com/google/gnostic-models v0.7.0
go: downloading github.com/clipperhouse/uax29/v2 v2.6.0
go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
go: downloading github.com/vmihailenco/msgpack/v5 v5.4.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/bombsimon/logrusr/v4 v4.1.0
go: downloading github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading k8s.io/cli-runtime v0.34.0
go: downloading k8s.io/component-base v0.34.0
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/go-redis/cache/v9 v9.0.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8
go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
go: downloading github.com/google/go-github/v84 v84.0.0
go: downloading dario.cat/mergo v1.0.2
go: downloading github.com/ProtonMail/go-crypto v1.1.6
go: downloading github.com/go-git/go-billy/v5 v5.6.2
go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.3.1
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/google/go-querystring v1.2.0
go: downloading cloud.google.com/go/compute/metadata v0.9.0
go: downloading github.com/dlclark/regexp2 v1.11.5
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading golang.org/x/sync v0.22.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/fxamacker/cbor/v2 v2.9.0
go: downloading golang.org/x/time v0.15.0
go: downloading github.com/go-openapi/jsonpointer v0.22.5
go: downloading github.com/mailru/easyjson v0.9.0
go: downloading go.uber.org/atomic v1.11.0
go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0
go: downloading github.com/moby/spdystream v0.5.1
go: downloading sigs.k8s.io/kustomize/api v0.20.1
go: downloading sigs.k8s.io/kustomize/kyaml v0.20.1
go: downloading github.com/chai2010/gettext-go v1.0.3
go: downloading github.com/MakeNowJust/heredoc v1.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f
go: downloading github.com/klauspost/compress v1.19.1
go: downloading github.com/vmihailenco/go-tinylfu v0.2.2
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.2.1
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/pjbgf/sha1cd v0.3.2
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading cyphar.com/go-pathrs v0.2.1
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/go-openapi/swag/jsonname v0.25.5
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading github.com/moby/term v0.5.2
go: downloading github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading github.com/cloudflare/circl v1.6.3
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/google/btree v1.1.3
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/go-errors/errors v1.5.1
go: downloading github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c
go: downloading github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
go: downloading github.com/xlab/treeprint v1.2.0
go: github.com/ivanklee86/tangle/internal/argocd imports
	github.com/argoproj/argo-cd/v3/pkg/apis/application/v1alpha1 imports
	github.com/argoproj/argo-cd/gitops-engine/pkg/health: github.com/argoproj/argo-cd/gitops-engine@v0.7.1-0.20250908182407-97ad5b59a627: invalid version: missing github.com/argoproj/argo-cd/gitops-engine/go.mod at revision 97ad5b59a627
go: github.com/ivanklee86/tangle/internal/argocd imports
	github.com/argoproj/argo-cd/v3/pkg/apis/application/v1alpha1 imports
	github.com/argoproj/argo-cd/gitops-engine/pkg/sync/common: github.com/argoproj/argo-cd/gitops-engine@v0.7.1-0.20250908182407-97ad5b59a627: invalid version: missing github.com/argoproj/argo-cd/gitops-engine/go.mod at revision 97ad5b59a627
go: github.com/ivanklee86/tangle/internal/argocd imports
	github.com/argoproj/argo-cd/v3/pkg/apis/application/v1alpha1 imports
	github.com/argoproj/argo-cd/gitops-engine/pkg/utils/kube: github.com/argoproj/argo-cd/gitops-engine@v0.7.1-0.20250908182407-97ad5b59a627: invalid version: missing github.com/argoproj/argo-cd/gitops-engine/go.mod at revision 97ad5b59a627
go: github.com/ivanklee86/tangle/internal/argocd imports
	github.com/argoproj/argo-cd/v3/pkg/apiclient imports
	github.com/argoproj/argo-cd/v3/util/argo imports
	github.com/argoproj/argo-cd/gitops-engine/pkg/cache: github.com/argoproj/argo-cd/gitops-engine@v0.7.1-0.20250908182407-97ad5b59a627: invalid version: missing github.com/argoproj/argo-cd/gitops-engine/go.mod at revision 97ad5b59a627
go: github.com/ivanklee86/tangle/internal/argocd imports
	github.com/argoproj/argo-cd/v3/pkg/apiclient imports
	github.com/argoproj/argo-cd/v3/util/kube imports
	github.com/argoproj/argo-cd/gitops-engine/pkg/diff: github.com/argoproj/argo-cd/gitops-engine@v0.7.1-0.20250908182407-97ad5b59a627: invalid version: missing github.com/argoproj/argo-cd/gitops-engine/go.mod at revision 97ad5b59a627
go: github.com/ivanklee86/tangle/internal/argocd imports
	github.com/argoproj/argo-cd/v3/pkg/apiclient imports
	github.com/argoproj/argo-cd/v3/util/kube imports
	github.com/argoproj/argo-cd/gitops-engine/pkg/utils/tracing: github.com/argoproj/argo-cd/gitops-engine@v0.7.1-0.20250908182407-97ad5b59a627: invalid version: missing github.com/argoproj/argo-cd/gitops-engine/go.mod at revision 97ad5b59a627
go: github.com/ivanklee86/tangle/internal/argocd imports
	github.com/argoproj/argo-cd/v3/pkg/apis/application/v1alpha1 imports
	github.com/argoproj/argo-cd/v3/util/git imports
	github.com/argoproj/argo-cd/gitops-engine/pkg/utils/io: github.com/argoproj/argo-cd/gitops-engine@v0.7.1-0.20250908182407-97ad5b59a627: invalid version: missing github.com/argoproj/argo-cd/gitops-engine/go.mod at revision 97ad5b59a627
go: github.com/ivanklee86/tangle/internal/argocd imports
	github.com/argoproj/argo-cd/v3/pkg/apis/application/v1alpha1 imports
	github.com/argoproj/argo-cd/v3/util/git imports
	github.com/argoproj/argo-cd/gitops-engine/pkg/utils/text: github.com/argoproj/argo-cd/gitops-engine@v0.7.1-0.20250908182407-97ad5b59a627: invalid version: missing github.com/argoproj/argo-cd/gitops-engine/go.mod at revision 97ad5b59a627

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