🌱 Update Update Golang Dependencies group (minor) #83
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:
v1.2.4
->v1.4.1
v1.2.4
->v1.3.0
v2.11.0
->v2.15.0
v1.27.8
->v1.31.1
v1.24.0
->v1.27.0
v0.12.0
->v0.15.0
v0.10.0
->v0.17.0
v0.27.2
->v0.29.2
v0.27.2
->v0.29.2
v0.27.2
->v0.29.2
v0.27.2
->v0.29.2
v0.27.2
->v0.29.2
v2.100.1
->v2.120.1
v0.20.0
->v0.22.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
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
v1.3.0
Compare Source
This release adds support for slog in a new, self-contained
logr/slogr
package. Implementers of alogr.LogSink
are encouraged, but not required, to extend their implementation to improve the quality of log output coming from aslog
API call.Breaking change: the call depth for
LogSink.Enabled
when called viaLogger.Enabled
was fixed to be the same as for other call paths. Implementers of aLogSink
who have worked around this bug will need to remove their workarounds.Security best practices were improved. Only Go versions >= 1.18 are supported by this release.
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.2.4...v1.3.0
go-logr/zapr (github.com/go-logr/zapr)
v1.3.0
Compare Source
This release adds support for slog. zapr implements
slogr.SlogSink
and therefore can be used throughslogr.NewSlogHandler
as backend for slog.What's Changed
New Contributors
Full Changelog: go-logr/zapr@v1.2.4...v1.3.0
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.15.0
Compare Source
2.15.0
Features
8f3bd70
]96e915c
]Fixes
c245d09
]dca77c8
]dbaf18f
]6f67a14
]Maintenance
4fcd0b3
]v2.14.0
Compare Source
2.14.0
Features
You can now use
GinkgoTB()
when you need an instance oftesting.TB
to pass to a library.Prior to this release table testing only supported generating individual
It
s for each test entry.DescribeTableSubtree
extends table testing support to entire testing subtrees - under the hoodDescrieTableSubtree
generates a new container for each entry and invokes your function to fill our the container. See the docs to learn more.65ec56d
]4a2c832
]92b6744
]Fixes
beb9507
]4ac3a13
]b2e5bc5
]Maintenance
465a8ec
]eab0e40
]fbf9724
]3ee80ee
]123e1d5
]558f6e0
]84ff7f3
]v2.13.2
Compare Source
2.13.2
Fixes
e2e81c8
](*regexp.Regexp).MatchString
(#1302) [3b2a2a7
]v2.13.1
Compare Source
2.13.1
Fixes
1296 fix(precompiled test guite): exec bit check omitted on Windows (#1301) [
26eea01
]Maintenance
7161a9d
]7fc7b10
]74bbd65
]9373633
]6e3cf65
]v2.13.0
Compare Source
2.13.0
Features
Add PreviewSpect() to enable programmatic preview access to the suite report (fixes #1225)
v2.12.1
Compare Source
2.12.1
Fixes
90d4846
]Maintenance
555f543
]d867b7d
]v2.12.0
Compare Source
2.12.0
Features
05de518
]Fixes
27c2f5d
]Maintenance
Various chores/dependency bumps.
onsi/gomega (github.com/onsi/gomega)
v1.31.1
Compare Source
1.31.1
Fixes
e0dd999
]ad1a367
]Maintenance
24e958d
]26661b8
]bde8f7a
]v1.31.0
Compare Source
1.31.0
Features
121c37f
]Maintenance
dee1e3c
]49005fe
]f1c8757
]9836e76
]54726f0
]df97ecc
]HaveExactElement
typo (#712) [a672c86
]v1.30.0
Compare Source
1.30.0
Features
4da4c7f
]Maintenance
6ca6e97
]f1b8343
]v1.29.0
Compare Source
1.29.0
Features
2b39142
]v1.28.1
Compare Source
1.28.1
Maintenance
635d196
]14f8859
]d8a6508
]2705bdb
]375648c
]v1.28.0
Compare Source
1.28.0
Features
0b03b36
]Fixes
18d6673
]Maintenance
55a33f3
]de68e8f
]ab17f5e
]5069017
]babe25f
]v1.27.10
Compare Source
1.27.10
Fixes
bdc7803
]v1.27.9
Compare Source
1.27.9
Fixes
3b31fc3
]Maintenance
360849b
]86f3659
]642ead0
]ceb9ca6
]a2087d8
]fc9a89f
]9076019
]uber-go/zap (go.uber.org/zap)
v1.27.0
Compare Source
Enhancements:
WithLazy
method forSugaredLogger
.NewTestingWriter
for customizing TestingWriter with more flexibility thanNewLogger
.Log
,Logw
,Logln
methods forSugaredLogger
.WithPanicHook
option for testing panic logs.Thanks to @defval, @dimmo, @arxeiss, and @MKrupauskas for their contributions to this release.
v1.26.0
Compare Source
Enhancements:
Dict
as aField
.WithLazy
method toLogger
which lazily evaluates the structuredcontext.
Thanks to @hhk7734, @jquirke, @cdvr1993 for their contributions to this release.
v1.25.0
Compare Source
This release contains several improvements including performance, API additions,
and two new experimental packages whose APIs are unstable and may change in the
future.
Enhancements:
zap/exp/zapslog
package for integration with slog.Name
toLogger
which returns the Logger's name if one is set.zap/exp/expfield
package which contains helper methodsStr
andStrs
for constructing String-like zap.Fields.Any
.Thanks to @knight42, @dzakaammar, @bcspragu, and @rexywork for their contributions
to this release.
kubernetes/api (k8s.io/api)
v0.29.2
Compare Source
v0.29.1
Compare Source
v0.29.0
Compare Source
v0.28.7
Compare Source
v0.28.6
Compare Source
v0.28.5
Compare Source
v0.28.4
Compare Source
v0.28.3
Compare Source
v0.28.2
Compare Source
v0.28.1
Compare Source
v0.28.0
Compare Source
v0.27.11
Compare Source
v0.27.10
Compare Source
v0.27.9
Compare Source
v0.27.8
Compare Source
v0.27.7
Compare Source
v0.27.6
Compare Source
v0.27.5
Compare Source
v0.27.4
Compare Source
v0.27.3
Compare Source
kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)
v0.29.2
Compare Source
v0.29.1
Compare Source
v0.29.0
Compare Source
v0.28.7
Compare Source
v0.28.6
Compare Source
v0.28.5
Compare Source
v0.28.4
Compare Source
v0.28.3
Compare Source
v0.28.2
Compare Source
v0.28.1
Compare Source
v0.28.0
Compare Source
v0.27.11
Compare Source
v0.27.10
Compare Source
v0.27.9
Compare Source
v0.27.8
Compare Source
v0.27.7
Compare Source
v0.27.6
Compare Source
v0.27.5
Compare Source
v0.27.4
Compare Source
v0.27.3
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.29.2
Compare Source
v0.29.1
Compare Source
v0.29.0
Compare Source
v0.28.7
Compare Source
v0.28.6
Compare Source
v0.28.5
Compare Source
v0.28.4
Compare Source
v0.28.3
Compare Source
v0.28.2
Compare Source
v0.28.1
Compare Source
v0.28.0
Compare Source
v0.27.11
Compare Source
v0.27.10
Compare Source
v0.27.9
Compare Source
v0.27.8
Compare Source
v0.27.7
Compare Source
v0.27.6
Compare Source
v0.27.5
Compare Source
v0.27.4
Compare Source
v0.27.3
Compare Source
kubernetes/cli-runtime (k8s.io/cli-runtime)
v0.29.2
Compare Source
v0.29.1
Compare Source
v0.29.0
Compare Source
v0.28.7
Compare Source
v0.28.6
Compare Source
v0.28.5
Compare Source
v0.28.4
Compare Source
v0.28.3
Compare Source
v0.28.2
Compare Source
v0.28.1
Compare Source
v0.28.0
Compare Source
v0.27.11
Compare Source
v0.27.10
Compare Source
v0.27.9
Compare Source
v0.27.8
Compare Source
v0.27.7
Compare Source
v0.27.6
Compare Source
v0.27.5
Compare Source
v0.27.4
Compare Source
v0.27.3
Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.29.2
Compare Source
v0.29.1
Compare Source
v0.29.0
Compare Source
v0.28.7
Compare Source
v0.28.6
Compare Source
v0.28.5
Compare Source
v0.28.4
[Compare Source](ht
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.