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
@evanphxin evanphx/json-patch#201- Add option to control if the output is HTMLEscaped by
@evanphxin 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
@evanphxin evanphx/json-patch#195- Always use UseNumber() to avoid float64 lossyness by
@evanphxin evanphx/json-patch#194- Handle null correctly when introduced by replace. Fixes #171 by
@evanphxin evanphx/json-patch#196- Handle from="" more properly. Fixes #192 by
@evanphxin evanphx/json-patch#193- Improve performance by
@evanphxin evanphx/json-patch#197Full Changelog: https://github.com/evanphx/json-patch/compare/v5.7.0...v5.8.0
Commits
b7a4e4aMerge pull request #202 from evanphx/f-html-escape7eef36cGuard using options to avoid a crash bug1bcbd0fMerge pull request #201 from evanphx/b-null9d7ba23Add option to control if the output is HTMLEscaped009bc56Validate that the partialDoc is decoded correctlyb82b685Use a type alias for RawMessage to avoid breaking the public API of Operation05c9526Merge pull request #197 from evanphx/f-perf7a438a6Minor simplifications2a122d1More optimizations174e1d7Add 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
@pohlyin 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/slogpackage. In particular,logr.NewContextandlogr.NewContextWithSlogLoggeruse the same context key, which allowslogr.FromContextandlogr.FromContextAsSlogLoggerto returnlogr.Loggeror*slog.Loggerrespectively, including transparently converting each to the other as needed.Functions
logr/slogr.NewLograndlogr/slogr.ToSlogHandlerhave been superceded bylogr.FromSlogHandlerandlogr.ToSlogHandlerrespectively, and typelogr/slogr.SlogSinkhas been superceded bylogr.SlogSink. All of the old names inlogr/slogrremain, for compatibility.Package
logr/funcrnow supportslogr.SlogSink, meaning that it's output passes all but one of the Slog conformance tests (that exception being thatfuncrhandles the timestamp itself).Users who have a
logr.Loggerand need a*slog.Loggercan callslog.New(logr.ToSlogHandler(...))and all output will go through the same stack.Users who have a
*slog.Loggerorslog.Handlercan calllogr.FromSlogHandler(...)and all output will go through the same stack.What's Changed
- slog context support by
@pohlyin go-logr/logr#237- slog support: fix WithGroup + WithValues combination by
@pohlyin go-logr/logr#243- Add tests for context with slog by
@thockinin go-logr/logr#246- sloghandler: unnamed groups should be inlined by
@thockinin go-logr/logr#245- Add SlogSink support to funcr by
@thockinin go-logr/logr#241- funcr: Add LogInfoLevel Option to skip logging level in the info log by
@spacewanderin go-logr/logr#240New Contributors
@spacewandermade their first contribution in go-logr/logr#240Full Changelog: https://github.com/go-logr/logr/compare/v1.3.0...v1.4.0
Commits
dcdc3f2slogr: fix unintended API break in v0.8.0 (#253)5d88f52funcr: Add LogInfoLevel Option to skip logging level in the info log (#240)177005dbuild(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0e7f489abuild(deps): bump github/codeql-action from 2.22.9 to 3.22.11cf56c3bbuild(deps): bump actions/setup-go from 4 to 52ad296ebuild(deps): bump github/codeql-action from 2.22.8 to 2.22.9d55b4e2Merge pull request #241 from thockin/master98ee9d9Clean up slog testing and restore coverageb228ba8Break examples to new file6432877Add 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
5903adaadd 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
@SuperQin stretchr/testify#1394- Document that require is not safe to call in created goroutines by
@programmer04in stretchr/testify#1392- Remove myself from MAINTAINERS.md by
@mvdkleijnin stretchr/testify#1367- Correct spelling/grammar by
@echarrodin stretchr/testify#1389- docs: Update URLs in README by
@davidjbin stretchr/testify#1349- Update mockery link to Github Pages in README by
@LandonTClippin stretchr/testify#1346- docs: Fix typos in tests and comments by
@alexandearin stretchr/testify#1410- CI: tests from go1.17 by
@SuperQin stretchr/testify#1409- Fix adding ? when no values passed by
@lesichkovmin stretchr/testify#1320- codegen: use standard header for generated files by
@dolmenin stretchr/testify#1406- mock: AssertExpectations log reason only on failure by
@hikyaru-suzukiin stretchr/testify#1360- assert: fix flaky TestNeverTrue by
@dolmenin stretchr/testify#1417- README: fix typos "set up" vs "setup" by
@ossan-devin stretchr/testify#1428- mock: move regexp compilation outside of
Calledby@aud10slavein stretchr/testify#631- assert: refactor internal func getLen() by
@dolmenin stretchr/testify#1445- mock: deprecate type AnythingOfTypeArgument (#1434) by
@dolmenin stretchr/testify#1441- Remove no longer needed assert.canConvert by
@alexandearin stretchr/testify#1470- assert: ObjectsAreEqual: use time.Equal for time.Time types by
@tscalesin stretchr/testify#1464- Bump actions/checkout from 3 to 4 by
@dependabotin stretchr/testify#1466- Bump actions/setup-go from 3.2.0 to 4.1.0 by
@dependabotin stretchr/testify#1451- fix: make EventuallyWithT concurrency safe by
@czeslavoin stretchr/testify#1395- assert: fix httpCode and HTTPBody occur panic when http.Handler read Body by
@hiduin stretchr/testify#1484- assert.EqualExportedValues: fix handling of arrays by
@zrbeckerin stretchr/testify#1473- .github: use latest Go versions by
@kevinburkesegmentin stretchr/testify#1489- assert: Deprecate EqualExportedValues by
@HaraldNordgrenin stretchr/testify#1488- suite: refactor test assertions by
@alexandearin stretchr/testify#1474- suite: fix SetupSubTest and TearDownSubTest execution order by
@linusbarthin stretchr/testify#1471- docs: Fix deprecation comments for http package by
@alexandearin stretchr/testify#1335- Add map support doc comments to Subset and NotSubset by
@jedevcin stretchr/testify#1306- TestErrorIs/TestNotErrorIs: check error message contents by
@craig65535in stretchr/testify#1435- suite: fix subtest names (fix #1501) by
@dolmenin stretchr/testify#1504- assert: improve unsafe.Pointer tests by
@dolmenin stretchr/testify#1505- assert: simplify isNil implementation by
@dolmenin stretchr/testify#1506- assert.InEpsilonSlice: fix expected/actual order and other improvements by
@dolmenin stretchr/testify#1483- Fix dependency cycle with objx #1292 by
@dolmenin stretchr/testify#1453- mock: refactor TestIsArgsEqual by
@dolmenin stretchr/testify#1444- mock: optimize argument matching checks by
@dolmenin stretchr/testify#1416- assert: fix TestEventuallyTimeout by
@dolmenin stretchr/testify#1412- CI: add go 1.21 in GitHub Actions by
@dolmenin stretchr/testify#1450- suite: fix recoverAndFailOnPanic to report test failure at the right location by
@dolmenin stretchr/testify#1502- Update maintainers by
@brackendawsonin stretchr/testify#1533- assert: Fix EqualValues to handle overflow/underflow by
@arjunmahishiin stretchr/testify#1531- assert: better formatting for Len() error by
@kevinburkesegmentin stretchr/testify#1485- Ensure AssertExpectations does not fail in skipped tests by
@ianrose14in stretchr/testify#1331- suite: fix deadlock in suite.Require()/Assert() by
@arjunmahishiin stretchr/testify#1535- Revert "assert: ObjectsAreEqual: use time.Equal for time.Time type" by
@brackendawsonin stretchr/testify#1537- [chore] Add issue templates by
@arjunmahishiin stretchr/testify#1538- Update the build status badge by
@brackendawsonin stretchr/testify#1540
... (truncated)
Commits
bb548d0Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...814075fbuild(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2e045612Merge pull request #1339 from bogdandrutu/uintptr5b6926dMerge pull request #1385 from hslatman/not-implements9f97d67Merge pull request #1550 from stretchr/release-notesbcb0d3fInclude the auto-release notes in releasesfb770f8Merge pull request #1247 from ccoVeille/typos85d8bb6fix typos in comments, tests and github templatese2741faMerge pull request #1548 from arjunmahishi/msgAndArgs6e59f20http_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
067c548Update dependencies to v0.29.3 tagf98a503Merge pull request #123763 from liggitt/proto-1.291e39277[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...f5eca04Merge pull request #122959RomanBednar/automated-cherry-pick-of-#122728fd1786fflag PersistentVolumeLastPhaseTransitionTime field as betaa48c0a4Merge pull request #122429 from MadhavJivrajani/tools-bump-129656e18f.*: bump golang.org/x/tools to v0.16.10d77c34Merge remote-tracking branch 'origin/master' into release-1.29bb0a75cadd beta comment for pod replacement policy0099855update go.mod- Additional commits viewable in compare view
Updates k8s.io/apimachinery from 0.28.3 to 0.29.3
Commits
d794766Merge pull request #123763 from liggitt/proto-1.299b124b1[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...dc7e034Merge pull request #122429 from MadhavJivrajani/tools-bump-1297d94fef.*: bump golang.org/x/tools to v0.16.13c8c1f2update go.mod12dc3f8Merge pull request #113374 from ahmedtd/kep-3257-projected-types03a1b4bLRUExpireCache: Allow removing multiple keys under lockbc0a03bMerge pull request #119762 from AxeZhan/PollUntilContextCancel16d50e6Merge pull request #121552 from pohly/klog-update6b13b03dependencies: klog v2.110.1- Additional commits viewable in compare view
Updates k8s.io/apiserver from 0.28.3 to 0.29.3
Commits
8d18eecUpdate dependencies to v0.29.3 tagd49097bMerge pull request #123763 from liggitt/proto-1.291b4c9afMerge pull request #123693mengqiy/automated-cherry-pick-of-#123532d138c29[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...b9037e3Test that separation of streams work by using progress notifies88805caPrevent watch cache starvation, by moving its watch to separate RPC and add a...bd6de43Merge pull request #123080 from alexzielenski/automated-cherry-pick-of-#12300...b7459bdbugfix: dont skip reconcile for unchanged policy if last sync failede9b5722Merge pull request #122369cici37/automated-cherry-pick-of-#122193037e27fMerge 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
1a00fbdUpdate dependencies to v0.29.3 tag2e16d70Merge pull request #123763 from liggitt/proto-1.29cc501bb[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...b1485ddMerge pull request #122429 from MadhavJivrajani/tools-bump-1299cab777.*: bump golang.org/x/tools to v0.16.1907531bupdate go.modc19cbcfMerge pull request #121552 from pohly/klog-update0c0de4edependencies: klog v2.110.1a832cfbMerge pull request #121575 from apelisse/update-smd5ae4381Update 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
e4d5694Update dependencies to v0.29.3 tagbdb0447Merge pull request #123763 from liggitt/proto-1.294281bee[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...e8f624cMerge pull request #123065Richabanker/automated-cherry-pick-of-#122750d64bf7aAdd processStartTime in metrics/slisaca7dbbMerge pull request #122429 from MadhavJivrajani/tools-bump-1295587b24.*: bump golang.org/x/tools to v0.16.1d0ec94fupdate go.mod4b80811Merge pull request #121573 from tukwila/bump_etcd_v3.5.1003390eaMerge 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
01e75c1Update dependencies to v0.29.3 taga214862Merge pull request #123763 from liggitt/proto-1.29de65af7[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...f499745Merge pull request #122429 from MadhavJivrajani/tools-bump-1298d02f92.*: bump golang.org/x/tools to v0.16.109fa77dupdate go.mod3723d7eMerge pull request #121573 from tukwila/bump_etcd_v3.5.10609db9eMerge pull request #121552 from pohly/klog-update75d5586bump to newest etcd: v3.5.1002a63aadependencies: 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
@pohlyin 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
@pohlyin kubernetes/klog#394- docs: clarify relationship between different features by
@pohlyin kubernetes/klog#395- Add SafePtr wrapper by
@kaisozin kubernetes/klog#393- logr v1.4.1 + SetSlogLogger by
@pohlyin kubernetes/klog#396New Contributors
@kaisozmade their first contribution in kubernetes/klog#393Full Changelog: https://github.com/kubernetes/klog/compare/v2.110.1...v2.120.0
Commits
007e661textlogger: allow caller to override stack unwinding2d08296Merge pull request #396 from pohly/slog-helpere4deee8slog: use main logr package instead of logr/slogr5d1d2d5add SetSlogLogger39afdbadependencies: logr v1.4.12086216Merge pull request #393 from kaisoz/add-safeptr881fa0bAdd SafePtr wrapper8dd3f2eMerge pull request #395 from pohly/readme-updated3dd725docs: clarify relationship between different features761b630Merge 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
91d5800Update dependencies to v0.29.3 tage9d3b7cMerge pull request #123763 from liggitt/proto-1.291ca158d[CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...ed671f9Merge pull request #122452ardaguclu/automated-cherry-pick-of-#1224471fc5651Merge pull request #122429 from MadhavJivrajani/tools-bump-129cb56b77Merge pull request #122559Jefftree/automated-cherry-pick-of-#1223466b2d872Initialize default attach func regardless of the value of flag1c06080.*: bump golang.org/x/tools to v0.16.1778ed2bMake OpenAPIGetter tolerant of nil854aec7update 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill 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 versionwill 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