-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update go updates #31
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum
|
f4bb061
to
c4a602f
Compare
41c03d6
to
c8af392
Compare
15996bf
to
741119e
Compare
9b9786f
to
3eb229e
Compare
a8d8fe2
to
ec43b3a
Compare
e8ac277
to
c6edc2c
Compare
092c1f2
to
070898c
Compare
070898c
to
d756a3f
Compare
d756a3f
to
80123f5
Compare
838bf35
to
f2d8766
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs revision.
go.mod
Outdated
github.com/imdario/mergo v0.3.6 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/gorilla/websocket v1.5.1 // indirect | ||
github.com/imdario/mergo v1.0.0 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change to Mergo requires additional action: we either need to change the reference in the dependency (if we can) to dario.cat/mergo
or we need to add a replace
directive here:
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16
1739d8f
to
41147d5
Compare
41147d5
to
c80953c
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Signed-off-by: Platform Engineering Bot <[email protected]>
967a1b4
to
fe79e2c
Compare
This PR contains the following updates:
v3.11.0
->v3.12.0
v1.3.0
->v1.4.1
v0.19.6
->v0.21.0
v0.20.2
->v0.21.0
v0.22.3
->v0.23.0
v1.5.3
->v1.5.4
v1.3.0
->v1.6.0
v1.5.0
->v1.5.1
v0.3.6
->v1.0.0
v1.7.0
->v1.8.0
v0.19.0
->v0.24.0
v0.10.0
->v0.19.0
v0.15.0
->v0.19.0
v0.15.0
->v0.19.0
v0.3.0
->v0.5.0
v1.6.7
->v2.0.6
v1.31.0
->v1.33.0
v2.4.0
->v3.0.1
v2.110.1
->v2.120.1
2dd684a
->dc4e619
3b25d92
->4693a02
v1.3.0
->v1.4.0
Release Notes
emicklei/go-restful (github.com/emicklei/go-restful/v3)
v3.12.0
Compare Source
v3.11.3
Compare Source
v3.11.2
Compare Source
v3.11.1
Compare Source
go-logr/logr (github.com/go-logr/logr)
v1.4.1
Compare Source
What's Changed
Full Changelog: go-logr/logr@v1.4.0...v1.4.1
v1.4.0
Compare Source
This release dramatically improves interoperability with Go's
log/slog
package. In particular,logr.NewContext
andlogr.NewContextWithSlogLogger
use the same context key, which allowslogr.FromContext
andlogr.FromContextAsSlogLogger
to returnlogr.Logger
or*slog.Logger
respectively, including transparently converting each to the other as needed.Functions
logr/slogr.NewLogr
andlogr/slogr.ToSlogHandler
have been superceded bylogr.FromSlogHandler
andlogr.ToSlogHandler
respectively, and typelogr/slogr.SlogSink
has been superceded bylogr.SlogSink
. All of the old names inlogr/slogr
remain, for compatibility.Package
logr/funcr
now supportslogr.SlogSink
, meaning that it's output passes all but one of the Slog conformance tests (that exception being thatfuncr
handles the timestamp itself).Users who have a
logr.Logger
and need a*slog.Logger
can callslog.New(logr.ToSlogHandler(...))
and all output will go through the same stack.Users who have a
*slog.Logger
orslog.Handler
can calllogr.FromSlogHandler(...)
and all output will go through the same stack.What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.3.0...v1.4.0
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)
v0.21.0
Compare Source
v0.20.3
Compare Source
v0.20.2
Compare Source
v0.20.1
Compare Source
v0.20.0
Compare Source
go-openapi/jsonreference (github.com/go-openapi/jsonreference)
v0.21.0
Compare Source
v0.20.5
Compare Source
v0.20.4
Compare Source
v0.20.3
Compare Source
go-openapi/swag (github.com/go-openapi/swag)
v0.23.0
Compare Source
v0.22.10
Compare Source
v0.22.9
Compare Source
v0.22.8
Compare Source
v0.22.7
Compare Source
v0.22.6
Compare Source
v0.22.5
Compare Source
v0.22.4
Compare Source
golang/protobuf (github.com/golang/protobuf)
v1.5.4
Compare Source
Notable changes
google/uuid (github.com/google/uuid)
v1.6.0
Compare Source
Features
Bug Fixes
v1.5.0
Compare Source
Features
v1.4.0
Compare Source
Features
Fixes
v1.3.1
Compare Source
Bug Fixes
gorilla/websocket (github.com/gorilla/websocket)
v1.5.1
Compare Source
What's Changed
New Contributors
Full Changelog: gorilla/websocket@v1.5.0...v1.5.1
imdario/mergo (github.com/imdario/mergo)
v1.0.0
: 1.0.0 released with new module URL: dario.cat/mergoCompare Source
This PR is a release containing 0.3.15 features but changing the module URL to
dario.cat/mergo
.What's Changed
Full Changelog: darccio/mergo@v0.3.16...v1.0.0
v0.3.16
: Announcement: v1.0.0 will be released on June 18thCompare Source
This release doesn't contain code changes.
After 10 years, with many corner cases covered, very few issues pending (at least, comparing them with the usage of the library as part of Docker, Kubernetes, Datadog's agent, etc.), and a very stable API, I think it's time to release a 1.0.0 version.
This version will be released under a vanity URL: dario.cat/mergo
PS: although I'll make sure that github.com/imdario/mergo will be available, I'm going to also change my GitHub handle, so expect for a few minutes to not be able to pull from github.com/imdario as I fork it from the new handle to the old one.
PS2: I'm creating a discussion for this release to make sure we can have a conversation around the topic, and anything else about Mergo that you care about.
v0.3.15
: Issues #131, #170, #220, and #202 fixedCompare Source
v0.3.14
: fix: Respect overwriteWithEmptySrc when merging maps #231Compare Source
v0.3.13
: Merging same-type slices supported, YAML upgraded to v3 (only used in tests), and more flexibility for transformersCompare Source
What's Changed
New Contributors
Full Changelog: darccio/mergo@0.3.12...v0.3.13
v0.3.12
: Some bug fixesCompare Source
Thanks to @abicky and @ndeloof to help to improve Mergo. They fixed issues #90 & #174.
v0.3.11
Compare Source
v0.3.10
: : frozen codebase + next stepsCompare Source
After the broken 0.3.9, I decided to revert the faulty PR #105, reopening the issues #90 and #103. Also, this release includes all the other pending bugs. As it is getting harder to modify the codebase, I decided to freeze it. I'm going to merge only PRs fixing bugs with proper tests.
On the other hand, I will start a new cleanroom implementation. Existing tests will be reviewed and used as "test subjects". Also, I plan to collect real-world examples to use them also as "test subjects" in a separate repository.
In this process, I would like to work from the bottom to the top, focusing on getting the core right. I plan to keep a legacy compatibility layer, but the new API may differ from the current one to allow better maintenance and new features.
v0.3.9
: Support for Struct in MapCompare Source
v0.3.8
: Several PRs mergedCompare Source
v0.3.7
Compare Source
Two PR merged to fix bugs. Thanks @requilence, @smgladkovskiy, @vdemeester and @luisdavim for your time!
arcalot/go-assert (go.arcalot.io/assert)
v1.8.0
: : Improved Panic AssertionsCompare Source
This release adds more functions for asserting that a panic has occurred. They allow validating that the value in the panic has the expected value.
Pull Requests
Full Changelog: arcalot/go-assert@v1.7.0...v1.8.0
golang/appengine (google.golang.org/appengine)
v2.0.6
Compare Source
What's Changed
New Contributors
Full Changelog: golang/appengine@v1.6.8...v2.0.6
v2.0.5
Compare Source
What's Changed
New Contributors
Full Changelog: golang/appengine@v2.0.4...v2.0.5
v2.0.4
Compare Source
What's Changed
New Contributors
Full Changelog: golang/appengine@v2.0.3...v2.0.4
v2.0.3
Compare Source
What's Changed
New Contributors
Full Changelog: golang/appengine@v2.0.2...v2.0.3
v2.0.2
: Release App Engine golang SDK v2.0.2Compare Source
What's Changed
New Contributors
Full Changelog: golang/appengine@v2.0.1...v2.0.2
v2.0.1
: Version 2.0.1Compare Source
v1.6.8
Compare Source
protocolbuffers/protobuf-go (google.golang.org/protobuf)
v1.33.0
Compare Source
This release contains one security fix:
encoding/protojson
:Unmarshal
could enter an infinite loop when unmarshaling certain forms of invalid JSON. This condition can occur when unmarshaling into a message which contains agoogle.protobuf.Any
value, or when theUnmarshalOptions.DiscardUnknown
option is set.Unmarshal
now correctly returns an error when handling these inputs. This is CVE-2024-24786.v1.32.0
Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.31.0...v1.32.0
This release contains commit protocolbuffers/protobuf-go@bfcd647, which fixes a denial of service vulnerability by preventing a stack overflow through a default maximum recursion limit. See https://github.com/golang/protobuf/issues/1583 and https://github.com/golang/protobuf/issues/1584 for details.
go-yaml/yaml (gopkg.in/yaml.v2)
v3.0.1
Compare Source
v3.0.0
Compare Source
kubernetes/klog (k8s.io/klog/v2)
v2.120.1
: Prepare klog release for Kubernetes v1.30 (Take 2)Compare Source
What's Changed
Full Changelog: kubernetes/klog@v2.120.0...v2.120.1
v2.120.0
: Prepare klog release for Kubernetes v1.30 (Take 1)Compare Source
What's Changed
New Contributors
Full Changelog: kubernetes/klog@v2.110.1...v2.120.0
kubernetes-sigs/yaml (sigs.k8s.io/yaml)
v1.4.0
Compare Source
Encoder#CompactSeqIndent()
encoder option to sigs.k8.io/goyaml.v3 to allow opting into indentation compatible with gopkg.in/yaml.v2Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.