Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2025

ℹ️ 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.6.0 age confidence require minor
github.com/argoproj/argo-cd/v3 v3.1.7v3.2.6 age confidence require minor
github.com/go-chi/chi/v5 v5.2.3v5.2.4 age confidence require patch
github.com/gofiber/fiber/v2 v2.52.9v2.52.10 age confidence require patch
github.com/jedib0t/go-pretty/v6 v6.6.8v6.7.8 age confidence require minor
github.com/knadh/koanf/providers/file v1.2.0v1.2.1 age confidence require patch
github.com/spf13/cobra v1.10.1v1.10.2 age confidence require patch
go (source) 1.24.71.25.6 age confidence toolchain minor

Release Notes

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

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.2.6

Compare Source

v3.2.5

Compare Source

Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.5/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.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
Features
Bug fixes
Documentation
Dependency updates
Other work

Full Changelog: argoproj/argo-cd@v3.2.3...v3.2.5

v3.2.4

Compare Source

Important notice about this release

This release is invalid, please use the v3.2.5 instead.

v3.2.3

Compare Source

Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.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
Dependency updates

Full Changelog: argoproj/argo-cd@v3.2.2...v3.2.3

v3.2.2

Compare Source

Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.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
Documentation
Dependency updates
  • 95e7cdb: chore(deps): bumped k8s.io/kubernetes v1.34.0 to v1.34.2 - manual cherry-pick of 25682 for 3-2 (#​25687) (@​reggie-k)
  • 88fe638: chore(deps):bumped gitops-engine to v0.7.1-0.20251217140045-5baed5604d2d with bumped k8s.io/kubernetes to 1.34.2 (#​25708) (@​reggie-k)
Other work

Full Changelog: argoproj/argo-cd@v3.2.1...v3.2.2

v3.2.1

Compare Source

Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.1/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.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
Bug fixes
Documentation
Other work

Full Changelog: argoproj/argo-cd@v3.2.0...v3.2.1

v3.2.0

Compare Source

Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.0/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.0/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.

Please note that users operating large monorepos may encounter repo-server lock contention requiring pod restarts. A fix is under review and will be included in the next patch release.

Changelog
Features
Bug fixes

@github-actions
Copy link
Contributor

github-actions bot commented Aug 29, 2025

Test Results

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

Results for commit f6965e2. ± 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
Copy link
Contributor Author

renovate bot commented Nov 14, 2025

ℹ 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
Copy link
Contributor Author

renovate bot commented Dec 15, 2025

ℹ️ 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):

  • 42 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.20251217140045-5baed5604d2d
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/crypto v0.42.0 -> v0.46.0
golang.org/x/net v0.44.0 -> v0.47.0
golang.org/x/oauth2 v0.30.0 -> v0.31.0
golang.org/x/sync v0.17.0 -> v0.19.0
golang.org/x/sys v0.36.0 -> v0.39.0
golang.org/x/term v0.35.0 -> v0.38.0
golang.org/x/text v0.29.0 -> v0.32.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.2
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 from 7d5f0f0 to 6372e96 Compare December 17, 2025 02:10
@renovate renovate bot force-pushed the renovate/go.mod-dependencies branch 4 times, most recently from 410e845 to ceff5f8 Compare December 23, 2025 14:31
@renovate renovate bot force-pushed the renovate/go.mod-dependencies branch from ceff5f8 to c25f89f Compare December 24, 2025 14:01
@renovate renovate bot force-pushed the renovate/go.mod-dependencies branch 4 times, most recently from cf99692 to 78e955a Compare January 15, 2026 20:51
@renovate renovate bot force-pushed the renovate/go.mod-dependencies branch from 78e955a to f6965e2 Compare January 22, 2026 20:59
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.

1 participant