spicedb-operator
spicedb-operator copied to clipboard
Bump the gomod-version group with 12 updates
Bumps the gomod-version group with 12 updates:
Package | From | To |
---|---|---|
github.com/evanphx/json-patch | 5.7.0+incompatible |
5.9.0+incompatible |
github.com/go-logr/logr | 1.3.0 |
1.4.1 |
github.com/jzelinskie/stringz | 0.0.2 |
0.0.3 |
github.com/stretchr/testify | 1.8.4 |
1.9.0 |
k8s.io/api | 0.28.3 |
0.29.3 |
k8s.io/apimachinery | 0.28.3 |
0.29.3 |
k8s.io/apiserver | 0.28.3 |
0.29.3 |
k8s.io/cli-runtime | 0.28.3 |
0.29.3 |
k8s.io/component-base | 0.28.3 |
0.29.3 |
k8s.io/controller-manager | 0.28.3 |
0.29.3 |
k8s.io/klog/v2 | 2.110.1 |
2.120.1 |
k8s.io/kubectl | 0.28.3 |
0.29.3 |
Updates github.com/evanphx/json-patch
from 5.7.0+incompatible to 5.9.0+incompatible
Release notes
Sourced from github.com/evanphx/json-patch's releases.
v5.9.0
What's Changed
- Validate that the partialDoc is decoded correctly by
@evanphx
in evanphx/json-patch#201- Add option to control if the output is HTMLEscaped by
@evanphx
in evanphx/json-patch#202Full Changelog: https://github.com/evanphx/json-patch/compare/v5.8.1...v5.9.0
Fix API breakage
This PR fixes Operation containing a reference to internal/json and breaking the ability to manually compose one. This restores that ability using a type alias.
Full Changelog: https://github.com/evanphx/json-patch/compare/v5.8.0...v5.8.1
Blargh Phixs and Empathyprovements
This release fixes a few stray panics, addresses large number accuracy, and improves performance!
What's Changed
- Compare strings after decoding them to handle unicode correctly. Fixes #172 by
@evanphx
in evanphx/json-patch#195- Always use UseNumber() to avoid float64 lossyness by
@evanphx
in evanphx/json-patch#194- Handle null correctly when introduced by replace. Fixes #171 by
@evanphx
in evanphx/json-patch#196- Handle from="" more properly. Fixes #192 by
@evanphx
in evanphx/json-patch#193- Improve performance by
@evanphx
in evanphx/json-patch#197Full Changelog: https://github.com/evanphx/json-patch/compare/v5.7.0...v5.8.0
Commits
b7a4e4a
Merge pull request #202 from evanphx/f-html-escape7eef36c
Guard using options to avoid a crash bug1bcbd0f
Merge pull request #201 from evanphx/b-null9d7ba23
Add option to control if the output is HTMLEscaped009bc56
Validate that the partialDoc is decoded correctlyb82b685
Use a type alias for RawMessage to avoid breaking the public API of Operation05c9526
Merge pull request #197 from evanphx/f-perf7a438a6
Minor simplifications2a122d1
More optimizations174e1d7
Add MergePatch benchmark- Additional commits viewable in compare view
Updates github.com/go-logr/logr
from 1.3.0 to 1.4.1
Release notes
Sourced from github.com/go-logr/logr's releases.
v1.4.1
What's Changed
- slogr: fix unintended API break in v1.4.0 by
@pohly
in go-logr/logr#253Full Changelog: https://github.com/go-logr/logr/compare/v1.4.0...v1.4.1
v1.4.0
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
- slog context support by
@pohly
in go-logr/logr#237- slog support: fix WithGroup + WithValues combination by
@pohly
in go-logr/logr#243- Add tests for context with slog by
@thockin
in go-logr/logr#246- sloghandler: unnamed groups should be inlined by
@thockin
in go-logr/logr#245- Add SlogSink support to funcr by
@thockin
in go-logr/logr#241- funcr: Add LogInfoLevel Option to skip logging level in the info log by
@spacewander
in go-logr/logr#240New Contributors
@spacewander
made their first contribution in go-logr/logr#240Full Changelog: https://github.com/go-logr/logr/compare/v1.3.0...v1.4.0
Commits
dcdc3f2
slogr: fix unintended API break in v0.8.0 (#253)5d88f52
funcr: Add LogInfoLevel Option to skip logging level in the info log (#240)177005d
build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0e7f489a
build(deps): bump github/codeql-action from 2.22.9 to 3.22.11cf56c3b
build(deps): bump actions/setup-go from 4 to 52ad296e
build(deps): bump github/codeql-action from 2.22.8 to 2.22.9d55b4e2
Merge pull request #241 from thockin/master98ee9d9
Clean up slog testing and restore coverageb228ba8
Break examples to new file6432877
Add benchmarks for slogSink- Additional commits viewable in compare view
Updates github.com/jzelinskie/stringz
from 0.0.2 to 0.0.3
Release notes
Sourced from github.com/jzelinskie/stringz's releases.
v0.0.3
Full Changelog: https://github.com/jzelinskie/stringz/compare/v0.0.2...v0.0.3
Commits
5903ada
add LastCut- See full diff in compare view
Updates github.com/stretchr/testify
from 1.8.4 to 1.9.0
Release notes
Sourced from github.com/stretchr/testify's releases.
v1.9.0
What's Changed
- Fix Go modules version by
@SuperQ
in stretchr/testify#1394- Document that require is not safe to call in created goroutines by
@programmer04
in stretchr/testify#1392- Remove myself from MAINTAINERS.md by
@mvdkleijn
in stretchr/testify#1367- Correct spelling/grammar by
@echarrod
in stretchr/testify#1389- docs: Update URLs in README by
@davidjb
in stretchr/testify#1349- Update mockery link to Github Pages in README by
@LandonTClipp
in stretchr/testify#1346- docs: Fix typos in tests and comments by
@alexandear
in stretchr/testify#1410- CI: tests from go1.17 by
@SuperQ
in stretchr/testify#1409- Fix adding ? when no values passed by
@lesichkovm
in stretchr/testify#1320- codegen: use standard header for generated files by
@dolmen
in stretchr/testify#1406- mock: AssertExpectations log reason only on failure by
@hikyaru-suzuki
in stretchr/testify#1360- assert: fix flaky TestNeverTrue by
@dolmen
in stretchr/testify#1417- README: fix typos "set up" vs "setup" by
@ossan-dev
in stretchr/testify#1428- mock: move regexp compilation outside of
Called
by@aud10slave
in stretchr/testify#631- assert: refactor internal func getLen() by
@dolmen
in stretchr/testify#1445- mock: deprecate type AnythingOfTypeArgument (#1434) by
@dolmen
in stretchr/testify#1441- Remove no longer needed assert.canConvert by
@alexandear
in stretchr/testify#1470- assert: ObjectsAreEqual: use time.Equal for time.Time types by
@tscales
in stretchr/testify#1464- Bump actions/checkout from 3 to 4 by
@dependabot
in stretchr/testify#1466- Bump actions/setup-go from 3.2.0 to 4.1.0 by
@dependabot
in stretchr/testify#1451- fix: make EventuallyWithT concurrency safe by
@czeslavo
in stretchr/testify#1395- assert: fix httpCode and HTTPBody occur panic when http.Handler read Body by
@hidu
in stretchr/testify#1484- assert.EqualExportedValues: fix handling of arrays by
@zrbecker
in stretchr/testify#1473- .github: use latest Go versions by
@kevinburkesegment
in stretchr/testify#1489- assert: Deprecate EqualExportedValues by
@HaraldNordgren
in stretchr/testify#1488- suite: refactor test assertions by
@alexandear
in stretchr/testify#1474- suite: fix SetupSubTest and TearDownSubTest execution order by
@linusbarth
in stretchr/testify#1471- docs: Fix deprecation comments for http package by
@alexandear
in stretchr/testify#1335- Add map support doc comments to Subset and NotSubset by
@jedevc
in stretchr/testify#1306- TestErrorIs/TestNotErrorIs: check error message contents by
@craig65535
in stretchr/testify#1435- suite: fix subtest names (fix #1501) by
@dolmen
in stretchr/testify#1504- assert: improve unsafe.Pointer tests by
@dolmen
in stretchr/testify#1505- assert: simplify isNil implementation by
@dolmen
in stretchr/testify#1506- assert.InEpsilonSlice: fix expected/actual order and other improvements by
@dolmen
in stretchr/testify#1483- Fix dependency cycle with objx #1292 by
@dolmen
in stretchr/testify#1453- mock: refactor TestIsArgsEqual by
@dolmen
in stretchr/testify#1444- mock: optimize argument matching checks by
@dolmen
in stretchr/testify#1416- assert: fix TestEventuallyTimeout by
@dolmen
in stretchr/testify#1412- CI: add go 1.21 in GitHub Actions by
@dolmen
in stretchr/testify#1450- suite: fix recoverAndFailOnPanic to report test failure at the right location by
@dolmen
in stretchr/testify#1502- Update maintainers by
@brackendawson
in stretchr/testify#1533- assert: Fix EqualValues to handle overflow/underflow by
@arjunmahishi
in stretchr/testify#1531- assert: better formatting for Len() error by
@kevinburkesegment
in stretchr/testify#1485- Ensure AssertExpectations does not fail in skipped tests by
@ianrose14
in stretchr/testify#1331- suite: fix deadlock in suite.Require()/Assert() by
@arjunmahishi
in stretchr/testify#1535- Revert "assert: ObjectsAreEqual: use time.Equal for time.Time type" by
@brackendawson
in stretchr/testify#1537- [chore] Add issue templates by
@arjunmahishi
in stretchr/testify#1538- Update the build status badge by
@brackendawson
in stretchr/testify#1540
... (truncated)
Commits
bb548d0
Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...814075f
build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2e045612
Merge pull request #1339 from bogdandrutu/uintptr5b6926d
Merge pull request #1385 from hslatman/not-implements9f97d67
Merge pull request #1550 from stretchr/release-notesbcb0d3f
Include the auto-release notes in releasesfb770f8
Merge pull request #1247 from ccoVeille/typos85d8bb6
fix typos in comments, tests and github templatese2741fa
Merge pull request #1548 from arjunmahishi/msgAndArgs6e59f20
http_assertions: assert that the msgAndArgs actually works in tests- Additional commits viewable in compare view
Updates k8s.io/api
from 0.28.3 to 0.29.3
Commits
067c548
Update dependencies to v0.29.3 tagf98a503
Merge pull request #123763 from liggitt/proto-1.291e39277
[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...f5eca04
Merge pull request #122959RomanBednar/automated-cherry-pick-of-#122728
fd1786f
flag PersistentVolumeLastPhaseTransitionTime field as betaa48c0a4
Merge pull request #122429 from MadhavJivrajani/tools-bump-129656e18f
.*: bump golang.org/x/tools to v0.16.10d77c34
Merge remote-tracking branch 'origin/master' into release-1.29bb0a75c
add beta comment for pod replacement policy0099855
update go.mod- Additional commits viewable in compare view
Updates k8s.io/apimachinery
from 0.28.3 to 0.29.3
Commits
d794766
Merge pull request #123763 from liggitt/proto-1.299b124b1
[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...dc7e034
Merge pull request #122429 from MadhavJivrajani/tools-bump-1297d94fef
.*: bump golang.org/x/tools to v0.16.13c8c1f2
update go.mod12dc3f8
Merge pull request #113374 from ahmedtd/kep-3257-projected-types03a1b4b
LRUExpireCache: Allow removing multiple keys under lockbc0a03b
Merge pull request #119762 from AxeZhan/PollUntilContextCancel16d50e6
Merge pull request #121552 from pohly/klog-update6b13b03
dependencies: klog v2.110.1- Additional commits viewable in compare view
Updates k8s.io/apiserver
from 0.28.3 to 0.29.3
Commits
8d18eec
Update dependencies to v0.29.3 tagd49097b
Merge pull request #123763 from liggitt/proto-1.291b4c9af
Merge pull request #123693mengqiy/automated-cherry-pick-of-#123532
d138c29
[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...b9037e3
Test that separation of streams work by using progress notifies88805ca
Prevent watch cache starvation, by moving its watch to separate RPC and add a...bd6de43
Merge pull request #123080 from alexzielenski/automated-cherry-pick-of-#12300...b7459bd
bugfix: dont skip reconcile for unchanged policy if last sync failede9b5722
Merge pull request #122369cici37/automated-cherry-pick-of-#122193
037e27f
Merge pull request #122478 from liangyuanpeng/automated-cherry-pick-of-#12162...- Additional commits viewable in compare view
Updates k8s.io/cli-runtime
from 0.28.3 to 0.29.3
Commits
1a00fbd
Update dependencies to v0.29.3 tag2e16d70
Merge pull request #123763 from liggitt/proto-1.29cc501bb
[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...b1485dd
Merge pull request #122429 from MadhavJivrajani/tools-bump-1299cab777
.*: bump golang.org/x/tools to v0.16.1907531b
update go.modc19cbcf
Merge pull request #121552 from pohly/klog-update0c0de4e
dependencies: klog v2.110.1a832cfb
Merge pull request #121575 from apelisse/update-smd5ae4381
Update sigs.k8s.io/structured-merge-diff to v4.4.1- Additional commits viewable in compare view
Updates k8s.io/component-base
from 0.28.3 to 0.29.3
Commits
e4d5694
Update dependencies to v0.29.3 tagbdb0447
Merge pull request #123763 from liggitt/proto-1.294281bee
[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...e8f624c
Merge pull request #123065Richabanker/automated-cherry-pick-of-#122750
d64bf7a
Add processStartTime in metrics/slisaca7dbb
Merge pull request #122429 from MadhavJivrajani/tools-bump-1295587b24
.*: bump golang.org/x/tools to v0.16.1d0ec94f
update go.mod4b80811
Merge pull request #121573 from tukwila/bump_etcd_v3.5.1003390ea
Merge pull request #121552 from pohly/klog-update- Additional commits viewable in compare view
Updates k8s.io/controller-manager
from 0.28.3 to 0.29.3
Commits
01e75c1
Update dependencies to v0.29.3 taga214862
Merge pull request #123763 from liggitt/proto-1.29de65af7
[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...f499745
Merge pull request #122429 from MadhavJivrajani/tools-bump-1298d02f92
.*: bump golang.org/x/tools to v0.16.109fa77d
update go.mod3723d7e
Merge pull request #121573 from tukwila/bump_etcd_v3.5.10609db9e
Merge pull request #121552 from pohly/klog-update75d5586
bump to newest etcd: v3.5.1002a63aa
dependencies: klog v2.110.1- Additional commits viewable in compare view
Updates k8s.io/klog/v2
from 2.110.1 to 2.120.1
Release notes
Sourced from k8s.io/klog/v2's releases.
Prepare klog release for Kubernetes v1.30 (Take 2)
What's Changed
- textlogger: allow caller to override stack unwinding by
@pohly
in kubernetes/klog#397Full Changelog: https://github.com/kubernetes/klog/compare/v2.120.0...v2.120.1
Prepare klog release for Kubernetes v1.30 (Take 1)
What's Changed
- OWNERS: remove serathius, add mengjiao-liu, promote pohly by
@pohly
in kubernetes/klog#394- docs: clarify relationship between different features by
@pohly
in kubernetes/klog#395- Add SafePtr wrapper by
@kaisoz
in kubernetes/klog#393- logr v1.4.1 + SetSlogLogger by
@pohly
in kubernetes/klog#396New Contributors
@kaisoz
made their first contribution in kubernetes/klog#393Full Changelog: https://github.com/kubernetes/klog/compare/v2.110.1...v2.120.0
Commits
007e661
textlogger: allow caller to override stack unwinding2d08296
Merge pull request #396 from pohly/slog-helpere4deee8
slog: use main logr package instead of logr/slogr5d1d2d5
add SetSlogLogger39afdba
dependencies: logr v1.4.12086216
Merge pull request #393 from kaisoz/add-safeptr881fa0b
Add SafePtr wrapper8dd3f2e
Merge pull request #395 from pohly/readme-updated3dd725
docs: clarify relationship between different features761b630
Merge pull request #394 from pohly/owners-update- Additional commits viewable in compare view
Updates k8s.io/kubectl
from 0.28.3 to 0.29.3
Commits
91d5800
Update dependencies to v0.29.3 tage9d3b7c
Merge pull request #123763 from liggitt/proto-1.291ca158d
[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...ed671f9
Merge pull request #122452ardaguclu/automated-cherry-pick-of-#122447
1fc5651
Merge pull request #122429 from MadhavJivrajani/tools-bump-129cb56b77
Merge pull request #122559Jefftree/automated-cherry-pick-of-#122346
6b2d872
Initialize default attach func regardless of the value of flag1c06080
.*: bump golang.org/x/tools to v0.16.1778ed2b
Make OpenAPIGetter tolerant of nil854aec7
update go.mod- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions