Skip to content

fix(deps): update all non-major dependencies#1398

Merged
wass3rw3rk merged 1 commit intomainfrom
renovate/all-minor-patch-digest-pin
Mar 6, 2026
Merged

fix(deps): update all non-major dependencies#1398
wass3rw3rk merged 1 commit intomainfrom
renovate/all-minor-patch-digest-pin

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/aws/aws-sdk-go-v2 v1.41.2v1.41.3 age confidence require patch
github.com/aws/aws-sdk-go-v2/config v1.32.10v1.32.11 age confidence require patch
github.com/aws/aws-sdk-go-v2/service/sts v1.41.7v1.41.8 age confidence require patch
github.com/gin-gonic/gin v1.11.0v1.12.0 age confidence require minor
github.com/minio/minio-go/v7 v7.0.98v7.0.99 age confidence require patch
github.com/urfave/cli/v3 v3.6.2v3.7.0 age confidence require minor
github/codeql-action v4.32.4v4.32.6 age confidence action patch
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.65.0v0.66.0 age confidence require minor
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.65.0v0.66.0 age confidence require minor
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0v0.66.0 age confidence require minor
go.opentelemetry.io/otel v1.40.0v1.41.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0v1.41.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0v1.41.0 age confidence require minor
go.opentelemetry.io/otel/sdk v1.40.0v1.41.0 age confidence require minor
go.opentelemetry.io/otel/trace v1.40.0v1.41.0 age confidence require minor
k8s.io/apimachinery v0.35.1v0.35.2 age confidence require patch

Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.41.3

Compare Source

gin-gonic/gin (github.com/gin-gonic/gin)

v1.12.0

Compare Source

Features
  • feat(render): add bson protocol (#​4145)
  • feat(context): add GetError and GetErrorSlice methods for error retrieval (#​4502)
  • feat(binding): add support for encoding.UnmarshalText in uri/query binding (#​4203)
  • feat(gin): add option to use escaped path (#​4420)
  • feat(context): add Protocol Buffers support to content negotiation (#​4423)
  • feat(context): implemented Delete method (#​38e7651)
  • feat(logger): color latency (#​4146)
Enhancements
  • perf(tree): reduce allocations in findCaseInsensitivePath (#​4417)
  • perf(recovery): optimize line reading in stack function (#​4466)
  • perf(path): replace regex with custom functions in redirectTrailingSlash (#​4414)
  • perf(tree): optimize path parsing using strings.Count (#​4246)
  • chore(logger): allow skipping query string output (#​4547)
  • chore(context): always trust xff headers from unix socket (#​3359)
  • chore(response): prevent Flush() panic when the underlying ResponseWriter does not implement http.Flusher (#​4479)
  • refactor(recovery): smart error comparison (#​4142)
  • refactor(context): replace hardcoded localhost IPs with constants (#​4481)
  • refactor(utils): move util functions to utils.go (#​4467)
  • refactor(binding): use maps.Copy for cleaner map handling (#​4352)
  • refactor(context): using maps.Clone (#​4333)
  • refactor(ginS): use sync.OnceValue to simplify engine function (#​4314)
  • refactor: replace magic numbers with named constants in bodyAllowedForStatus (#​4529)
  • refactor: for loop can be modernized using range over int (#​4392)
Bug Fixes
  • fix(tree): panic in findCaseInsensitivePathRec with RedirectFixedPath (#​4535)
  • fix(render): write content length in Data.Render (#​4206)
  • fix(context): ClientIP handling for multiple X-Forwarded-For header values (#​4472)
  • fix(binding): empty value error (#​2169)
  • fix(recover): suppress http.ErrAbortHandler in recover (#​4336)
  • fix(gin): literal colon routes not working with engine.Handler() (#​4415)
  • fix(gin): close os.File in RunFd to prevent resource leak (#​4422)
  • fix(response): refine hijack behavior for response lifecycle (#​4373)
  • fix(binding): improve empty slice/array handling in form binding (#​4380)
  • fix(debug): version mismatch (#​4403)
  • fix: correct typos, improve documentation clarity, and remove dead code (#​4511)
Build process updates / CI
  • ci: update Go version support to 1.25+ across CI and docs (#​4550)
  • chore(binding): upgrade bson dependency to mongo-driver v2 (#​4549)
minio/minio-go (github.com/minio/minio-go/v7)

v7.0.99

Compare Source

urfave/cli (github.com/urfave/cli/v3)

v3.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.6.2...v3.7.0

github/codeql-action (github/codeql-action)

v4.32.6

Compare Source

v4.32.5

Compare Source

  • Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #​3507
  • Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #​3487
  • The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #​3515
  • Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #​3516
  • Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #​3498
  • Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #​3512
  • The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #​3503, #​3504
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.41.0: /v0.63.0/v0.17.0/v0.0.15

Compare Source

This release is the last to support Go 1.24.
The next release will require at least Go 1.25.

Added
Fixed
  • Update Baggage in go.opentelemetry.io/otel/propagation and Parse and New in go.opentelemetry.io/otel/baggage to comply with W3C Baggage specification limits.
    New and Parse now return partial baggage along with an error when limits are exceeded.
    Errors from baggage extraction are reported to the global error handler. (#​7880)

What's Changed

New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.40.0...v1.41.0

kubernetes/apimachinery (k8s.io/apimachinery)

v0.35.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 added the dependencies Indicates a change to dependencies label Feb 27, 2026
@renovate renovate bot requested a review from a team as a code owner February 27, 2026 09:17
@codecov
Copy link

codecov bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.25%. Comparing base (b63ff11) to head (24aa802).
⚠️ Report is 1 commits behind head on main.

❌ Your project status has failed because the head coverage (58.25%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1398   +/-   ##
=======================================
  Coverage   58.25%   58.25%           
=======================================
  Files         660      660           
  Lines       25286    25286           
=======================================
  Hits        14730    14730           
  Misses       9872     9872           
  Partials      684      684           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 6834855 to c0fe93f Compare February 28, 2026 12:48
@renovate renovate bot changed the title fix(deps): update module k8s.io/apimachinery to v0.35.2 fix(deps): update all non-major dependencies Feb 28, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Feb 28, 2026

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

  • 18 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/credentials v1.19.10 -> v1.19.11
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.18 -> v1.18.19
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.18 -> v1.4.19
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.18 -> v2.7.19
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 -> v1.8.5
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.5 -> v1.13.6
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.18 -> v1.13.19
github.com/aws/aws-sdk-go-v2/service/signin v1.0.6 -> v1.0.7
github.com/aws/aws-sdk-go-v2/service/sso v1.30.11 -> v1.30.12
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.15 -> v1.35.16
github.com/aws/smithy-go v1.24.1 -> v1.24.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 -> v2.28.0
go.opentelemetry.io/otel/metric v1.40.0 -> v1.41.0
golang.org/x/arch v0.23.0 -> v0.24.0
golang.org/x/net v0.49.0 -> v0.51.0
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 -> v0.0.0-20260209200024-4cfbd4190f57
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 -> v0.0.0-20260209200024-4cfbd4190f57
google.golang.org/grpc v1.78.0 -> v1.79.1

@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 13 times, most recently from f6ca277 to 677f86f Compare March 6, 2026 13:33
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 677f86f to 24aa802 Compare March 6, 2026 17:07
@wass3rw3rk wass3rw3rk merged commit b39ade0 into main Mar 6, 2026
11 of 14 checks passed
@wass3rw3rk wass3rw3rk deleted the renovate/all-minor-patch-digest-pin branch March 6, 2026 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Indicates a change to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants