Skip to content

deps(deps): update all non-major dependencies#381

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

deps(deps): update all non-major dependencies#381
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Mar 5, 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
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.9.1v0.12.0 age confidence
github.com/go-logr/logr v1.4.2v1.4.3 age confidence
github.com/google/go-containerregistry v0.20.3v0.21.7 age confidence
github.com/onsi/ginkgo/v2 v2.22.2v2.32.0 age confidence
github.com/onsi/gomega v1.36.2v1.42.1 age confidence
github.com/sigstore/cosign/v2 v2.4.3v2.6.3 age confidence
github.com/sigstore/sigstore v1.8.15v1.10.8 age confidence
github.com/stretchr/testify v1.10.0v1.11.1 age confidence
k8s.io/api v0.32.2v0.36.2 age confidence
k8s.io/apimachinery v0.32.2v0.36.2 age confidence
k8s.io/client-go v0.32.2v0.36.2 age confidence
k8s.io/klog/v2 v2.130.1v2.140.0 age confidence
sigs.k8s.io/cluster-api v1.9.5v1.13.3 age confidence
sigs.k8s.io/controller-runtime v0.20.2v0.24.1 age confidence

Release Notes

awslabs/amazon-ecr-credential-helper (github.com/awslabs/amazon-ecr-credential-helper/ecr-login)

v0.12.0: Amazon ECR Credential Helper - Release v0.12.0

Compare Source

  • Support dual stack ECR public endpoint (#​1055)
  • Migrate MD5 to SHA256 for cache key (#​1064).
  • Add url redactor (#​1056).
  • Drop golang 1.24 support.
  • Upgrade dependencies.

Assets

v0.11.0: Amazon ECR Credential Helper - Release v0.11.0

Compare Source

  • Add support for AWS EUSC partition (#​1034).
  • Upgrade dependencies.

Assets

v0.10.1: Amazon ECR Credential Helper - Release v0.10.1

Compare Source

  • Drop golang 1.22 support.
  • Upgrade dependencies.

Assets

v0.10.0: Amazon ECR Credential Helper - Release v0.10.0

Compare Source

  • Enhancement - Updated ECR pattern for ECR dual-stack endpoints for IPv6 support. (#​967)

Assets

go-logr/logr (github.com/go-logr/logr)

v1.4.3

Compare Source

Minor release.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.2...v1.4.3

google/go-containerregistry (github.com/google/go-containerregistry)

v0.21.7

Compare Source

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.21.6...v0.21.7

v0.21.6

Compare Source

What's Changed
New Contributors

Full Changelog: google/go-containerregistry@v0.21.5...v0.21.6

v0.21.5

Compare Source

What's Changed

Full Changelog: google/go-containerregistry@v0.21.4...v0.21.5

v0.21.4

Compare Source

What's Changed
New Contributors

Full Changelog: google/go-containerregistry@v0.21.3...v0.21.4

v0.21.3

Compare Source

What's Changed
New Contributors

Full Changelog: google/go-containerregistry@v0.21.2...v0.21.3

v0.21.2

Compare Source

What's Changed

Full Changelog: google/go-containerregistry@v0.21.1...v0.21.2

v0.21.1

Compare Source

This release fixes a regression in crane introduced in the previous release.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.21.0...v0.21.1

v0.21.0

Compare Source

This release updates the minimum Go version to 1.25.6.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.7...v0.21.0

v0.20.8

Compare Source

v0.20.7

Compare Source

What's Changed
New Contributors

Full Changelog: google/go-containerregistry@v0.20.6...v0.20.7

v0.20.6

Compare Source

What's Changed
New Contributors

Full Changelog: google/go-containerregistry@v0.20.4...v0.20.6

v0.20.5

Compare Source

What's Changed
New Contributors

Full Changelog: google/go-containerregistry@v0.20.3...v0.20.5

v0.20.4: - Not usable as a go module

Compare Source

🚨 This release was published to the Go module proxy and then re-tagged with a different commit. This means it's not usable as a Go module (#​2107) -- please us v0.20.5 instead.

What's Changed
New Contributors

Full Changelog: google/go-containerregistry@v0.20.3...v0.20.4

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.32.0

Compare Source

2.32.0

-fd generate RSpec-style documentation output. Thank @​woodie !
--sleep-on-failure pauses a failed spec before teardown. Thanks @​qinqon !

v2.31.0

Compare Source

2.31.0

Add a bunch of Claude Skills via the marketplace:

/plugin marketplace add onsi/ginkgo
/plugin install ginkgo@ginkgo

v2.30.0

Compare Source

2.30.0

Features

Ginkgo now allows extentions/global.Reset to support running multiple suites from within a single process. This may take some massaging on your part (see 1672) but can dramatically speed up codebases with O(hundreds) of test suites.

Thanks @​lawrencejones !

Fixes
  • Fix nested --github-output group for progress report nested inside timeline [4f62d7a]

v2.29.0

Compare Source

2.29.0

GinkgoHelperGo makes it easier to write test helpers that need to run in goroutines. Specifically, it makes managing the failure state and capturing failure panics correctly straightforward.

ginkgo outline now includes entries defined in DescribeTableSubtree

v2.28.3

Compare Source

2.28.3

Maintenance

Bump all dependencies

v2.28.2

Compare Source

2.28.2

  • Add ArtifactDir() to support Go 1.26 testing.TB interface [f3a36b6]
  • Implement shell completion [94151c8]
  • Add asan CLI option mirroring msan implementation [4d21dbb]
  • Bump uri from 1.0.3 to 1.0.4 in /docs (#​1630) [c102161]
  • fix aspect ratio [9619647]
  • update logos [5779304]

v2.28.1

Compare Source

2.28.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

v2.28.0

Compare Source

2.28.0

Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:

It("should work in a specific version range (1.0.0, 2.0.0) and third-party dependency redis in [8.0.0, ~)", SemVerConstraint(">= 3.2.0"), ComponentSemVerConstraint("redis", ">= 8.0.0") func() {
    // This test will only run when version is between 1.0.0 (exclusive) and 2.0.0 (exclusive) and redis version is >= 8.0.0
})

can be filtered in or out with an invocation like:

ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"

Huge thanks to [@​I

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 requested a review from a team as a code owner March 5, 2025 10:36
@renovate renovate Bot requested a review from arturshadnik March 5, 2025 10:36
@renovate

renovate Bot commented Mar 5, 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):

  • 55 additional dependencies were updated

Details:

Package Change
cel.dev/expr v0.19.0 -> v0.19.1
github.com/aws/aws-sdk-go-v2 v1.36.1 -> v1.36.3
github.com/aws/aws-sdk-go-v2/config v1.29.6 -> v1.29.10
github.com/aws/aws-sdk-go-v2/credentials v1.17.59 -> v1.17.63
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.28 -> v1.16.30
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.32 -> v1.3.34
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.32 -> v2.6.34
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.2 -> v1.8.3
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 -> v1.12.3
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.13 -> v1.12.15
github.com/aws/aws-sdk-go-v2/service/sso v1.24.15 -> v1.25.1
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.14 -> v1.29.2
github.com/aws/aws-sdk-go-v2/service/sts v1.33.14 -> v1.33.17
github.com/emicklei/go-restful/v3 v3.12.1 -> v3.12.2
github.com/go-jose/go-jose/v4 v4.0.4 -> v4.0.5
github.com/go-openapi/errors v0.22.0 -> v0.22.1
github.com/go-openapi/swag v0.23.0 -> v0.23.1
github.com/golang-jwt/jwt/v4 v4.5.1 -> v4.5.2
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad -> v0.0.0-20250403155104-27863c87afa6
github.com/in-toto/attestation v1.1.0 -> v1.1.1
github.com/mailru/easyjson v0.7.7 -> v0.9.0
github.com/prometheus/client_golang v1.20.5 -> v1.21.1
github.com/sagikazarmark/locafero v0.4.0 -> v0.7.0
github.com/sigstore/protobuf-specs v0.4.0 -> v0.4.1
github.com/sigstore/sigstore-go v0.7.0 -> v0.7.1
github.com/sigstore/timestamp-authority v1.2.4 -> v1.2.5
github.com/spf13/afero v1.11.0 -> v1.12.0
github.com/spf13/cast v1.7.0 -> v1.7.1
github.com/spf13/viper v1.19.0 -> v1.20.1
gitlab.com/gitlab-org/api/client-go v0.123.0 -> v0.127.0
go.opentelemetry.io/otel v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/metric v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/sdk v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/trace v1.34.0 -> v1.35.0
golang.org/x/crypto v0.33.0 -> v0.37.0
golang.org/x/mod v0.22.0 -> v0.24.0
golang.org/x/net v0.35.0 -> v0.38.0
golang.org/x/oauth2 v0.26.0 -> v0.29.0
golang.org/x/sync v0.11.0 -> v0.13.0
golang.org/x/sys v0.30.0 -> v0.32.0
golang.org/x/term v0.29.0 -> v0.31.0
golang.org/x/text v0.22.0 -> v0.24.0
golang.org/x/time v0.10.0 -> v0.11.0
golang.org/x/tools v0.29.0 -> v0.31.0
gomodules.xyz/jsonpatch/v2 v2.4.0 -> v2.5.0
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f -> v0.0.0-20250303144028-a0af3efb3deb
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 -> v0.0.0-20250313205543-e70fdf4c4cb4
google.golang.org/grpc v1.70.0 -> v1.71.0
google.golang.org/protobuf v1.36.5 -> v1.36.6
k8s.io/apiextensions-apiserver v0.32.1 -> v0.32.3
k8s.io/apiserver v0.32.1 -> v0.32.3
k8s.io/component-base v0.32.1 -> v0.32.3
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 -> v0.0.0-20241210054802-24370beab758
sigs.k8s.io/release-utils v0.11.0 -> v0.11.1

@dosubot dosubot Bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Mar 5, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 5, 2025
@renovate renovate Bot changed the title deps(deps): update module github.com/sigstore/sigstore to v1.9.0 deps(deps): update all non-major dependencies Mar 6, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 7653d9b to 740ac02 Compare March 6, 2025 02:35
renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 6, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 8, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 10, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 12, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 18, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 19, 2025
renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 20, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9736c59 to 72cb251 Compare April 29, 2025 19:29
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fac8007 to 2947ddd Compare May 23, 2025 00:07
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 2947ddd to dbeef25 Compare May 28, 2025 18:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1c25115 to 68d28ca Compare June 17, 2025 20:56
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 68d28ca to d62431a Compare June 19, 2025 21:58
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 539dfaf to b2761ce Compare July 17, 2025 22:40
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 347cd4a to 1b5ff66 Compare July 29, 2025 03:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 06dd8dd to be6bce8 Compare August 19, 2025 16:11
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a9beb66 to 029d318 Compare August 24, 2025 17:07
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants