Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

[main] Upgrade to latest dependencies #384

Conversation

knative-automation
Copy link
Contributor

Cron -knative-prow-robot

/cc knative-sandbox/kperf-approvers
/assign knative-sandbox/kperf-approvers

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

@knative-prow knative-prow bot requested a review from a team July 7, 2023 02:29
@knative-prow knative-prow bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Jul 7, 2023
@codecov
Copy link

codecov bot commented Jul 7, 2023

Codecov Report

Merging #384 (a84b38d) into main (ab42352) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #384   +/-   ##
=======================================
  Coverage   49.41%   49.41%           
=======================================
  Files          13       13           
  Lines        2145     2145           
=======================================
  Hits         1060     1060           
  Misses       1016     1016           
  Partials       69       69           

@knative-automation knative-automation force-pushed the auto-updates/update-deps-main branch 9 times, most recently from bbeba03 to 8b6e96d Compare July 13, 2023 14:06
bumping golang.org/x/text 9db913a...e503480:
  > e503480 encoding/japanese, language: shorten very long sub-test names
  > 2df65d7 all: regenerate for Unicode 15.0.0
  > e3c038a all: prepare for Unicode 15.0.0
  > 3a7a255 internal/export/idna: make more space for mapping index
  > d61dd50 go.mod: delete repeated "indirect"
  > efb744f internal/export/idna: fix infinite loop in Go pre-1.10
  > 48e4a4a all: fix some comments
bumping knative.dev/serving 32ec382...294cb9c:
  > 294cb9c Add log example for kourier and gateway-api (# 14178)
  > c0556c2 EnsureCleanup can skip clean up (# 14171)
  > 8d87d57 Update net-gateway-api nightly (# 14158)
  > de37d1e Update net-istio nightly (# 14173)
  > ac01fdb Update community files (# 14175)
  > b7c6b23 Update net-kourier nightly (# 14174)
  > 1183ad0 Update net-certmanager nightly (# 14172)
  > a7613e4 Update community files (# 14169)
  > c68d8f8 Update net-contour nightly (# 14165)
  > e5ad1c4 Update net-istio nightly (# 14164)
  > 6673893 Update net-certmanager nightly (# 14162)
  > a34bfd1 Update net-kourier nightly (# 14163)
  > 917d236 Remove domainmapping config (# 14161)
  > 4c76e3b Drop workaround pach for Istio (# 14156)
  > d97db13 Update net-kourier nightly (# 14160)
  > 1559c9b Bump net-certmanager manifests and add kapp ordering overlay (# 14148)
  > 52fe24e upgrade to latest dependencies (# 14155)
  > a5c8c2e Update community files (# 14154)
  > 2a17873 Separate Activator SA (# 14133)
  > fc166ac Consolidate webhooks (# 14082)
  > b935bea Set QP resource defaults (# 14039)
  > 529c5e4 Update net-kourier nightly (# 14150)
  > 4ccd1c9 Implement Stringer for nil podTracker (# 14147)
  > bd3e5e3 upgrade to latest dependencies (# 14151)
  > ebbca26 upgrade to latest dependencies (# 14149)
  > bde2f42 Update net-gateway-api nightly (# 14144)
  > bb1262e Update net-kourier nightly (# 14129)
bumping golang.org/x/oauth2 e48dfd9...839de22:
  > 839de22 google: don't check for IsNotExist for well-known file
  > 0690208 go.mod: update golang.org/x dependencies
  > 451d5d6 internal: remove repeated definite articles
  > cfe200d oauth2: parse RFC 6749 error response
  > 3607514 go.mod: update golang.org/x dependencies
  > 4abfd87 google: add CredentialsParams.EarlyTokenRefresh
  > 1e7f329 oauth2: add ReuseTokenSourceWithExpiry
  > 86850e0 oauth2: fix typo
  > a6e37e7 google: Updating 3pi documentation
  > 54b70c8 google: update missing auth help URL
  > 2fc4ef5 README: encourage issues and proposals before changes
  > 62b4eed go.mod: update golang.org/x dependencies
  > 885f294 google: Add support for OAuth2 token exchange over mTLS
  > 6f9c1a1 google: use Credentials instead of deprecated DefaultCredentials
  > c82d0e1 google/internal/externalaccount: Removed URL validation for google URLs in ADC files
  > adbaf66 go.mod: update golang.org/x dependencies
  > e07593a oauth2: remove direct dependency on golang.org/x/net
  > 34ffb07 go.mod: update golang.org/x dependencies
  > b177c21 go.mod: update golang.org/x dependencies
  > 510acbc google/internal/externalaccount: Added check for aws region and security credential environment variables before aws metadata call
  > ec4a9b2 google/internal/externalaccount: Adding metadata verification
  > 68a41d6 go.mod: update golang.org/x dependencies
  > 1a77549 go.mod: update to new compute/metadata module
bumping knative.dev/hack fc42790...ddae802:
  > ddae802 Update community files (# 302)
  > 8852371 Update community files (# 301)
  > 12cd6a1 Update community files (# 300)
  > cc92cdb Replace test-infra with toolbox (# 297)
bumping golang.org/x/net dfa2b5d...c73c09c:
  > c73c09c go.mod: update golang.org/x dependencies
  > 4fc2eb9 http2: revert Transport change from CL 486156
  > 63727cc http2: validate Host header before sending
  > 1bb09e6 quic: pass the connection ID length into 1-RTT packet parsing
  > 952fc9c quic: move ack_delay_exponent handling out of frame parsing
  > 02fe9a5 quic: loss detection
  > c8a2c5a quic: remove stray debugging print
  > 5d50b40 quic: add packetFate enum
  > ee81e8c quic: correct rttvar updates
  > ab184e6 quic: rename side type to connSide
  > 508a573 quic: add congestion controller
  > 4050002 html: handle equals sign before attribute
  > f5464dd idna: update for Unicode 15.0.0
  > 6c96ca5 go.mod: update golang.org/x dependencies
  > 5541298 quic: add packet pacer
  > 88a50b6 all: update x/sys to HEAD
  > 7e6923f quic: add RTT estimator
  > 2796e09 bpf: check for little endian CPU for OS VM comparison
  > 10cf388 quic: add a data structure for tracking lists of sent packets
  > ccc217c quic: parameterize rangeset
  > f16447c quic: add go1.21 build constraint
  > f7250ea quic: add a type tracking sent values
  > 1b5a2d8 quic: packet encoding/decoding
  > a233290 quic: add a data structure for tracking sent packets
  > 61d852e quic: error codes and types
  > d40f154 quic: varint encoding and decoding
  > 10d9069 quic: add rangeset type
  > f71a821 quic: packet protection
  > 6488c8f quic: basic packet operations
  > d4a2c13 quic: packet number encoding/decoding
  > 0d6f3cb quic: add various useful common constants and types
  > ee6956f quic: add internal/quic package
  > 6826f5a http2: close request bodies before RoundTrip error return
  > ca96da6 dns/dnsmessage: reject names with dots inside label
  > 056145c net/http: deflake TestTransportRetryAfterGOAWAY
  > abee42a http2: deflake TestTransportReuseAfterError
  > 3b31286 ipv4,ipv6: remove unneeded deadlines added for flaky tests
  > 23ce3b8 http2: disable Content-Length when nilled
  > 120fc90 http2: change default frame scheduler to round robin
  > 2b0b97d dns/dnsmessage: reject packing of 255B rooted names, reject unpacking of 256B (dns encoded) names
  > d28c0b1 all: fix some comments
  > daac0ce go.mod: update golang.org/x dependencies
  > 82780d6 http2: don't reuse connections that are experiencing errors
  > 0bfab66 ipv4, ipv6: drop redundant skip checks based on GOOS
  > 938ff15 ipv4, ipv6, nettest: skip unsupported tests on wasip1
  > eb1572c html: another shot at security doc
  > 9001ca7 nettest: re-enable unixpacket tests on netbsd/386
  > 3d5a8ee internal/socks: permit authenticating with an empty password
  > 694cff8 go.mod: update golang.org/x dependencies
  > 6960703 http2: log the correct error when retrying in (*Transport).RoundTripOpt
  > 9f24bb4 http2: properly discard data received after request/response body is closed
  > 08dda57 html: fix package doc typo
bumping golang.org/x/time f3bd1da...2c09566:
  > 2c09566 rate: the state of the limiter should not be changed when the requests failed
  > 80b9fac x/time/rate: add rate.Sometimes, which runs a function occasionally.
bumping knative.dev/pkg 6eb4b40...aef227e:
  > aef227e upgrade to latest dependencies (# 2767)
  > 7051d30 Update community files (# 2764)
  > b7a11d4 Update community files (# 2763)
  > 5ef4812 Update community files (# 2762)
  > 49e2e56 update google cloud deps (# 2758)
  > a5e0b92 upgrade to latest dependencies (# 2757)
bumping golang.org/x/sys c7a1bf9...a1a9c4b:
  > a1a9c4b unix/linux: update to Linux kernel 6.4 and Go 1.21rc2
  > 0a92922 windows: make TestSystemModuleVersions more tolerant
  > d1abdad unix/linux: update TUN flags and virtio_net_hdr constants
  > 2b751dd windows/svc/mgr: add Service.RecoveryActionsOnNonCrashFailures
  > e0c3b6e unix: add Mremap for linux
  > ca096e4 unix: add missing IFLA_* consts on linux
  > df9fef2 unix/linux: update to Linux kernel 6.3 and Go 1.20.5
  > 55b11dc unix: remove recently introduced debug/elf dependency
  > 5059a07 unix: implement Ptrace{Set,Get}Regs using PTRACE_{GET,SET}REGSET for Linux
  > 304f187 unix: replace use of strcpy in mkerrors.sh
  > 81c8a6c unix: add Getresuid and Getresgid for OpenBSD
  > ff98eae unix: remove absolute path of pwd from mkall.sh
  > b52f544 unix: add Getresuid, Getresgid for linux
  > b5c7a09 unix: update BPF constants with Linux kernel 6.2
  > c8ea6b0 windows: fix EnumProcesses to pass the correct array size
  > 352d833 cpu: add test for IsBigEndian
  > c43fe1e cpu: define IsBigEndian on wasm
  > 1911637 windows/svc: use separate (and more descriptive) service names in tests
  > ca59eda windows: use unsafe.Add instead of pointer arithmetic on a uintptr
  > 6c52899 windows: return error if DecomposeCommandLine parameter contains NUL
  > 9524d49 windows/svc/mgr: Service.Control: populate Status when returning certain errors
  > 2a33a30 execabs: let hasExec return false on wasip1
  > 39c2d6a unix: add UDP socket option constants on linux
  > 1fb6828 unix: convert Iovec.Base to *byte in mkpost.go on solaris
  > 3125361 unix: allow overriding GOOS using GOOS_TARGET in mkpost.go
  > dbd8f99 windows: add Service.ListDependentServices
  > f25ff60 windows: add JobObjectInformationClass consts for QueryInformationJobObject
  > 64840c1 unix: add bindings for setattrlist() on macOS
  > 90abad3 unix: add AT_EACCESS on Darwin
  > 94933fc windows: fix constant values for JobObjectInformationClass
  > 00d8004 unix: match ioctl req argument type to libc type
  > d0781cc unix: make solaris syscall tests less flaky
  > ff18efa unix: change Setrlimit/Prlimit to always call syscall functions
  > 494aa49 unix: skip ip related tests if EAFNOSUPPORT raised
bumping golang.org/x/term 0edf009...edd9fb7:
  > edd9fb7 go.mod: update golang.org/x dependencies
  > 88fcf87 term: consistently return zeroes on GetSize error
  > f6de4a1 go.mod: update golang.org/x dependencies
  > 119f703 go.mod: update golang.org/x dependencies
  > 7ae6be6 go.mod: update golang.org/x dependencies
bumping google.golang.org/protobuf 6875c3d...68463f0:
  > 68463f0 all: release v1.31.0
  > 59a8581 encoding/protodelim: fix handling of io.EOF
  > fc47fdd proto: store the size of tag to avoid multiple calculations
  > cc524c9 internal/order: fix sorting of synthetic oneofs to be deterministic
  > b8fc770 encoding/protodelim: If UnmarshalFrom gets a bufio.Reader, try to reuse its buffer instead of creating a new one
  > cf06b0c compiler/protogen: add Semantic.SET to setter annotations
  > 05cbe34 encoding: add MarshalAppend to protojson and prototext
  > 1bca6d9 types/dynamicpb: add NewTypes
  > 736947c all: update protobuf release version to fix macOS tests
  > 808c664 all: start v1.30.0-devel
  > f221882 all: release v1.30.0
  > e344383 protoadapt: helper functions to convert v1 or v2 message to either v1 or v2 message.
  > 32efccd all: start v1.29.1-devel
  > 771d8c7 all: release v1.29.1
  > edaf511 internal/encoding/text: fix parsing of incomplete numbers
  > fe5bc54 all: start v1.29.0-devel
  > d3c9826 all: release v1.29.0
  > eba8b09 cmd/protoc-gen-go: support protobuf retention feature
  > fcf5f6c encoding/prototext: allow whitespace and comments between minus sign and number in negative numeric literal
  > bc1253a types/descriptorpb: regenerate using latest protobuf v22.0 release
  > 246af0d internal,reflect: correct typos
  > 49eaa78 all: update links to Protocol Buffer documentation
  > e831c33 proto: document Equal behavior of invalid messages
  > 358fe40 internal/strs: avoid unnecessary allocations in Builder
  > 0430d69 internal/impl: remove the unreachable line of code
  > a948118 cmd/protoc-gen-go: make deprecated messages more descriptive
  > 31a5920 protobuf: remove the check for reserved field numbers.
  > a8d446d types/known/structpb: preallocate map in AsMap
  > b2a7dfe reflect/protoreflect: add Value.Equal method
  > f0e23c7 proto: revert expose package-private equalField
  > 4d6d213 proto: expose package-private equalField.
  > 7a48e2b protoreflect: fix list example code
  > 494e81b integration test: drop Go 1.11 and Go 1.12
  > f930b1d encoding/protojson: fix parsing of google.protobuf.Timestamp
  > 692f4a2 types/descriptorpb: update *.pb.go to use latest protoc release, 21.5
  > fb0abd9 encoding: add protodelim package
  > 0f85348 all: start v1.28.1-devel
bumping knative.dev/networking 91821ae...75dcd54:
  > 75dcd54 upgrade to latest dependencies (# 827)
  > a3fa3a5 Update community files (# 826)
  > ad60eaa Update community files (# 825)
  > 03a1f22 upgrade to latest dependencies (# 824)
  > 2444385 upgrade to latest dependencies (# 822)
  > b2cce92 Update community files (# 823)
  > 1431d70 Bump google.golang.org/grpc to the latest version (# 821)
bumping github.com/golang/protobuf ae97035...5d5e8c0:
  > 5d5e8c0 Merge pull request # 1363 from neild/jsonnull
  > 37828f9 jsonpb: accept 'null' as a valid representation of NullValue in unmarshal

Signed-off-by: Knative Automation <[email protected]>
Copy link
Contributor

@psschwei psschwei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jul 19, 2023
@knative-prow
Copy link

knative-prow bot commented Jul 19, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: knative-automation, psschwei

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 19, 2023
@knative-prow knative-prow bot merged commit 09c2865 into knative-extensions:main Jul 19, 2023
17 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants