Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumping sigs.k8s.io/structured-merge-diff/v4 26781d0...cf09e71: > cf09e71 Merge pull request # 254 from apelisse/allow-duplicates-in-associative-lists > e0346c0 Merge pull request # 255 from apelisse/remove-unions > 29babbc merge: Allow duplicate keys in lhs > 9c99f49 Merge pull request # 253 from apelisse/merge-duplicates > 35d4e8c Remove unions logic, keep schema components > 1233172 Merge pull request # 251 from apelisse/add-compare-duplicates > 4daa91c typed: Replace duplicates rather than merging > 66711bf Merge pull request # 250 from apelisse/update-pathelement-map-values > a1f0e95 typed: Update compare algorithm to handle duplicates > c9d20e7 typed: Allow duplicates when we merge > 52ca48f Merge pull request # 249 from apelisse/tofieldset-duplicates > af4df06 fieldpath: Allow map to be updated > 6a279b9 fieldpath: Implement PathElementMap to map PEs to interface{} > f8c7b27 Rename lhsOrder and rhsOrder to lhsPEs and rhsPEs > 042aa8e Merge pull request # 247 from apelisse/loose-validation > 0e49988 tofieldset: Add tests to show it already allow duplicates > 476102f Merge pull request # 246 from apelisse/mild-cleanups > db12191 validation: Allow loose validation for sets > 3f658af Merge pull request # 245 from apelisse/split-merge-compare > 4d85fbb Further rename merge -> compare in compare.go > 7785c50 Merge pull request # 242 from kmala/master > 6703e6d typed: Simplify merge and compare to be more focused > 69b4451 Remove index from internal API/function calls > a345f52 Merge pull request # 243 from apelisse/jenny-emeritus > 69bc7e7 address review comment > 479fba6 typed: Split merge into merge and compare > 8f90031 Include mandatory atomic relation for lists in all schemas > 8e33abb Merge pull request # 237 from apelisse/proper-comparison > 2265178 lavalamp and jennybuckley are emeritus now > 6371a4d simplify test > ab402c1 Merge pull request # 240 from apelisse/equalsusing-in-compare > d1b78eb merge: Add flag to skip comparison after apply > 24aa83d deep copy slice object during append > fa1e46d Merge pull request # 239 from apelisse/use-using-recursively > 6e15532 Use EqualsUsing in Typed.Compare() > 6310a8a Do not use Compare for Equality checks > 1dca6fb Merge pull request # 238 from apelisse/compare-field-manager > 8bff488 Use EqualsUsing recursively > 1dfaf6b Merge pull request # 231 from ulucinar/fix-buildStructCacheEntry > 04eae3a fixture: Show diff when managers don't match > 758c177 value: Add benchmark for value.Equals > 27c21c1 Merge pull request # 232 from xmudrii/registry-k8s-io > 3726c80 Check inlined struct field's kind before recursively calling value.buildStructCacheEntry > da4b109 Merge pull request # 233 from apelisse/minor-cleanups > 7cc4784 Replace k8s.gcr.io with registry.k8s.io > bbe0f82 Merge pull request # 228 from apelisse/add-typename-different-from-version-test > 8961154 Mark AsTypeUnvalidated as deprecated > f76ddd2 Use version of the object rather than from typename > 71a41e1 test: Do not capture loop variable > 711abd7 Run the test 10 times in a row since it is flaky > 3440e0c schema: Fix unknown scalar types > 3f0a19a Add test to show that typename and version don't always match bumping golang.org/x/net cb5b10f...7bbe320: > 7bbe320 go.mod: update golang.org/x dependencies > c48da13 http2: fix TestServerContinuationFlood flakes > 762b58d http2: fix tipos in comment > ba87210 http2: close connections when receiving too many headers > ebc8168 all: fix some typos > 3678185 http2: make TestCanonicalHeaderCacheGrowth faster > 448c44f http2: remove clientTester > c7877ac http2: convert the remaining clientTester tests to testClientConn > d8870b0 http2: use synthetic time in TestIdleConnTimeout > d73acff http2: only set up deadline when Server.IdleTimeout is positive > 89f602b http2: validate client/outgoing trailers > 6e2c99c http2: allow testing Transports with testSyncHooks > 9e0498d http2: use synthetic timers for ping timeouts in tests > 31d9683 http2: mark several testing functions as helpers > 12ddef7 http2: reject DATA frames after 1xx and before final headers > d600ae0 http2: add testClientConn for testing client RoundTrips > 57a6a7a http2: prevent uninitialized pipe from being written > ea095bc http2: only set up positive deadlines > 8c07e20 httpproxy: allow any scheme > ab271c3 http2: add IdleConnTimeout to http2.Transport > 7ee34a0 go.mod: update golang.org/x dependencies > c289c7a websocket: re-add documentation for DialConfig > 9fb4a8c http2: send an error of FLOW_CONTROL_ERROR when exceed the maximum octets > 3dfd003 websocket: add support for dialing with context > fa11427 quic: move package out of internal > 591be7f quic: fix UDP on big-endian Linux, tests on various architectures > 34cc446 quic: temporarily disable networking tests failing on various platforms > 4bdc6df quic: expand package docs, and document Stream > 22cbde9 quic: set ServerName in client connection TLSConfig > 57e4cc7 quic: handle PATH_CHALLENGE and PATH_RESPONSE frames > a6a24dd quic: source address and ECN support in the network layer > 2a8baea quic: don't record fin bit as sent when it wasn't > 5e09712 quic: fast path for stream writes > 08d27e3 quic: fast path for stream reads > cc568ea internal/quic: use slices.Equal in TestAcksSent > dda3687 quic: add Stream.ReadByte, Stream.WriteByte > e94da73 quic: reduce ack frequency after the first 100 packets > 117945d quic: add throughput and stream creation benchmarks > 93be8fe quic: log packet_dropped events > 6e383c4 quic: add qlog recovery metrics > 840656f quic/qlog: don't output empty slog.Attrs > 5a444b4 quic: add Stream.Set{Read,Write}Context, drop {Read,Write,Close}Context > 73d21fd go.mod: update golang.org/x dependencies > 643fd16 html: fix SOLIDUS '/' handling in attribute parsing > 73e4b50 dns/dnsmessage: allow name compression for SRV resource parsing > b2208d0 internal/quic/qlog: fix typo > 0d0b98c http2: avoid goroutine starvation in TestServer_Push_RejectAfterGoAway > 07e05fd http2: remove suspicious uint32->v conversion in frame code > 26b646e quic: avoid deadlock in Endpoint.Close bumping k8s.io/api 4c4fe6a...d473130: > d473130 Update dependencies to v0.29.2 tag > f5eca04 Merge pull request # 122959 from RomanBednar/automated-cherry-pick-of-# 122728-upstream-release-1.29 > fd1786f flag PersistentVolumeLastPhaseTransitionTime field as beta > a48c0a4 Merge pull request # 122429 from MadhavJivrajani/tools-bump-129 > 656e18f .*: bump golang.org/x/tools to v0.16.1 > 0d77c34 Merge remote-tracking branch 'origin/master' into release-1.29 > bb0a75c add beta comment for pod replacement policy > 0099855 update go.mod > d4b94f4 Merge pull request # 121765 from mimowo/ready-pods-stable-api > 8391a3f Merge pull request # 121764 from mimowo/backoff-limit-per-index-beta-api > 7e58e00 Fix API comment for the Job ready field > 5a2bc70 Fix API comment for the FailIndex Job pod failure policy action > cca653e Merge pull request # 113374 from ahmedtd/kep-3257-projected-types > d23b507 Regenerate for ClusterTrustBundlePEM projected volume API > ef77d1a Define ClusterTrustBundlePEM projected volume > 0111c97 ClusterTrustBundles: ClusterTrustBundleProjection feature gate > cd0ecb0 Merge pull request # 121552 from pohly/klog-update > a43bae1 dependencies: klog v2.110.1 > a7821af Merge pull request # 121303 from humblec/csinodeexpand-ga > 844fc25 Update APIs and adjust tests > a4966a6 Merge pull request # 116516 from aojea/servicecidr > 6106c48 Merge pull request # 121575 from apelisse/update-smd > 0eda15d make update with the new API with arrays > 14869ee Merge pull request # 121104 from carlory/kep-3751-api-changes > 226af0e Update sigs.k8s.io/structured-merge-diff to v4.4.1 > 8b426f3 update ServiceCIDR API: replace IPv4,IPv6 fields by an array of strings > 61b3fc6 generated changes > e3a3114 make update > 5947688 volumeattributesclass and core api changes > 6d86ab8 add ServiceCIDR APIs > a9aa0dc Merge pull request # 121089 from tkashem/apf-v1 > 58ea9c7 rename the roundtrip annotation, forbid it in v1 > 40619ae apiserver: remove prerelease annotation for flowcontrol v1 > c091c87 apiserver: add testdata for flowcontrol v1 > b069cf6 apiserver: add generated files for flowcontrol api change > 50ab76c apiserver: allow zero value for the 'nominalConcurrencyShares' field > beb816b apiserver: add pre-lifecycle replacement for flowcontrol v1beta3 > b7fe49b apiserver: generate code for apf flowcontrol v1 API > 8aaf710 apiserver: remove copied generated files > 5cfa848 apiserver: update copy, rename v1beta3 to v1 > 9437ffb apiserver: copy apf v1beta3 to v1 > b5946e6 Merge pull request # 121524 from carlory/gomega > 5c25965 bump gomega to 1.29.0 > 25009ae Merge pull request # 121338 from dims/working-otel-bump > 6dba7c8 working-config-otel > 3942070 Merge pull request # 121471 from mimowo/backoff-limit-per-index-api-beta > 6146ea4 Indicate Job Backoff Limit Per Index reason consts are beta > bfce70f Merge pull request # 121356 from mimowo/backoff-limit-per-index-beta > ecdf62a Merge pull request # 116065 from sanposhiho/match-label-key-alternative > 8d2e863 Update staging/src/k8s.io/api/batch/v1/types.go > fe172d7 Merge pull request # 121277 from dprotaso/update-standard-protocols > 3f2cf87 feature(scheduler): implement matchLabelKeys in PodAffinity and PodAntiAffinity > d793fcd Graduate BackoffLimitPerIndex to Beta > 1535dfa Merge pull request # 120757 from alexzielenski/apiserver/openapi/invalid-default > f371fc6 update versioned types > 408ecea Merge pull request # 121000 from jiahuif-forks/fix/validating-admission-policy/variables-omitempty > c9e6344 pin openapi > b01b449 Merge pull request # 121010 from Jefftree/decouple-openapi-v2v3-config > 9a9cec3 generated: UPDATE_COMPATIBILITY_FIXTURE_DATA > 7030ca6 Merge pull request # 119026 from AxeZhan/sleepAction > 4b00ff6 bump kube-openapi > c94745e ValidatingAdmissionPolicySpec: Variables omitempty. > 22338e7 codegen > 2dab908 api changes > f2c6a4e Merge pull request # 121229 from aojea/remove_cluster_cidr > 6e5a9f3 remove ClusterCIDR > fd486f2 Merge pull request # 120735 from Jefftree/request-body > cecb933 Merge pull request # 119659 from kannon92/beta-pod-ready-to-start > 794319d bump kube-openapi > 012f0ad Merge pull request # 121106 from aojea/ipaddress_uid > 8e41fc1 move kubelet constant for podreadytostart to staging > 133964c Merge pull request # 121111 from dashpole/update_otel_deps > 8fd35c2 make update > 22d8766 dependencies: update otel-go dependencies > ef0b72b compatibility (adapt testdata) > 5eb44ad Merge pull request # 121117 from MadhavJivrajani/bump-x-net > 5fd50e2 drop UID from the IPAddress.Spec.ParentRef > 5801316 .: bump golang.org/x/net to v0.17.0 > f17c848 Merge pull request # 121082 from pohly/ginkgo-gomega-update > 6b725e6 dependencies: ginkgo v2.13.0, gomega v1.28.0 > 9a776fe Merge pull request # 120716 from xrstf/fix-typos > cdfdc47 Merge pull request # 120175 from kannon92/move-pod-failure-policy-constant > d742fa1 fix typo exeucting => executing > 1cac0b1 Merge pull request # 119526 from sttts/sttts-idiomatic-cached > 583b902 Rename job reasons to JobReasons as part of api review > 5cb9864 fix typo dervied => derived > 6fbc56c hack/update-vendor.sh > 5c90138 move reasons to api package for job controller > ff69cda fix typo Conext => Context > 5e99820 Merge pull request # 120008 from skitt/drop-intstr-ptr-wrappers > 519a735 Use ptr.To to retrieve intstr addresses > 7f63b7b Merge pull request # 119334 from kmala/serverapply > faec07c Merge pull request # 120259 from SataQiu/clean-apf-20230830 > 6daa182 update the dependency sigs.k8s.io/structured-merge-diff/v4 to latest tag > d68a183 Merge pull request # 120327 from liggitt/json-patch > c1b160a apf: remove v1alpha1 API > e4c14aa Merge pull request # 120218 from rakshitgondwal/feat/protobuf-version-update > fcf2e41 Revert to json-patch 4.12.0 > b9b670f feat: update google.golang.org/protobuf to v1.31.0 > 6123682 Merge pull request # 120204 from mimowo/make-onpodconditions-optional > 3f525a7 Mark Job onPodConditions as optional in pod failure policy > ac2a34e Merge pull request # 119962 from pohly/dra-api-list-type > aee2a6e Merge pull request # 118653 from pohly/volume-resource-requirements > f398c4f api: change list type for node lists in PodSchedulingContext > 7057406 generated files > 8b14183 api: introduce separate VolumeResourceRequirements struct > 3dcdf4e Merge pull request # 119957 from SataQiu/v1.28.0-api-testdata > 7986b10 Add v1.28.0 API testdata > faa8535 Merge pull request # 119937 from RyanAoh/kep-1860-dev > f130bde Merge pull request # 119806 from enj/enj/i/delete_psp_api > 810939e Proxy changes for IP mode field > a68f495 Merge pull request # 119958 from SataQiu/drop-126-api-testdata > 5a75c6e Delete PSP API types and generated clients > b925e1f Generated code for IP mode field > 6aa99af drop v1.26.0 API testdata > 56fd96f Add IP mode field > 2f6eec1 Merge pull request # 119876 from marosset/revert-118895 > 4dda39f Merge pull request # 119835 from liggitt/mitigate-aggregated-discovery-npe > 917da6b Revert "Merge pull request # 118895 from RyanAoh/kep-1860" > b4a15a9 Avoid returning nil responseKind in v1beta1 aggregated discovery > d11dea4 Merge pull request # 119725 from MadhavJivrajani/bump-net-dep bumping github.com/golang/protobuf 5d5e8c0...75de7c0: > 75de7c0 Merge pull request # 1597 from golang/updatedesc > b7697bb all: update descriptor.proto to latest version Signed-off-by: Knative Automation <[email protected]>
- Loading branch information