-
Notifications
You must be signed in to change notification settings - Fork 261
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
[main] Upgrade to latest dependencies #1959
[main] Upgrade to latest dependencies #1959
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1959 +/- ##
=======================================
Coverage 76.82% 76.82%
=======================================
Files 207 207
Lines 12892 12892
=======================================
Hits 9904 9904
Misses 2187 2187
Partials 801 801 ☔ View full report in Codecov by Sentry. |
d4483c8
to
b39c56d
Compare
87197b8
to
94e75ec
Compare
9967b9f
to
b47c11c
Compare
373c2e3
to
f5adc23
Compare
f4bdabc
to
fe17127
Compare
1328bb6
to
e542c10
Compare
bumping golang.org/x/term c976cb1...d598954: > d598954 go.mod: update golang.org/x dependencies > d4346f0 LICENSE: update per Google Legal bumping knative.dev/hack b979959...06f7aff: > 06f7aff tag images using ko (# 393) > 452e340 Update community files (# 392) > 441a19f remove geo replication (# 389) > 0a23232 Update community files (# 388) > 9c9eed6 💝 Vendorless codegen via shell scripting (# 386) bumping knative.dev/pkg 4355f0c...89743d9: > 89743d9 upgrade to latest dependencies (# 3085) > cd3311c bump k8s deps to v0.30.3 (# 3084) > 0991b2f Update community files (# 3083) > c88d5da Bump github.com/tsenart/vegeta/v12 from 12.11.3 to 12.12.0 (# 3082) > cb30d00 Bump golang.org/x/sync from 0.7.0 to 0.8.0 (# 3081) > 433889b upgrade to latest dependencies (# 3080) > 0e7ffe4 Update community files (# 3079) > 330b271 Bump github.com/tsenart/vegeta/v12 from 12.11.1 to 12.11.3 (# 3077) > 3561487 upgrade to latest dependencies (# 3078) bumping k8s.io/apiextensions-apiserver e1d6769...1aec848: > 1aec848 Update dependencies to v0.30.3 tag > 803669d Merge pull request # 124676 from cici37/automated-cherry-pick-of-# 124675-upstream-release-1.30 > 5e9c693 Adding the feature gates to fix cost for VAP and webhook matchConditions. > cb47ad4 Merge remote-tracking branch 'origin/master' into release-1.30 > 6ce7f38 Update x/net for CVE-2023-45288 > a2f312c Merge remote-tracking branch 'origin/master' into release-1.30 > d3649bc fix test flake caused by not waiting for CRD schema update > 9624e52 Merge pull request # 123732 from serathius/parallel-featureflags > 24438a9 Merge pull request # 123758 from liggitt/protobump > a853d25 Fix SetFeatureGateDuringTest handling of Parallel tests > 916521e Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0 > fe10ad0 Merge pull request # 123405 from cici37/vapGA > 4a32d79 Promote ValidatingAdmissionPolicy to GA. > 1999aef Merge pull request # 122882 from Jefftree/agg-discovery-v2-usage > 0b973a6 Use v2 types with agg discovery > 882d449 Merge pull request # 123529 from thockin/go-workspaces > 7fc82f4 Fix up go.mod files after reviews > 348e552 Remove old gengo detritus > 6fe6097 Move import-boss to k/k, retool to not use gengo > 9b0d21d Move go-header-file flag to each tool > bf21b69 Remove defunct references to "vendor" > 9cccc78 Make code-gen subprojects work on gengo/v2 > de16399 Fix go-to-protobuf wrt gengo/v2 > 3fa7027 Re-vendor latest kube-openapi and gengo/v2 > 4152581 Generate go.work files > 03a46d9 Merge pull request # 122717 from jpbetz/crd-object-filters > 5786b28 Merge pull request # 123562 from jpbetz/bump-cel-go-0_17_8 > ed5b86f Improve error handling for json path results > f0b03a5 Add cost stability tests for chained and nested CEL comprehensions > 7e13756 Fix field paths > 90a6e7c Bump cel-go to v0.17.8 to pick up CEL estimated cost fix > abd4c55 Add integration tests > 6e93f99 Merge pull request # 123475 from alexzielenski/apiserver/apiextensions/cel-error-fieldpath > 4977007 Generate code > c8aca43 bugfix: modifying argument causes wrong fieldpath > 3e15525 Add selectableFields to CRDs > e83598f Merge pull request # 123348 from hoskeri/update-go-x-crypto-19 > f34abb0 Update x/crypto to 0.19. > efe8780 Merge pull request # 123299 from liggitt/guard-accepted-names > fea0b1c Merge pull request # 123250 from benluddy/dep-bump-cbor-v2.6.0 > 2bb2409 Guard empty status.acceptedNames > 8de01b4 Merge pull request # 121461 from alexzielenski/apiserver/apiextensions/ratcheting-beta > dad0990 Bump github.com/fxamacker/cbor/v2 to v2.6.0. > 55211b8 Merge pull request # 121486 from benluddy/cbor-stub > 6616121 bugfix: disable ratcheting for typemeta fields > 1691a69 chore: adds consistent vanity import to files and provides tooling for verifying and updating them. (# 120642) > 4904624 Update vendoring to take new CBOR library dependency. > 83368fe feature: promote CRDValidationRatcheting to beta > c0e1d77 Merge pull request # 122557 from liangyuanpeng/anp_0.29 > 53a461c Merge pull request # 122518 from cici37/celEnv29 > 867cb9b Update konnectivity to 0.29.0 > 8078826 Merge pull request # 122842 from pohly/klog-update > 1cf3b3d Add validation tests > 262c528 Merge pull request # 122839 from pohly/ginkgo-gomega-update > e3aa720 dependencies: klog v2.120.1 > bb0a088 Update env version, Add cost for previous func, add tests, etc. > d499782 dependencies: ginkgo v2.15.0, gomega v1.31.0 > d2fa019 Merge pull request # 122706 from pacoxu/klog-upgrade > 7c88076 bump klog to v2.120.0 > c8c6ebf Merge pull request # 121602 from bzsuni/cleanup/goleak > 538b860 Update goleak from v1.2.1 to v1.3.0 > b3a0968 Merge pull request # 122412 from MadhavJivrajani/bump-go-tools > e3143b2 .*: bump golang.org/x/tools to v0.16.1 > d6f8fd0 Merge pull request # 122395 from pohly/ginkgo-gomega-update > 731c3a6 dependencies: gomega v1.30.0 + ginkgo v2.13.2 > d52ec8b Merge pull request # 122329 from jpbetz/fix-crd-drop-fields > 33c559f Wire in field dropping for CRDs > 9916910 Merge pull request # 121773 from pohly/zapr-update > 502312a Merge pull request # 122193 from cici37/fixPresentCost > 1ad0731 dependencies: zapr v1.3.0, zap v1.26.0 > 3ce29b3 Merge pull request # 121759 from thockin/fix_api_violations > d06ce66 Keep presence cost to 0 to ensure backward compatibility. > d65563c Fix list_type_missing in apiextensions-apiserver > 3e34a33 Re-vendor k8s.io/kube-openapi > 79b9a7d Fix "list_type_missing" API violations in meta/v1 > d323d00 Merge pull request # 121808 from cpanato/go-update-main > a8c071a update go.mod bumping knative.dev/networking bab7f2a...37fdbdd: > 37fdbdd upgrade to latest dependencies (# 1000) > d4c57cd Update community files (# 999) > fb56e09 upgrade to latest dependencies (# 998) > f170238 upgrade to latest dependencies (# 997) > 543181c upgrade to latest dependencies (# 996) > 2ffc30d Update community files (# 995) > 8f1ea9d upgrade to latest dependencies (# 994) bumping golang.org/x/sys faed7ec...914deed: > 914deed unix: add missing ETHTOOL_FLAG_ constants > 4c7077e windows: add enums for IpAdapterUnicastAddress > 29298aa windows: delete TestGetKeyboardLayout > aa1c4c8 unix: provide Mount on openbsd > cde4660 unix: add linux mseal system call > 31ef9e7 unix: update to Linux kernel 6.10 > d03a807 unix: update glibc to 2.40 > beb5949 windows: correctly generate GetAce syscall > 7bb0bf7 cpu: add Int8 matrix multiplication instructions CPU feature flag for ARM64 > bce4cf7 windows: add GetKeyboardLayout & ToUnicodeEx > 0eac9b5 windows: add flags for GetAdaptersAddresses > 0c18c88 cpu: add DIT option and hwcap DIT support > dce4e64 LICENSE: update per Google Legal > ee0e627 unix: skip TestIoctlFileDedupeRange on EOPNOTSUPP error > 47fe916 cpu: add support for DIT detection > 4cafe5c unix: implements RenamexNp and RenameatxNp for darwin bumping golang.org/x/sync 14be23e...411f99e: > 411f99e LICENSE: update per Google Legal bumping knative.dev/client-pkg 8393d69...22f5989: > 22f5989 Update community files (# 192) > 5f32500 Update community files (# 191) bumping github.com/go-logr/logr dcdc3f2...1205f42: > 1205f42 Merge pull request # 295 from go-logr/dependabot/github_actions/actions/checkout-4.1.6 > ccedcbd Merge pull request # 294 from go-logr/dependabot/github_actions/github/codeql-action-3.25.5 > bead577 build(deps): bump actions/checkout from 4.1.5 to 4.1.6 > 19ad07c build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 > a492d95 build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 > 1c97a21 build(deps): bump actions/checkout from 4.1.4 to 4.1.5 > f70c5b5 build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 > 4ade8d3 build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 > 88d98bd Merge pull request # 289 from go-logr/dependabot/github_actions/golangci/golangci-lint-action-5.3.0 > 432cd86 Merge pull request # 288 from go-logr/dependabot/github_actions/actions/setup-go-5.0.1 > bbc2ecb build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 > c697b5b Merge pull request # 286 from go-logr/dependabot/github_actions/actions/upload-artifact-4.3.3 > b194655 build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 > 58ced22 Merge pull request # 285 from go-logr/dependabot/github_actions/actions/checkout-4.1.4 > 3d7c19b build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 > ca0ff32 Merge pull request # 284 from go-logr/dependabot/github_actions/golangci/golangci-lint-action-5.0.0 > a59cce4 build(deps): bump actions/checkout from 4.1.3 to 4.1.4 > fbab38c Merge pull request # 282 from go-logr/dependabot/github_actions/github/codeql-action-3.25.1 > 5805ba5 Merge pull request # 283 from go-logr/dependabot/github_actions/github/codeql-action-3.25.3 > 72039f4 build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 > 7b42c51 Merge pull request # 281 from go-logr/dependabot/github_actions/actions/checkout-4.1.3 > 068cc98 build(deps): bump github/codeql-action from 3.24.10 to 3.25.1 > 5e00dad build(deps): bump github/codeql-action from 3.25.1 to 3.25.3 > e43285d Merge pull request # 280 from go-logr/dependabot/github_actions/actions/upload-artifact-4.3.2 > afe10fa build(deps): bump actions/checkout from 4.1.2 to 4.1.3 > aefab1e Merge pull request # 279 from go-logr/dependabot/github_actions/github/codeql-action-3.24.10 > 2e2e74f build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 > 9659f74 build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 > 2e76ada build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 > a44214d Merge pull request # 274 from thockin/master > 7083935 Merge pull request # 277 from go-logr/dependabot/github_actions/github/codeql-action-3.24.7 > 376cba9 funcr: Handle nested empty groups properly > 60bd4f1 Merge pull request # 276 from go-logr/dependabot/github_actions/actions/checkout-4.1.2 > 589c045 build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 > a6645b7 Fix slog tests for 1.22 > ba1ff6b build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 > b705152 build(deps): bump actions/checkout from 4.1.1 to 4.1.2 > 75599fa build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 > 4392df4 Merge pull request # 271 from thockin/master > 13ec622 Merge pull request # 270 from go-logr/dependabot/github_actions/github/codeql-action-3.24.3 > 3717a4b Add a Go report card, fix lint > 7141c7e Merge pull request # 268 from thockin/master > 613a327 build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 > c9b5476 build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 > 1cc4a3c Fix lint: named but unused params > dcfe76b build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 > 956dc6c build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 > dec5a4c build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 > 65deb01 build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 > 8520103 Merge pull request # 260 from go-logr/dependabot/github_actions/actions/upload-artifact-4.2.0 > 77cb5eb Merge pull request # 259 from go-logr/dependabot/github_actions/github/codeql-action-3.23.1 > 35c24f7 build(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 > 1be0bc0 build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0 > 3f51f73 build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 > acc8c27 build(deps): bump github/codeql-action from 3.22.12 to 3.23.0 > ab4956f build(deps): bump github/codeql-action from 3.22.11 to 3.22.12 bumping golang.org/x/mod d58be1c...bc151c4: > bc151c4 README: fix link to x/tools > d1f873e modfile: fix Cleanup clobbering Line reference > b56a28f modfile: Add support for tool lines > 79169e9 LICENSE: update per Google Legal bumping golang.org/x/tools 33be3ef...3057be8: > 3057be8 go.mod: update golang.org/x dependencies > 4653e48 gopls/internal/analysis: add skipped analysis simplify on generated code > f855a53 gopls/internal/telemetry/cmd/stacks: use authentication token > 3ffd605 gopls/doc/features: fix prominent typo > a5df6ad go/analysis/passes/printf: report non-constant format, no args > c03e5c2 go/packages: do not nullify Fset when NeedSyntax is set > 6a6fd99 go/ssa: substitute type parameterized aliases > f6a2390 gopls/doc: delete commands.md > 2154cbf gopls/internal/golang: add "Browse gopls features" code action > ead76ab go/analysis: Add modules to Pass > 55d718e go/analysis/passes/buildtag: report invalid go versions in build tags. > 8b51d66 go/types/objectpath: support parameterized type aliases > 12d2c34 internal/testfiles: consolidate to CopyToTmp > 444aadd gopls/internal/cmd: redesign codeaction subcommand > cad260e internal/pkgbits: remove dead field > ec1a81b gopls/doc/features: more doc tweaks > 2fb3ebe txtar: implement fs.FS > 2cb2f7d internal/bisect: fix doc comment api links > 25ed04f LICENSE: update per Google Legal > da12580 go/packages: NeedTypes implies NeedModule > 6f4e2a8 gopls: update x/telemetry dependency > e4550b9 go/analysis/passes/nilness: fix wrong internal code comment > d9c6af3 cmd/stress: add -count flag, and print number of active commands in status updates > ef4d083 gopls/internal/protocol/command: draft Packages/Modules API > d29feb5 gopls/completion: prefer rangeable funcs in range statements > 71c5537 gopls/internal/analysis/fillswitch: use qualified type names > febceba copyright: don't skip directories "." or ".." in checkCopyright > 3968e70 go/analysis/internal/checker: allow for Plan 9 reduced exit codes in tests Signed-off-by: Knative Automation <automation@knative.team>
e542c10
to
2d6be44
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dsimansk, knative-automation The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/override "Code style / Golang" |
@dsimansk: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/override "style / Golang / Lint" |
@dsimansk: Overrode contexts on behalf of dsimansk: style / Golang / Lint In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Cron -knative-prow-robot
/cc knative/client-wg-leads
/assign knative/client-wg-leads
Produced by: knative-extensions/knobots/actions/update-deps