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/apimachinery dc7e034...37988e5: > 37988e5 Merge remote-tracking branch 'origin/master' into release-1.30 > c857a38 Update x/net for CVE-2023-45288 > 0407311 followup to allow special characters > 25164f7 Merge pull request # 123435 from tallclair/apparmor-ga > cbfe0a1 Merge pull request # 123758 from liggitt/protobump > f57af5f Stop appending AppArmor status to node ready condition > 21d26b6 Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0 > 0c29f84 Merge pull request # 123385 from HirazawaUi/allow-special-characters > 60d24f2 Merge pull request # 123708 from p0lyn0mial/upstream-const-watchlist-bookmark-event > d4f2d34 add relaxed env var name function > 513d23a apimachinery/meta/types.go: define InitialEventsAnnotationKey const > 67cb3a8 Merge pull request # 123413 from seans3/tunneling-spdy-websockets > 5ddec50 removes extra upgrade aware proxy logging; returns tunneling connection close error > 808e708 portforward: tunnel spdy through websockets > df38a01 Merge pull request # 123536 from benluddy/cbor-roundtrip-unit-via-interface > 8193f66 Merge pull request # 123436 from dinhxuanvu/cbor-tests > 59152b5 Make CBOR roundtrip cases pass through interface{} as well. > c996998 Merge pull request # 123529 from thockin/go-workspaces > b39fd7b Add duplicate key and field case-sensitivity CBOR decode tests. > 933fc00 Address review nit, use longer variable identifiers. > 6362b69 Merge pull request # 123598 from liggitt/remotecommand-cleanup > df7ad6e Fix up go.mod files after reviews > 2161860 Avoid logging binary junk for frame write failure > 323f8c9 Remove old gengo detritus > 0f2e935 Merge pull request # 123348 from hoskeri/update-go-x-crypto-19 > 647c1ef Fix go-to-protobuf wrt gengo/v2 > 856aea5 Merge pull request # 123392 from thockin/depreciate > d19b6bd Update x/crypto to 0.19. > 657a797 Re-vendor latest kube-openapi and gengo/v2 > afd4b8f Merge pull request # 123268 from benluddy/cbor-appendix-a-tests > 7f22e75 Cleanup: s/depreciated/deprecated/g > 305e3b2 Generate go.work files > 5504fa7 Merge pull request # 123267 from benluddy/cbor-marshaling-tests > 895c28b Add roundtrip tests for all CBOR examples in RFC 8949 Appendix A. > 2511177 Merge pull request # 123174 from danwinship/cidr-validation-cleanup > c9af5af Add decode and roundtrip tests for CBOR marshaling. > 75cefea Merge pull request # 122881 from benluddy/cbor-serializer-only > b81059e Add validation.IsValidCIDR > 48cc8db Add CBOR Serializer implementation. > 665c1a2 Merge pull request # 123250 from benluddy/dep-bump-cbor-v2.6.0 > fe0d4b3 Bump github.com/fxamacker/cbor/v2 to v2.6.0. > 4a1251b Merge pull request # 121486 from benluddy/cbor-stub > 046ab0d chore: adds consistent vanity import to files and provides tooling for verifying and updating them. (# 120642) > 48a3f60 Update vendoring to take new CBOR library dependency. > 62eada4 Merge pull request # 123164 from liggitt/api-validation > 9fd4d01 Add skeleton CBOR package and introduce library dependency. > 58e33ab Merge pull request # 122931 from danwinship/ip-validation-cleanup > d8a2eb9 Put validation utility packages used by API validation under API review > 89b9414 Make validation.IsValidIP return a field.ErrorList for consistency > cc2017e Expand IsValidIP unit tests > 8d387a6 Drop validation.IsValidSocketAddr > f14778d Merge pull request # 122842 from pohly/klog-update > 942edc4 Merge pull request # 122839 from pohly/ginkgo-gomega-update > c2f97d1 dependencies: klog v2.120.1 > 4f03c3f dependencies: ginkgo v2.15.0, gomega v1.31.0 > 02a4104 Merge pull request # 122706 from pacoxu/klog-upgrade > 4dd1d06 bump klog to v2.120.0 > 60eaa65 Merge pull request # 122412 from MadhavJivrajani/bump-go-tools > becf6e9 .*: bump golang.org/x/tools to v0.16.1 > 8bd2c20 Merge pull request # 122395 from pohly/ginkgo-gomega-update > 4308c9f dependencies: gomega v1.30.0 + ginkgo v2.13.2 > e2f405a Merge pull request # 121846 from Iceber/sets_keyset > 2341c26 Merge pull request # 121771 from pohly/apimachinery-encoding-shortcut > 350f691 Set the initial length of set[T] in sets.KeySet > aa9a6c8 Merge pull request # 121759 from thockin/fix_api_violations > 013c6eb encoding: avoid setting GVK unnecessarily > e6fb254 Merge pull request # 121741 from xgp01/update-util-sets-with-package-cmp > d9203a2 Re-vendor k8s.io/kube-openapi > fa98d6e Merge pull request # 121808 from cpanato/go-update-main > 8398822 update util/sets to use standard package cmp > bfbbdec Fix "list_type_missing" API violations in meta/v1 > f27e43a update go.mod bumping golang.org/x/oauth2 5fd4241...6d8340f: > 6d8340f LICENSE: update per Google Legal bumping golang.org/x/sys faed7ec...a43b625: > a43b625 windows: add SIO_UDP_NETRESET constant > ed67b15 windows: add console codepage api > 9cb830b unix: add missing import to syscall_hurd.go > 71132f5 unix: add POLLRDHUP to FreeBSD > 3283fc3 cpu: add support for detecting RISC-V extensions > 29e55b2 unix: use os.Executable rather than os.Args[0] in tests > a8c5219 unix: rename XDPUmemReg field back to Size > 59665e5 unix: add Connectx for darwin > a0c72ef unix: add f_flag member flags on z/OS > c64c51d unix: update riscv64 hwprobe to Linux kernel 6.10 > da77c6b unix: sync minimum Linux Kernel version with requirements page > 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 k8s.io/api d473130...83bdab1: > 83bdab1 Update dependencies to v0.30.3 tag > 0fd470c Merge pull request # 124702 from aojea/automated-cherry-pick-of-# 124572-upstream-release-1.30 > a669f18 Merge pull request # 124694 from pmalek/backport-124553-to-release-1.30 > d9a08c5 tag service.spec.TrafficDistribution field as alpha > 15001b5 fix(api): make LocalObjectReference.Name and HostAlias.IP required (# 124553) > d014286 Merge remote-tracking branch 'origin/master' into release-1.30 > 581c1b8 Update x/net for CVE-2023-45288 > 35ca1f4 Merge pull request # 123932 from pohly/dra-api-resource-model-rename > b048bd8 Merge pull request # 123909 from AkihiroSuda/fix-123906 > f06d24a dra api: NodeResourceModel -> ResourceModel > 30e3187 api: NodeStatus: rename RuntimeClasses to RuntimeHandlers > 96558b9 Merge pull request # 123792 from mimowo/propose-api-comments-fix > 089c7ca Merge pull request # 123180 from AkihiroSuda/rro > e5f396f Adjust the validation to the current state > b50824d api: KEP-3857: Recursive Read-only (RRO) mounts > 1276e02 Adjust the API comments to the current state > 0cf49f5 Merge pull request # 123344 from nilekhc/svm-controller > 23cc4f3 feat: implements Storage Version Migration API in-tree > 170523f Merge pull request # 123516 from pohly/dra-structured-parameters > 1cabcc1 Merge pull request # 123412 from tenzen-y/add-new-jobsuccesspolicy-api > c83dd08 dra api: rename NodeResourceSlice -> ResourceSlice > 7425e10 Job: Support for the JobSuccessPolicy (alpha) > 0a349fb dra api: implement semver attribute value type > 1d33fcd Merge pull request # 123435 from tallclair/apparmor-ga > 7c2e521 dra: add "named resources" structured parameter model > 05aa4bc Merge pull request # 123758 from liggitt/protobump > 315a8e5 Rename AppArmor annotation constants with Deprecated > 6debb17 dra api: add structured parameters > 0bfa363 Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0 > 66aafa1 Generated code > a70123b Merge pull request # 123405 from cici37/vapGA > 05e1bbe AppArmor API changes > 0d530cd Auto updates > e6296f5 Promote ValidatingAdmissionPolicy to GA. > 3bd4693 Support for the Job managedBy field (alpha) (# 123273) > dd2e750 Merge pull request # 123487 from gauravkghildiyal/kep-4444 > 77dcab1 Merge pull request # 123481 from sanposhiho/mindomain-stable > fea57aa Run 'make update' > 44e99ab Merge pull request # 122422 from neolit123/1.30-update-hostaliases-note > f04084f update comments on API > 0a84c1b Add new field trafficDistribution to Service spec > e4eca2b Merge pull request # 123575 from Huang-Wei/pod-scheduling-readiness-stable > ca38c15 core/v1: remove note about hostAliases not working with hostNetwork > 4ef4365 Merge pull request # 123629 from thockin/master > 4ba241e generated files > f776286 Get rid of unused API type NodeResources > bfee160 Graduate PodSchedulingReadiness to stable > cd36300 Merge pull request # 123529 from thockin/go-workspaces > e88057d Merge pull request # 123560 from ivelichkovich/master > 35049c9 Fix up go.mod files after reviews > f273200 Merge pull request # 123534 from kannon92/fix-downward-api-comment > 01b6869 kep-3716 GA, remove feature gate > 728ade4 Remove old gengo detritus > d6ea7e8 Merge pull request # 123411 from hunshcn/fix/volume-link > adfbf61 uid is also supported in field ref for downward api > be610ef Remove errant +required with no validation code > ffee488 Merge pull request # 123348 from hoskeri/update-go-x-crypto-19 > 9a03962 fix persistent volume docs link > f836675 Remove defunct references to "vendor" > 4efc15a Merge pull request # 123392 from thockin/depreciate > d190437 Update x/crypto to 0.19. > bc58648 Fix go-to-protobuf wrt gengo/v2 > 6384da7 Merge pull request # 122880 from Jefftree/agg-discovery-v2-types > f79318a Cleanup: s/depreciated/deprecated/g > d3d41ea Re-vendor latest kube-openapi and gengo/v2 > ed3c0f7 Merge pull request # 123374 from mimowo/improve-ready-and-active-field-comments > 69bfb25 compatibility fixture > b374e58 Generate go.work files > c5d5bcb Improve the doc comment for the Job status.active field > 96bce1a Add aggregated discovery v2 types > 48ed980 Merge pull request # 123158 from AkihiroSuda/nodeconditiontype-godoc > e929f86 Merge pull request # 123250 from benluddy/dep-bump-cbor-v2.6.0 > e098473 core/v1: remove comment about non-existing constants > d82052d Bump github.com/fxamacker/cbor/v2 to v2.6.0. > e08bb0f Merge pull request # 121486 from benluddy/cbor-stub > dddacac Update vendoring to take new CBOR library dependency. > f3648a5 Merge pull request # 122728 from RomanBednar/pv-phase-transition-time-doc-fix > 8b0ccc2 Merge pull request # 122276 from pohly/dra-patch-reserved-for > 669e693 flag PersistentVolumeLastPhaseTransitionTime field as beta > d5724e4 Merge pull request # 122842 from pohly/klog-update > 243323d dra: enable adding ReservedFor entries through strategic-merge-patch > add4d30 Merge pull request # 122839 from pohly/ginkgo-gomega-update > 68ec4bf dependencies: klog v2.120.1 > 4005ce9 dependencies: ginkgo v2.15.0, gomega v1.31.0 > c9c2aec Merge pull request # 122771 from thockin/make_verify-fieldname-docs_actually_error > 7d1a2f7 Make verify-fieldname-docs actually error > 39c8044 Merge pull request # 122706 from pacoxu/klog-upgrade > 86d1e29 bump klog to v2.120.0 > 84c4768 Merge pull request # 122412 from MadhavJivrajani/bump-go-tools > 2ff272a .*: bump golang.org/x/tools to v0.16.1 > b3fafe7 Merge pull request # 122395 from pohly/ginkgo-gomega-update > 8c7ac85 dependencies: gomega v1.30.0 + ginkgo v2.13.2 > fa9b0f0 Merge pull request # 122332 from SataQiu/drop-127-api-testdata > 53c9133 Merge pull request # 122331 from SataQiu/v1.29.0-api-testdata > b53ae2b Drop v1.27.0 API testdata > c13599b Add v1.29.0 API testdata > 8b68618 Merge pull request # 121601 from carlory/fix-pvc-condition > d7980a4 Merge pull request # 121964 from kannon92/ephemeral-storage-not-alpha > e418975 fix wrong condition description in PVC > 3da9497 Merge pull request # 121759 from thockin/fix_api_violations > 1213fb8 drop alpha comment on ephemeral storage > 6a8b8cd Merge pull request # 116209 from haoruan/feature-csidriver-fields-mutable > 9985a28 Fix list_type_missing in api/storage > 5c18014 Merge pull request # 122188 from kannon92/terminating-pod-beta > 0240a8a Generated files > 77d01b1 Fix list_type_missing in api/rbac > 1996904 add beta comment for pod replacement policy > bc3bf02 allow FSGroupPolicy and PodInfoOnMount to be mutable in CSIDriver.Spec > 9991c81 Fix list_type_missing in api/networking > a95c725 Merge pull request # 121808 from cpanato/go-update-main > aae21ed Fix list_type_missing in api/imagepolicy > 18b28b9 update go.mod > c4ea169 Fix list_type_missing in api/extensions > 0c53f55 Fix list_type_missing in api/core > 921c6d9 Fix list_type_missing in api/autoscaling > b9c7db6 Fix list_type_missing in api/authorization > 9956358 Fix list_type_missing in api/authentication > e6874ab Fix list_type_missing in api/apps > 1822ad6 Fix list_type_missing in api/admissionregistration > dd010e0 Re-vendor k8s.io/kube-openapi bumping knative.dev/operator d21cee4...caaa1fe: > caaa1fe Updated the dependencies and fixed the eventing upgrade tests (# 1885) > 0b8450e Update community files (# 1882) > 65ce40b upgrade to latest dependencies (# 1880) > 0577b99 upgrade to latest dependencies (# 1879) > 556a96e Updated the dependencies and manifests (# 1875) > e951d17 upgrade to latest dependencies (# 1867) > 01f5f04 upgrade to latest dependencies (# 1861) > d3c07aa upgrade to latest dependencies (# 1860) > 61070f4 upgrade to latest dependencies (# 1858) > fc1b252 Update community files (# 1857) > 03241c5 upgrade to latest dependencies (# 1855) > 3baec97 Update community files (# 1849) > 5c829d3 upgrade to latest dependencies (# 1848) > 0873d30 Resume the development of 1.16 (# 1847) bumping github.com/go-openapi/jsonpointer 344388f...8b546b9: > 8b546b9 chore(go): go-openapi requires go.1.20 across the board > 5d6253e updated dependencies > 8e6deda chore(lint): relinted > 9352cad fix(ci): remove dependency-type from dependabot groups > e344ef7 Bump the development-dependencies group with 1 update > e0c759b ci: remove paths-ignore > f9d3b1b Bump the development-dependencies group with 1 update > 92c7c39 chore(ci): prevents duplicate workflow runs > 5767083 ci: regroup & auto-approve all github actions updates > b635cd3 ci: auto-merge dependabot PRs > 60c301f ci: configured auto-approve & auto-merge for dependabot (# 23) > 6f774b2 Bump github.com/go-openapi/swag from 0.22.8 to 0.22.9 (# 24) > 262c7fb Bump github.com/go-openapi/swag from 0.22.7 to 0.22.8 (# 22) > 5872b5c Bump github.com/go-openapi/swag from 0.22.5 to 0.22.7 (# 19) > 70f59d6 Bump actions/checkout from 3 to 4 > afcd21f Bump actions/setup-go from 4 to 5 > ca8bdfd Added dependabot > 8a258df fix(ci): muted warnings in CI runs due to cache conflicts bumping github.com/go-openapi/jsonreference 23cc9cc...c5fa756: > c5fa756 chore(go): go-openapi requires go.1.20 across the board > 12387f8 updated dependencies > 5aeffa5 fix(ci): remove dependency-type from dependabot groups > 95a16b7 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 > 6a06213 Bump the development-dependencies group with 1 update > aad9db7 ci: remove paths-ignore > eef6c6a Bump the development-dependencies group with 1 update > 7c2c0ac chore(ci): prevents duplicate workflow runs > 19d90a5 ci: regroup & auto-approve all github actions updates > 6dced31 ci(dependencies): automate dependencies updates > 13b64b0 Bump actions/checkout from 3 to 4 > d8223f2 Bump actions/setup-go from 4 to 5 > b6313cc Added dependabot > 91d0edd fix(ci): muted warnings in CI runs due to cache conflicts bumping golang.org/x/mod d58be1c...46a3137: > 46a3137 zip: set GIT_DIR in test when using bare repositories > 3afcd4e go.mod: set go version to 1.22.0 > b1d336c go.mod: update required go version to go1.22 > 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 Signed-off-by: Knative Automation <automation@knative.team>
- Loading branch information