Update all non-major dependencies (main) #594
Open
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:
v7.0.77
->v7.0.80
v0.27.0
->v0.29.0
v0.8.0
->v0.9.0
v1.61.0
->v1.62.0
v1.67.1
->v1.68.0
Release Notes
minio/minio-go (github.com/minio/minio-go/v7)
v7.0.80
: Bugfix ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: minio/minio-go@v7.0.79...v7.0.80
v7.0.79
: Bugfix ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: minio/minio-go@v7.0.78...v7.0.79
v7.0.78
: Bugfix ReleaseCompare Source
What's Changed
credentials.WithPolicy
method to narrow down policy by @ramondeklein in https://github.com/minio/minio-go/pull/2007=
character to tag validation regex by @cvignal in https://github.com/minio/minio-go/pull/2008New Contributors
Full Changelog: minio/minio-go@v7.0.77...v7.0.78
golangci/golangci-lint (golangci/golangci-lint)
v1.62.0
Compare Source
recvcheck
linter https://github.com/raeperd/recvcheckiface
linter https://github.com/uudashr/ifaceexecinquery
: deprecation step 2gomnd
: deprecation step 2 (replaced bymnd
)bidichk
: from 0.2.7 to 0.3.2 (important performance improvement)canonicalheader
: from 1.1.1 to 1.1.2cyclop
: from 1.2.1 to 1.2.3dupword
: from 0.1.1 to 0.1.3errcheck
: from 1.7.0 to 1.8.0errchkjson
: from 0.3.6 to 0.4.0errname
: from 0.1.13 to 1.0.0ginkgolinter
: from 0.17.0 to 0.18.0 (new option:force-succeed
)go-check-sumtype
: from 0.1.4 to 0.2.0 (new option:default-signifies-exhaustive
)go-critic
: from 0.11.4 to 0.11.5go-printf-func-name
: from7558a9e
to v0.1.0godot
: from 1.4.17 to 1.4.18gosec
: from 2.21.2 to 2.21.4intrange
: from 0.2.0 to 0.2.1loggercheck
: from 0.9.4 to 0.10.1 (log/slog
support)musttag
: from 0.12.2 to 0.13.0nakedret
: from 2.0.4 to 2.0.5nilnil
: from 0.1.9 to 1.0.0 (new option:detect-opposite
)noctx
: from 0.0.2 to 0.1.0protogetter
: from 0.3.6 to 0.3.8revive
: from 1.3.9 to 1.5.0 (new rules:filename-format
, andfile-length-limit
)tenv
: from 1.10.0 to 1.12.1 (handle dot import)testifylint
: from 1.4.3 to 1.5.0 (new checkers:contains
,encoded-compare
,regexp
)exclude-dirs-use-default
forbidigo
pattern examples for built-in functionsgrpc/grpc-go (google.golang.org/grpc)
v1.68.0
: Release 1.68.0Compare Source
Known Issues
grpc.NewClient
function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. This bug has been present since the introduction ofNewClient
. A fix is expected to be a part of grpc-go v1.69. (#7556)Behavior Changes
ClientConn.Close()
now closes transports simultaneously and waits for transports to be closed before returning. (#7666)NewTLS
that usetls.Config.GetConfigForClient
will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using theGetConfigForClient
option. (#7709)Bug Fixes
Dependencies
go1.22.7
. (#7624)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 becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.