-
Notifications
You must be signed in to change notification settings - Fork 7
[deps]: Update go minor #22
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
base: main
Are you sure you want to change the base?
Conversation
78c356d
to
1a7e346
Compare
1a7e346
to
7aacc6a
Compare
b2e1c82
to
722393f
Compare
722393f
to
a07d22d
Compare
a07d22d
to
1002dd7
Compare
Internal tracking ticket for this dependency PR: https://bitwarden.atlassian.net/browse/SM-1320 |
1002dd7
to
dbbf989
Compare
e06349c
to
73bf101
Compare
73bf101
to
e87aa49
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #22 +/- ##
==========================================
- Coverage 76.51% 66.66% -9.85%
==========================================
Files 3 8 +5
Lines 264 480 +216
==========================================
+ Hits 202 320 +118
- Misses 57 152 +95
- Partials 5 8 +3 ☔ View full report in Codecov by Sentry. |
2c3df83
to
e2a7a8b
Compare
|
a6026f5
to
e6126d2
Compare
fb4d04e
to
2e48b67
Compare
deb03ac
to
ca3482b
Compare
35261e1
to
745ffe2
Compare
55ecfd5
to
bb77ad2
Compare
bb77ad2
to
685aacc
Compare
685aacc
to
87c3c86
Compare
e425d50
to
09b406c
Compare
09b406c
to
91bfcd1
Compare
|
28aff4a
to
844e9d4
Compare
c77f17c
to
59f76e7
Compare
c1ebd97
to
7e14208
Compare
93d8a80
to
4cde53d
Compare
fa94f6c
to
e412457
Compare
f020b6c
to
4dc5c05
Compare
4dc5c05
to
5aca813
Compare
5aca813
to
6e196b0
Compare
This PR contains the following updates:
v1.4.1
->v1.4.2
v2.17.1
->v2.23.4
v1.32.0
->v1.37.0
v0.4.0
->v0.5.2
v0.29.4
->v0.33.1
v0.29.4
->v0.33.1
v0.29.4
->v0.33.1
v0.16.3
->v0.20.4
Release Notes
go-logr/logr (github.com/go-logr/logr)
v1.4.2
Compare Source
What's Changed
Dependencies:
Full Changelog: go-logr/logr@v1.4.1...v1.4.2
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.23.4
Compare Source
2.23.4
Prior to this release Ginkgo would compute the incorrect number of available CPUs when running with
-p
in a linux container. Thanks to @emirot for the fix!Features
2b9c428
]Fixes
1f59d07
]Maintenance
2d134d5
]v2.23.3
Compare Source
2.23.3
Fixes
-
as a standalone argument [cfcc1a5
]feaf292
]88e2282
]v2.23.2
Compare Source
2.23.2
🎉🎉🎉
At long last, some long-standing performance gaps between
ginkgo
andgo test
have been resolved!Ginkgo operates by running
go test -c
to generate test binaries, and then running those binaries. It turns out that the compilation step ofgo test -c
is slower thango test
's compilation step becausego test
strips out debug symbols (ldflags=-w
) whereasgo test -c
does not.Ginkgo now passes the appropriate
ldflags
togo test -c
when running specs to strip out symbols. This is only done when it is safe to do so and symbols are preferred when profiling is enabled and whenginkgo build
is called explicitly.This, coupled, with the instructions for disabling XProtect on MacOS yields a much better performance experience with Ginkgo.
v2.23.1
Compare Source
2.23.1
🚨 For users on MacOS 🚨
A long-standing Ginkgo performance issue on MacOS seems to be due to mac's antimalware XProtect. You can follow the instructions here to disable it in your terminal. Doing so sped up Ginkgo's own test suite from 1m8s to 47s.
Fixes
Ginkgo's CLI is now a bit clearer if you pass flags in incorrectly:
a0e52ff
]b799d8d
]This might cause existing CI builds to fail. If so then it's likely that your CI build was misconfigured and should be corrected. Open an issue if you need help.
v2.23.0
Compare Source
2.23.0
Ginkgo 2.23.0 adds a handful of methods to
GinkgoT()
to make it compatible with thetesting.TB
interface in Go 1.24.GinkgoT().Context()
, in particular, is a useful shorthand for generating a new context that will clean itself up in aDeferCleanup()
. This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context.Features
37a511b
]Fixes
7556a86
]4df06c6
]Maintenance
cbcf39a
]9b261ff
]00f19c8
]e98a4df
]60cc4e2
]fea6f2d
]31d7813
]fc3bbd6
]aee0d56
]809a710
]v2.22.2
Compare Source
What's Changed
Full Changelog: onsi/ginkgo@v2.22.1...v2.22.2
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
]v2.20.2
Compare Source
2.20.2
Require Go 1.22+
Maintenance
a671816
]v2.20.1
Compare Source
2.20.1
Fixes
d6f9640
]v2.20.0
Compare Source
2.20.0
Features
be5ab95
]Maintenance
d303d14
]7a50221
]v2.19.1
Compare Source
2.19.1
Fixes
63c8c30
]ff41e27
]Maintenance
76f4e0c
]b69c00d
]f097741
]v2.19.0
Compare Source
2.19.0
Features
Label Sets allow for more expressive and flexible label filtering.
v2.18.0
Compare Source
2.18.0
Features
f010b65
]d80eebe
]Fixes
42013d6
]Maintenance
fcf1fd7
]8bb14fd
]04bfad7
]v2.17.3
Compare Source
2.17.3
Fixes
ginkgo watch
now ignores hidden files [bde6e00
]v2.17.2
Compare Source
2.17.2
Fixes
32259c8
]780e7a3
]Maintenance
d91fe4e
]8cb662e
]3134422
]eca81b4
]760def8
]4ce33f4
]f2fcd97
]fd622d2
]5474a26
]e6d1170
]7f447b2
]f15239a
]onsi/gomega (github.com/onsi/gomega)
v1.37.0
Compare Source
1.37.0
Features
5666f98
]v1.36.3
Compare Source
1.36.3
Maintenance
adb8b49
]interface{}
withany
[7613216
]9fe5259
]a0e85b9
]604a8b1
]36fbc84
]ced70d7
]c8b4a07
]06431b9
]b55a92d
]a1d518b
]v1.36.2
Compare Source
Maintenance
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
]v1.34.2
Compare Source
1.34.2
Require Go 1.22+
Maintenance
c59c6dc
]8158b99
]v1.34.1
Compare Source
1.34.1
Maintenance
5e71dcd
]v1.34.0
Compare Source
1.34.0
Features
c549e0d
]Fixes
878940c
]ebadb67
]Maintenance
8af2ece
]123a071
]0e69083
]2675796
]4160c0f
]892c303
]v1.33.1
Compare Source
1.33.1
Fixes
3a66379
]Maintenance
e9bc35a
]v1.33.0
Compare Source
1.33.0
Features
Receive
not acceptsReceive(<POINTER>, MATCHER>)
, allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.Maintenance
9999deb
]cb5ff21
]bac6596
]uber/mock (go.uber.org/mock)
v0.5.2
Compare Source
0.5.2 (28 Apr 2025)
Fixed
v0.5.1
Compare Source
0.5.1 (7 Apr 2025)
Fixed
when they are used in the source.
in generated code.
-imports
were not beingrespected in generated code.
Thanks to @mtoader and @bstncartwright for their contributions to this release.
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.
kubernetes/api (k8s.io/api)
v0.33.1
Compare Source
v0.33.0
Compare Source
v0.32.5
Compare Source
v0.32.4
Compare Source
v0.32.3
Compare Source
v0.32.2
Compare Source
v0.32.1
Compare Source
v0.32.0
Compare Source
v0.31.9
Compare Source
v0.31.8
Compare Source
v0.31.7
Compare Source
v0.31.6
Compare Source
v0.31.5
Compare Source
v0.31.4
Compare Source
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
v0.31.0
Compare Source
v0.30.13
Compare Source
v0.30.12
Compare Source
v0.30.11
Compare Source
v0.30.10
Compare Source
v0.30.9
Compare Source
v0.30.8
Compare Source
v0.30.7
Compare Source
v0.30.6
Compare Source
v0.30.5
Compare Source
v0.30.4
Compare Source
v0.30.3
Compare Source
v0.30.2
Compare Source
v0.30.1
Compare Source
v0.30.0
Compare Source
v0.29.15
Compare Source
v0.29.14
Compare Source
v0.29.13
Compare Source
v0.29.12
Compare Source
v0.29.11
Compare Source
v0.29.10
Compare Source
v0.29.9
Compare Source
v0.29.8
Compare Source
v0.29.7
Compare Source
v0.29.6
Compare Source
v0.29.5
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.33.1
Compare Source
v0.33.0
Compare Source
v0.32.5
Compare Source
v0.32.4
Compare Source
v0.32.3
Compare Source
v0.32.2
Compare Source
v0.32.1
Compare Source
v0.32.0
Compare Source
v0.31.9
Compare Source
v0.31.8
Compare Source
v0.31.7
Compare Source
v0.31.6
Compare Source
v0.31.5
Compare Source
v0.31.4
Compare Source
v0.31.3
Compare Source
v0.31.2
Compare Source
v0.31.1
Compare Source
v0.31.0
Compare Source
v0.30.13
Compare Source
v0.30.12
Compare Source
v0.30.11
Compare Source
v0.30.10
Compare Source
v0.30.9
Compare Source
v0.30.8
Compare Source
v0.30.7
Compare Source
v0.30.6
Compare Source
v0.30.5
Compare Source
v0.30.4
Compare Source
v0.30.3
Compare Source
v0.30.2
Compare Source
v0.30.1
Compare Source
v0.30.0
Compare Source
v0.29.15
Compare Source
v0.29.14
Compare Source
v0.29.13
Compare Source
v0.29.12
Compare Source
v0.29.11
Compare Source
v0.29.10
Compare Source
v0.29.9
Compare Source
[
v0.29.8
](https://redirect.github.cConfiguration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year 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 was generated by Mend Renovate. View the repository job log.