Skip to content

Conversation

@knative-automation
Copy link
Contributor

@knative-automation knative-automation commented Nov 7, 2025

Cron -dprotaso

/cc knative/serving-writers
/assign knative/serving-writers

Produced by: knative-extensions/knobots/actions/update-deps

@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from 3c498b1 to 9fccc08 Compare November 7, 2025 13:20
@knative-prow knative-prow bot requested a review from a team November 7, 2025 13:20
@knative-prow knative-prow bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Nov 7, 2025
@knative-prow
Copy link

knative-prow bot commented Nov 7, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: knative-automation
Once this PR has been reviewed and has the lgtm label, please assign dprotaso for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@codecov
Copy link

codecov bot commented Nov 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.14%. Comparing base (e850664) to head (84b97ef).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1099   +/-   ##
=======================================
  Coverage   93.14%   93.14%           
=======================================
  Files          36       36           
  Lines        1007     1007           
=======================================
  Hits          938      938           
  Misses         55       55           
  Partials       14       14           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 3 times, most recently from ebbe1a3 to ff80cf8 Compare November 19, 2025 01:41
bumping k8s.io/code-generator 2a37835...de0a59b:
  > de0a59b Update dependencies to v0.34.2 tag
  > c03f702 Merge remote-tracking branch 'origin/master' into release-1.34
  > 341d4d6 clarify that staging repos are automatically published
  > 5e672d7 add pointer to CONTRIBUTING.md for more details on contributing, clarify read-only
  > 96cba81 link to what a staging repository is
  > 3710adb docs: clarify that this is a staging repository and not for direct contributions
  > 9699fe1 Merge pull request # 132942 from thockin/kyaml
  > fe7d3af Merge pull request # 132935 from benluddy/cbor-bump-custom-marshalers
  > 7adb5d5 Re-vendor sigs.k8s.io/yaml @ v1.6.0
  > ab0f416 Bump to github.com/fxamacker/cbor/v2 v2.9.0.
  > bd6c0b1 Merge pull request # 133112 from yongruilin/master_vg-cleanup
  > 0a3bf7e fix(validation-gen): correct typos in comments and documentation
  > c4b0573 chore(validation-gen): remove TODO regarding ratcheting behavior for slices and maps
  > 9eb9654 Merge pull request # 132378 from bartoszmajsak/gobin-fix
  > 5de635b Merge pull request # 133038 from yongruilin/master_vg-hold-listmap-unique
  > ac4fcb6 codegen tool: resolves GOBIN via `go env`
  > 6d18ab2 chore(validation-gen): hold uniqueness check of listmap
  > 962847a Merge pull request # 133008 from aaron-prindle/master-pr-vg-union-tags-and-item-tag-chaining-support
  > 80736d7 Merge pull request # 133020 from pohly/apimachinery-list-map-keys
  > 197c3fd add item + union and item + zeroroneof output tests
  > 907f0a1 Merge pull request # 131293 from skitt/typo-watchAction
  > 332022e sigs.k8s.io/structured-merge-diff/v6 v6.3.0
  > 44978dd add validate/zeroorone_test.go and add +k8s:zeroOrOneOfMember output tests
  > 9687e92 Merge pull request # 132969 from liggitt/conversion-gen-equality
  > be52b3e Typo fix: watchActcion
  > 4a14064 feat(validation-gen): add +k8s:zeroOrOneOfMember tag validator and associated validate method
  > 73dcfb3 Merge pull request # 132871 from dims/bump-k8s.io/kube-openapi-to-latest-SHA-f3f2b991d03b
  > 26fcc63 Fix conversion-gen caching incorrect memory equality comparisons
  > 12d1d6c add validate/union_test.go and add +k8s:unionMember and +k8s:unionDiscriminator output tests
  > d721023 Merge pull request # 132934 from ylink-lfs/chore/residual_strptr_removal
  > 788f0db Bump k8s.io/kube-openapi to latest SHA (f3f2b991d03b)
  > e28b8fe Add conversion-gen memory equality test
  > a73eb91 feat(validation-gen): add +k8s:unionMember and +k8s:unionDiscriminator tag validators and associated validate methods
  > 327c47e chore: residual strPtr utility removal with ptr.To
  > e74fea5 refactor item.go with buildMatchConditions, make itemTagValidator a LateTagValidator
  > b537937 Merge pull request # 132469 from yongruilin/master_vg_ratcheting-list
  > 09965b5 add ParentPath to context, remove Parent from context and plumb changes in validators
  > 21ecbdc chore(validation-gen): reorder imports
  > 1348df1 allow field validators to generate variables
  > a0c3218 run update-codegen
  > 51d981a add +k8s:neq tests
  > e78ab3f feat: add +k8s:neq tag which enforces field is neq to a specified comparable value
  > 8d00f99 feat(validation-gen): add new test cases for item validation
  > dfed150 feat(validation-gen): add k8s:item
  > 22c522e feat: Add validation ratcheting for subfields tag
  > 3cbbf15 feat(validation-gen): add new test cases for validation of slices and maps
  > 0889c7b feat(validation-gen): enhance validation functions for slices and maps
  > 15778ad refactor(validation-gen): streamline type validation logic
  > 4b28aae feat(validation-gen): add FieldValidator
  > c81dd5d Merge pull request # 132823 from yongruilin/master_vg_enum
  > 7891cc1 feat(validation-gen): add k8s:enum validator
  > 99577d5 Merge pull request # 132675 from dims/bump-sigs-k8s-io-json-no-code-changes
  > cace932 Merge pull request # 132677 from dims/update-github.com/emicklei/go-restful/v3-to-v3.12.2
  > 1b5210b Bump sigs.k8s.io/json to latest - no code changes
  > 7934b92 Merge pull request # 132676 from dims/bump-go.yaml.in/yaml/v3-to-v3.0.4
  > b1440b6 Update github.com/emicklei/go-restful/v3 to v3.12.2
  > df04996 Bump go.yaml.in/yaml/v3 to v3.0.4
  > 851758d Merge pull request # 132654 from Jefftree/b-openapi
  > 4e15628 Update vendor
  > 5bc4bc4 pin kube-openapi to v0.0.0-20250628140032-d90c4fd18f59
  > b32cd00 Merge pull request # 132584 from alvaroaleman/fix-asfafs
  > fa37f4d Re-generate applyconfigurations
  > 8d6b21f Applyconfig-gen: Only the root type is an applyconfiguration
  > 789f480 Merge pull request # 132521 from gavinkflam/130358-migrate-extract-comment-tags-chunk-2
  > 0512201 Merge pull request # 132357 from dims/drop-usage-of-forked-copies-of-goyaml.v2-and-goyaml.v3
  > e843c1d cleanup: Migrate more usages of deprecated function ExtractCommentTags
  > 08e0763 Merge pull request # 132504 from jpbetz/name-formats
  > e544dec switch to latest sigs.k8s.io/yaml v1.5.0 (run update-gofmt.sh as well)
  > 9d7f7de Bump to latest kube-openapi
  > 59e0378 Drop usage of forked copies of goyaml.v2 and goyaml.v3
  > ded9f55 Merge pull request # 131711 from gavinkflam/130358-migrate-extract-comment-tags
  > 1007f02 Merge pull request # 132194 from alvaroaleman/local0dev
  > 494c27c cleanup: Migrate deprecated function ExtractCommentTags
  > 38d3a22 Re-Generate applyconfigs
  > 11b3675 Update applyconfiguration-gen so acs implement runtime.applyconfiguration
  > c1b16e0 Merge pull request # 132221 from dims/new-cmp-diff-impl
  > 2eb117f Merge pull request # 132257 from p0lyn0mial/upstream-watchlist-typed-client-rm
  > a2f5298 Add a replacement for cmp.Diff using json+go-difflib
  > 0ccc8d6 Merge pull request # 132269 from dims/update-to-latest-github.com/modern-go/reflect2
  > 834c529 ./hack/update-internal-modules.sh
  > e2a9df0 Update to latest github.com/modern-go/reflect2
  > c8449ad make update
  > b6288af Merge pull request # 132135 from jpbetz/options-to-slice-master
  > dbb3aad client-gen/code-generator: remove watchList
  > 6dae3d6 Merge pull request # 132236 from yongruilin/master_vg_ratcheting-default
  > 676f045 Change option to a slice
  > a6cccc8 add ratcheting testcase for validateFalse tag
  > aecc195 add ratcheting testcase for minimum tag
  > a8e1aec run update-codegen.sh
  > 73a5aa2 feat: add default ratcheting support
  > 9de4caf feat(validation-gen): Refactor type handling and introduce utility functions
  > 0771441 Merge pull request # 132217 from yongruilin/master_vg_refactor-test
  > 7194028 Merge pull request # 132138 from yongruilin/master_vg_mapofslice
  > a59006b Remove unused Expect methods in testscheme
  > 8b776ba Merge pull request # 132103 from nojnhuh/typed-ring-buffer
  > 4b5dfd6 chore: Add validation error for unsupported map of slices in validation-gen
  > 10c230f Add ExpectMatches to ValidationTester
  > 4cc9f30 Merge pull request # 132130 from jpbetz/codtags-master
  > 35fb260 Update k8s.io/utils for new generic ring buffer
  > 7ebf8c2 Remove unsupported map of slice validation for non-byte elements in validation-gen
  > b7eb961 Add type information to tag Docs() and use it to typecheck tags
  > b24e04f Switch to using named args in output_tests
  > b67d6f7 Use codetags in validation-gen
  > 9dc7577 Merge pull request # 132110 from jpbetz/gengo-bump
  > 3a91e97 Fix field path for embedded fields in root types
  > 277c838 Support embedded fields properly
  > 59e4291 Bump gengo/v2 to latest
  > 6a7575e Merge pull request # 131664 from jpbetz/subresources-enable-replicas
  > 476ad11 generate code
  > 7d13408 Simplify subresource matching
  > da14361 Clarify errors and improve tests
  > a2f22c0 Add output_tests
  > 7dbbf20 Add +k8s:isSubresource and +k8s:supportsSubresource tags
  > be45a21 Enable scale subresource in generated validations
  > ae11bdb Merge pull request # 131628 from skitt/applyconfig-nil
  > 3a6fa0a Merge pull request # 128419 from liggitt/etcd-3.6
  > 3f8aab2 Run codegen
  > 843fe75 bump etcd client to 3.6
  > d00acb3 applyconfig-gen: handle non-pointer embedded members
  > 0469f81 Merge pull request # 131777 from BenTheElder/exit-codes
  > 4816fe8 Add a breaking example for applyconfig-gen
  > 5635b91 verify scripts: preserve exit code
  > bf27779 Merge pull request # 131608 from omerap12/migrate-ExtractCommentTags-conversion
  > 35e45a4 Merge pull request # 131682 from thockin/kk_recursive_bug
  > 87a22ae propogate error
  > a3b258d Fix broken recursion
  > 5e0133d Migrate ExtractCommentTags to ExtractFunctionStyleCommentTags
  > 7681601 Merge pull request # 131616 from jpbetz/typeconverter-cleanup
  > 949efda Merge pull request # 131635 from thockin/kk_cleanup_codegen
  > 85cb090 generate code
  > a6624cb Better logs and debugging
  > c9322d8 Reorganize scheme type converter into apimachinery utils
  > 9e922cc Rename discover() to discoverType()
  > afec841 Reorder and merge blocks handling named types
  > 19c4cc4 hasValidations should return cached values first
  > 6ce150b Fix lint warnings
  > 3cbdaf2 Merge pull request # 131560 from jpbetz/validation-gen-subresource-simplification
  > ca653cc Merge pull request # 131399 from thockin/kk_realType
  > 5edf63c Update codegen
  > ec35be3 Merge pull request # 131477 from pohly/golangci-lint@v2
  > 4d9a301 Retool validator utils realType and unaliasType
  > cac13ed Reenable guard to only validat root and scale subresources until ratcheting merges.
  > 1124c41 Merge pull request # 131595 from aojea/utils_fake_clock
  > 41ef868 chore: bump golangci-lint to v2
  > 29ae2c1 Change v8n context.Type and Parent on typedefs
  > 8676754 Remove unused function
  > 334b456 update k8s.io/utils to bring fakeClock.Waiters()
  > c35f5f4 Disallow pointers as listmap keys
  > cd43ef3 Update codegen
  > 0c4f119 Merge pull request # 130989 from liggitt/creationTimestamp-omitzero
  > a642302 Handle typedef fields in optional validations
  > 15ef381 Add subresource to operation, do not special case subresources in validation-gen
  > e810653 bump cbor to add omitzero support
  > 3931dc3 Fix immutable validation for structs with pointers
  > 7fe8373 bump structured-merge-diff to add omitzero support
  > 84e7e0c Add test cases for immutable to verify pointers
  > 6c44fd7 Merge pull request # 131297 from thockin/kk_one_type_discoverer
  > 83f4444 Add tests for optionalness of typedef fields
  > 8a3b9fd Create a single TypeDiscoverer for all inputs
  > 2989947 Merge pull request # 130995 from xigang/utils
  > 9d701a4 Merge pull request # 130981 from thockin/kk_hack_verify_api_lint
  > c901063 bump k8s.io/utils
  > 2a635fa Merge pull request # 131103 from ahrtr/etcd_sdk_20250328
  > 38c3661 Make validation-gen lint errors easier to read
  > 13b0aa1 bump etcd 3.5.21 sdk
bumping k8s.io/gengo/v2 1244d31...85fd79d:
  > 85fd79d Merge pull request # 304 from jpbetz/full-parser
  > b22feca Merge pull request # 306 from carsontham/support-omitzero-in-LookupJSON
  > b37a58d Add utility functions to access args
  > cc0d9c4 Add named arg parser (# 299)
  > c990d91 added support for omitzero
  > db65aa6 Apply feedback
  > 3d52566 Merge pull request # 303 from thockin/master
  > 1460848 Switch to # for comments
  > 5d81b21 Merge pull request # 297 from jpbetz/tag-parser
  > ea49fb3 Treat embedded fields as inline
  > 44a1af5 Limit whitespace to after : and , for named args
  > 221fad0 Merge pull request # 296 from aaron-prindle/rawstring-tag-parsing
  > ae132b4 Apply feedback
  > dcc70af Simplify whitespace handling and collapse needless states
  > e3bc6f1 Merge pull request # 293 from shashankram/fix-ignore
  > fc15268 feat: add raw string support to gengo comment tag arg parsing
  > 5502674 Add JSON tag argument support
  > 53609f6 Rename TypedTag to Tag
  > 83e62b2 parser/test: fix bug in comparison
  > 271cbf8 Apply feedback
  > c926ad7 Add missing break
  > c375a88 Add dedicated scanner tests
  > 7d6753c Add godoc to TypeTag.String(), add a 4 level nesting test
  > 4842742 Add a simple scanner and move literal value parsing into micro-FSMs.
  > 461f54c Test parse string for extract, fix incomplete value bug
  > 2f7fe8a Add opt-in support for value parsing to ExtractFunctionStyleCommentTags and ExtractSingleBoolCommentTag
  > e0a2d5e Expand and clean up tests
  > 88534e7 Add chained tag parsing
bumping github.com/google/gnostic-models 8182012...82b4ba0:
  > 82b4ba0 Fix go.mod
  > 1214835 update yaml library to go.yaml.in/yaml
  > 511df6b update README to 2025
  > fbe822a Update README to 2024
  > d9cde49 chore: omit comparison to bool constant
  > 8f45726 chore: unnecessary use of fmt.Sprintf
  > d47ab80 add manual trigger github actions
  > 164b47f Disable protoc download in CI
bumping k8s.io/kube-openapi c8a335a...f3f2b99:
  > f3f2b99 Merge pull request # 546 from dims/update-to-latest-structured-merge-diff
  > 9bd5c66 Merge pull request # 538 from tomleb/fix-params-definitions
  > 84b298b Update to latest structured-merge-diff and gengo
  > d90c4fd Merge pull request # 544 from Jefftree/v3
  > 4e3a38d bugfix: walk on parameter references
  > af0a60a Merge pull request # 542 from YinzhiJ/interface-fix
  > e9823e9 Bump gnostic-models and use go.yaml/in/yaml/v3
  > 37a77ce Merge pull request # 545 from Jefftree/drop-121
  > 679f732 Update return type of interface method
  > e0c7552 Merge pull request # 543 from dims/drop-usage-of-forked-copies-of-goyaml.v2
  > 0448de4 Drop go 1.21 from supported versions
  > 8b98d1e Merge pull request # 384 from jpbetz/k8s-formats
  > 6e006bf Drop usage of forked copies of goyaml.v2
  > e7b662c Add k8s-short-name and k8s-long-name formats.

Signed-off-by: Knative Automation <[email protected]>
@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch from ff80cf8 to 84b97ef Compare November 19, 2025 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. skip-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant