Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 google.golang.org/protobuf 4a76e11...c33baa8: > c33baa8 all: release v1.34.2 > 971c712 gofeatures: allow setting legacy_unmarshal_json_enum feature at file level > 3b8611b reflect/protoreflect: FieldDescriptor.Kind should never be GroupKind for maps or fields of map entry > ca837e5 types/descriptorpb: regenerate using latest protobuf v27.0 release > 1d4293e internal/impl: fix size cache semantics with lazy decoding > ef74188 all: set Go language version to Go 1.20 > b3f1c7a reflect/protodesc: remove obsolete JSON name check from desc validator > cbc3dd6 all: replace interface{} by any now that we are on Go 1.21 > 0e93293 internal/impl: enable fully lazy extensions (over Size and Marshal) > 15d7b13 all: remove Go 1.17 build tags / workarounds > f7dca67 all: set Go language version to Go 1.21 > 09393c1 all: start v1.34.1-devel bumping knative.dev/serving 34cef98...deb99de: > deb99de Update net-contour nightly (# 15500) > be2f70a Update net-kourier nightly (# 15501) > 8d8725e Update net-gateway-api nightly (# 15502) > 0824bd4 Update net-istio nightly (# 15499) > 3c5f2f6 Update community files (# 15498) > 7c927b7 Update net-kourier nightly (# 15497) > b50a09e Update net-istio nightly (# 15496) > bdec909 upgrade to latest dependencies (# 15495) > f07e3d6 Fix deepcopy gen (# 15492) > 372f5d1 Migrate to kube codegen (# 15491) > 5f5f6d8 Update net-kourier nightly (# 15476) > c51ee6c Update net-contour nightly (# 15471) > 25e5f48 Update net-gateway-api nightly (# 15470) > 6fe1b33 upgrade to latest dependencies (# 15469) > 446e690 upgrade to latest dependencies (# 15462) > 64820f2 update schema-config (# 15467) > b7026be Update net-contour nightly (# 15463) > 221b632 Update net-gateway-api nightly (# 15464) > 64ac199 E2E tests for startup probe (# 15461) > 6554a7d drop dev container as no one is maintaining it (# 15460) > bf7dbbb Update net-gateway-api nightly (# 15456) > c2789f2 Update net-contour nightly (# 15458) > 19d2bb5 Update net-kourier nightly (# 15457) > 34ff3f6 Update net-istio nightly (# 15455) > dc99c97 Update community files (# 15453) > 110b430 Update net-contour nightly (# 15452) > c6665f1 Update net-kourier nightly (# 15451) > ab0cd0a Update net-gateway-api nightly (# 15448) > 73f88b2 Update net-istio nightly (# 15443) > 3ae5a0e Update net-kourier nightly (# 15446) > 0c4d290 upgrade to latest dependencies (# 15447) > 5376ae0 Update net-contour nightly (# 15445) > 1f480d0 Update net-gateway-api nightly (# 15444) > 97e9e8d upgrade to latest dependencies (# 15439) > 2b86c14 Add support for hostipc, hostpid and hostnetwork (# 15414) > cac5e63 Fix bug in cert manager config (# 15434) > 222065d Update net-kourier nightly (# 15429) > 57fa417 Update net-contour nightly (# 15430) > e740654 Update net-gateway-api nightly (# 15428) > 5225d4f Update net-istio nightly (# 15427) > 8c13034 upgrade to latest dependencies (# 15426) > 42bc7bb Update community files (# 15425) > 19b5e8c Update net-kourier nightly (# 15423) > 666897e Update net-contour nightly (# 15422) > dfa1726 Update net-gateway-api nightly (# 15421) > 9a7409c clean up old certificate leases (# 15420) > 8ab2768 upgrade to latest dependencies (# 15419) > 873602a clean up (# 15415) > 7411254 Do not run TestTLSCertificateRotation in parallel with other tests (# 15417) > 7643497 Update net-kourier nightly (# 15413) > 2792dcb Update net-contour nightly (# 15411) > 7ed4aa0 Update net-gateway-api nightly (# 15410) > dec852b Update net-istio nightly (# 15412) > 7d318cd Use a different 'static' image that supports s390x and ppc (# 15407) > 79dd728 Update net-istio nightly (# 15406) > b41a9e3 Update net-gateway-api nightly (# 15404) > 53810f8 Update net-istio nightly (# 15403) Signed-off-by: Knative Automation <[email protected]>
- Loading branch information