-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all non-major go dependencies #89
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
requested review from
mnencia,
phisco,
sxd and
armru
as code owners
October 1, 2024 13:56
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
October 1, 2024 16:55
cce01f7
to
134f367
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
October 2, 2024 07:10
134f367
to
ba90968
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
October 2, 2024 19:09
ba90968
to
dad0095
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
October 2, 2024 21:06
dad0095
to
914673e
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
October 3, 2024 09:52
914673e
to
11b087a
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
October 3, 2024 22:21
11b087a
to
cc6c924
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
October 4, 2024 10:27
cc6c924
to
d19c2a7
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
December 19, 2024 18:03
471faea
to
6e7a7a7
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
December 20, 2024 01:25
6e7a7a7
to
41641e8
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
December 20, 2024 10:05
41641e8
to
3de3e34
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
December 20, 2024 14:31
3de3e34
to
4ca08dc
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
December 20, 2024 19:20
4ca08dc
to
817b0e5
Compare
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
December 23, 2024 10:47
817b0e5
to
6725a15
Compare
| datasource | package | from | to | | ---------- | ----------------------------------------------- | ---------------------------------- | ---------------------------------- | | go | github.com/cloudnative-pg/api | v0.0.0-20241004125129-98baa9f4957b | v0.0.0-20241223102100-f6c896163b47 | | go | github.com/cloudnative-pg/cnpg-i | v0.0.0-20240820123829-5844b833f4eb | v0.0.0-20241218212131-cbc4287931ee | | go | github.com/cloudnative-pg/machinery | v0.0.0-20241001153943-0e5ba4f9a0e1 | v0.0.0-20241219132510-3910a89a1a69 | | go | github.com/grpc-ecosystem/go-grpc-middleware/v2 | v2.1.0 | v2.2.0 | | go | github.com/onsi/ginkgo/v2 | v2.20.2 | v2.22.1 | | go | github.com/onsi/gomega | v1.34.2 | v1.36.1 | | go | google.golang.org/grpc | v1.65.0 | v1.69.2 | | go | k8s.io/api | v0.31.1 | v0.32.0 | | go | k8s.io/apimachinery | v0.31.1 | v0.32.0 | | go | sigs.k8s.io/controller-runtime | v0.19.0 | v0.19.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
bot
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
December 23, 2024 14:40
6725a15
to
de0749a
Compare
Api library changed the type. Follow the change. Signed-off-by: Francesco Canovai <[email protected]>
fcanovai
force-pushed
the
renovate/all-non-major-go-dependencies
branch
from
December 23, 2024 16:06
5f96c56
to
6eaf6f2
Compare
fcanovai
approved these changes
Dec 23, 2024
leonardoce
approved these changes
Dec 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
98baa9f
->f6c8961
5844b83
->cbc4287
0e5ba4f
->3910a89
v2.1.0
->v2.2.0
v2.20.2
->v2.22.1
v1.34.2
->v1.36.1
v1.65.0
->v1.69.2
v0.31.1
->v0.32.0
v0.31.1
->v0.32.0
v0.19.0
->v0.19.3
Release Notes
grpc-ecosystem/go-grpc-middleware (github.com/grpc-ecosystem/go-grpc-middleware/v2)
v2.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.1.0...v2.2.0
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.22.1
Compare Source
2.22.1
Fixes
Fix CSV encoding
aab3da6
]c09df39
]96a80fc
]43dad69
]Maintenance
c88c634
]4df44bf
]v2.22.0
Compare Source
2.22.0
Features
0fcaa08
]This allows serial tests to be filtered using the
label-filter
Maintenance
Various doc fixes
v2.21.0
Compare Source
2.21.0
Features
a69eb39
]bcab9c8
]Fixes
e548367
]SpecsThatWillBeRun
withSpecsThatWillRun
[
c2c4d3c
]Maintenance
7e65a00
]onsi/gomega (github.com/onsi/gomega)
v1.36.1
Compare Source
1.36.1
Fixes
1c6c112
]4feb9d7
]v1.36.0
Compare Source
1.36.0
Features
4c964c6
]Maintenance
ece6872
]8e924d7
]v1.35.1
Compare Source
1.35.1
Fixes
ca36da1
]v1.35.0
Compare Source
1.35.0
Features
EnforceDefaultTimeoutsWhenUsingContexts()
to haveEventually
honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265
]StopTrying(message).Successfully()
to abort aConsistently
early without failure [eeca931
]Fixes
HaveField
to avoid unexpected errors when used with async assertions. [3bdbc4e
]Maintenance
a05a416
]grpc/grpc-go (google.golang.org/grpc)
v1.69.2
: Release 1.69.2Compare Source
Bug Fixes
Metrics
/etc) that were moved to the stats package (#7929).v1.69.0
: Release 1.69.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. A fix is expected to be a part of grpc-go v1.70. (#7556)New Features
pickfirst
LB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in RFC-8305 section 4, to attempt connections to multiple backends concurrently. The experimentalpickfirst
policy can be enabled by setting the environment variableGRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST
totrue
. (#7725, #7742)pick_first
load balancing policy (#7839)MethodHandler
, which is the type of an already-exported field inMethodDesc
(#7796)Bug Fixes
Behavior Changes
pick_first
LB policy to manage connections (#7826)API Changes
balancer.SubConn
interface to force implementors to embed a delegate implementation. This requirement is present in the interface documentation, but wasn't enforced earlier. (#7840)Performance Improvements
ReadAll()
method for more efficientio.Reader
consumption (#7653)Documentation
v1.68.2
: Release 1.68.2Compare Source
Dependencies
stats/opentelemetry
module and instead add the experimental packages it contains directly into the maingoogle.golang.org/grpc
module (#7936)v1.68.1
: Release 1.68.1Compare Source
Bug Fixes
Dependencies
go1.22.7
togo1.22
. (#7831)v1.68.0
: Release 1.68.0Compare Source
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)v1.67.3
: Release 1.67.3Compare Source
Dependencies
stats/opentelemetry
module and instead add the experimental packages it contains directly into the maingoogle.golang.org/grpc
module.v1.67.2
: Release 1.67.2Compare Source
Bug Fixes
v1.67.1
: Release 1.67.1Compare Source
Bug Fixes
v1.67.0
: Release 1.67.0Compare Source
Bug Fixes
Behavior Changes
GRPC_ENFORCE_ALPN_ENABLED
tofalse
(case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#7535)v1.66.3
: Release 1.66.3Compare Source
Bug Fixes
v1.66.2
: Release 1.66.2Compare Source
Dependencies
testing
package (#7579)flate
package (#7595)Bug Fixes
v1.66.1
Compare Source
v1.66.0
: Release 1.66.0Compare Source
New Features
ValueFromIncomingContext
(#7368)WaitForStateChange
andGetState
methods, which were previously experimental. (#7425)total_issued_requests
field. (#7544)Bug Fixes
conn.Write
returns errors (#7394)Performance Improvements
Codec
which uses buffer recycling for encoded message (#7356)mem
package to facilitate buffer reuse (#7432)v1.65.1
: Release 1.65.1Compare Source
Bug Fixes
kubernetes/api (k8s.io/api)
v0.32.0
Compare Source
v0.31.4
Compare Source
v0.31.3
Compare Source
v0.31.2
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.32.0
Compare Source
v0.31.4
Compare Source
v0.31.3
Compare Source
v0.31.2
Compare Source
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.19.3
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.19.2...v0.19.3
v0.19.2
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.19.1...v0.19.2
v0.19.1
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.19.0...v0.19.1
Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.