-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update everything #71
base: master
Are you sure you want to change the base?
Conversation
Here's the code health analysis summary for commits Analysis Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #71 +/- ##
==========================================
- Coverage 81.73% 79.57% -2.16%
==========================================
Files 22 22
Lines 2163 2517 +354
==========================================
+ Hits 1768 2003 +235
- Misses 305 424 +119
Partials 90 90 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
46717f3
to
81221d0
Compare
81221d0
to
83aaaad
Compare
83aaaad
to
cdc04b1
Compare
cdc04b1
to
52fc923
Compare
52fc923
to
5303a67
Compare
DO NOT MERGE |
5303a67
to
59ea101
Compare
59ea101
to
8d57bea
Compare
8d57bea
to
20ec82e
Compare
fe3ef2e
to
45621e7
Compare
45621e7
to
d9068dc
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
7be2810
to
a713d2c
Compare
73d588f
to
833b97b
Compare
cb363f4
to
0caf6d9
Compare
1a0cd95
to
3d16096
Compare
3d16096
to
10cbc31
Compare
10cbc31
to
c414a80
Compare
This PR contains the following updates:
v0.24.0
->v0.25.0
v2.34.0
->v2.35.0
v0.41.2
->v0.48.0
v2.20.2
->v2.22.0
v1.34.2
->v1.36.0
1.22.5
->1.23.3
v0.4.0
->v0.5.0
1.22
->1.23
v1.67.1
->v1.68.0
v1.35.1
->v1.35.2
v6.0.0
->v6.1.0
Release Notes
hashicorp/terraform-plugin-go (github.com/hashicorp/terraform-plugin-go)
v0.25.0
Compare Source
NOTES:
EphemeralResourceServer
implementation as part ofProviderServer
. (#441)FEATURES:
hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)
v2.35.0
Compare Source
NOTES:
terraform-plugin-framework
orterraform-plugin-mux
in the future. (#1390)indykite/indykite-sdk-go (github.com/indykite/indykite-sdk-go)
v0.48.0
Compare Source
Features
v0.47.0
Compare Source
Features
Miscellaneous Chores
v0.46.0
Compare Source
Features
v0.45.1
Compare Source
Bug Fixes
v0.45.0
Compare Source
Features
Bug Fixes
v0.44.0
Compare Source
Features
v0.43.0
Compare Source
Features
v0.42.0
Compare Source
Features
onsi/ginkgo (github.com/onsi/ginkgo/v2)
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.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
]golang/go (go)
v1.23.3
v1.23.2
v1.23.1
v1.23.0
v1.22.9
v1.22.8
v1.22.7
v1.22.6
uber/mock (go.uber.org/mock)
v0.5.0
Compare Source
0.5.0 (15 Oct 2024)
Added
--write_command_comment
flag to specify whether to includeGenerated by this command
comment.--build_constraint
flag to add//go:build
directivesto generated mocks
of --exec_only
Changed
go list
.Cond
matcher generic.ISGOMOCK()
from generated mocks.Fixed
matches
fmt.Stringer
.in the package comment of generated mocks.
Thanks to @tulzke @JacobOaks @ARR4N @sashamelentyev @sywhang @fasmat
@eyasy1217 @ghouscht @tie @Neo2308 @carson-brill @alexandear @sodul
@nbgraham for their contributions this release.
grpc/grpc-go (google.golang.org/grpc)
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)protocolbuffers/protobuf-go (google.golang.org/protobuf)
v1.35.2
Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.35.1...v1.35.2
Maintenance:
CL/623115: proto: refactor equal_test from explicit table to use makeMessages()
CL/623116: encoding/prototext: use testmessages_test.go approach, too
CL/623117: internal/testprotos/test: add nested message field with [lazy=true]
CL/624415: proto: switch messageset_test to use makeMessages() injection point
CL/624416: internal/impl: fix TestMarshalMessageSetLazyRace (was a no-op!)
User-visible changes:
CL/618395: encoding/protojson: allow missing value for Any of type Empty
CL/618979: all: implement strip_enum_prefix editions feature
CL/622575: testing/protocmp: document behavior when combining Ignore and Sort
goreleaser/goreleaser-action (goreleaser/goreleaser-action)
v6.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: goreleaser/goreleaser-action@v6.0.0...v6.1.0
Configuration
📅 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 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.