Commit Graph

722 Commits

Author SHA1 Message Date
Evan Anderson ebc94e6a3c
Add consistent SECURITY.md (#809) 2023-11-20 18:25:59 +00:00
Knative Automation e58c04ff4f
upgrade to latest dependencies (#808)
bumping golang.org/x/net b225e7c...fbaf412:
  > fbaf412 go.mod: update golang.org/x dependencies
  > cc6f4d1 http2: remove ancient build-tagged files for unsupported Go versions
  > a720b30 http2: allocate buffer pools using pointers to arrays
  > a7ef1a2 internal/quic/cmd/interop: don't t.Log after test finishes
  > 26ea817 http2: unconditionally recycle responseWriterState
  > 39c9d01 quic: don't send CONNECTION_CLOSE after stateless reset
  > 45fa414 quic: undo accidental rename of test helpers
  > 434956a quic: include more detail in connection close errors
  > ec29a94 quic: provide source conn ID when creating server conns
  > 5791239 internal/quic/cmd/interop: skip tests when exec is unavailable
  > 4865e2a internal/quic/cmd/interop: add interop test runner
  > 770149e quic: pad ack-eliciting server Initial datagrams
  > 05086a7 quic: fix panic when handling resent CRYPTO data
  > 0526b49 quic: fix data race caused by aliased DCID
  > 6d267b1 quic: properly shut down connections on listener close
  > 642f15e quic: support stateless reset
  > 4c7a5b6 http2: add test for push promise accounting underflow
  > 48a5977 quic: support Retry
  > 9ef1b72 quic: move more testConn behavior into testListener
  > 37479d6 http2: fix underflow in http2 server push
  > d23d9bc all: update go directive to 1.18
  > 92728b3 dns/dnsmessage: document that Skip does not fully validate the header
bumping golang.org/x/text f488e19...6c97a16:
  > 6c97a16 all: update go directive to 1.18
bumping knative.dev/pkg 35011d4...97c7258:
  > 97c7258 Bump golang.org/x/tools from 0.14.0 to 0.15.0 (# 2897)
  > 99fa268 Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 (# 2895)
  > 81a5838 Bump cloud.google.com/go/storage from 1.34.1 to 1.35.1 (# 2898)
  > b3e7ef5 Bump google.golang.org/api from 0.149.0 to 0.150.0 (# 2896)
  > 4e16990 Bump golang.org/x/net from 0.17.0 to 0.18.0 (# 2894)
  > 6564cf1 upgrade to latest dependencies (# 2893)
bumping golang.org/x/tools 3f4194e...729e159:
  > 729e159 go.mod: update golang.org/x dependencies
  > 38ed81a gopls/internal/regtest/marker: porting extract tests
  > bbf8380 gopls/internal/regtest/marker: use golden diffs for suggested fixes
  > 51df92b go/ssa: two minor cleanups
  > e7fb31a internal/cmd/deadcode: rename -format to -f
  > c538b4e internal/cmd/deadcode: add -whylive=function flag
  > b753e58 internal/lsp/helper: fix misspelled "Code generated" comment
  > 2638d66 internal/cmd/deadcode: omit package/func keywords in default output
  > 118c362 gopls/internal/lsp/source: fix signatureHelp with pointer receivers
  > 4124316 gopls/internal/lsp/cache: remove baseCtx from the View
  > 8b89cfa gopls/internal/lsp/cache: remove forceReloadMetadata from clone
  > d2c415d gopls/internal/lsp/cache: pass workspace information into createView
  > 2ddaad7 gopls/internal/lsp/cache: isolate getWorkspaceInformation from Session
  > 4df4d8d internal/cmd/deadcode: support -json, -format=template
  > 2881318 gopls/internal/lsp/source: enable nilness Analyzer in gopls
  > 25924d0 go/analysis/passes/nilness: fix bug in method value
  > 53cd36b gopls: remove dead code
  > 7e0917a go/ssa: update builder doc comment
  > 942d9ac go/ssa: don't treat _ specially in Prog.{Func,Const,Var}Value
  > 227e728 go/ssa: delete pre-go1.18 obsolete code
  > 9f1cca3 go/ssa: remove Function.Syntax optimization
  > 0ee4d87 go/ssa: create methods on demand
  > 04cf269 gopls/internal/lsp/cache: allow duplicate analyzer names
  > 08edf75 gopls/internal/regtest/marker: port half of the suggestedfix markers
  > e6864f1 go/ssa: hang instances off generic Function, not Program
  > 753c5d6 gopls/internal/lsp/cache: move 'contains' from snapshot to view
  > 24c5a47 gopls/internal/lsp/cache: make options immutable on the View
  > e125dc6 gopls/internal/regtest/marker: port remaining rank and snippet tests
  > 26349af gopls/internal/regtest/marker: port remaining completion tests
  > 5e2efda gopls/internal/regtest/marker: port rank and func_rank tests
  > 970eac5 gopls/internal/regtest/marker: port builtin/keyword completion tests
  > c90d0df go/ssa: make isParameterized thread-safe
  > 02f3758 gopls/internal/regtest/marker: port five arbitrary completion tests
  > ee25040 gopls/internal/regtest/marker: port all prepare markers
  > 9e94edb go/ssa: clarify Program.RuntimeTypes
  > 75ff53b go/ssa: build methods of RuntimeTypes lazily
  > 2bc9e16 go/ssa: TestStdlib: report count of syntactic functions too
  > f4cf222 go/ssa: new for var semantics
  > 11828ff gopls/internal/lsp: add OnSave diagnostics
  > 7ca319e go/ssa: split 'create' and 'build' for every Function
  > 3aa6cfd internal/gopathwalk: check ignored directories lexically
  > 1762c80 internal/gopathwalk: use filepath.WalkDir instead of internal/fastwalk
  > 9cf559c go/analysis/passes/errorsas: remove old comment
  > ec032e3 go/packages: two clean-ups
  > 9482e85 gopls/internal/lsp/cmd: add GOPACKAGESDRIVER to stat
  > ccc652a go/ssa: eliminate Program.{bounds,thunks} memoization
  > fcb8d5b go/ssa: some preparatory cleanups
  > 099b552 gopls/internal/regtest/marker: port the links marker
  > 50cdf2a gopls/internal/regtest/marker: port case sensitive completion tests
  > df7023e gopls/internal/regtest/marker: port all deep and fuzzy completion tests
  > b90ce15 gopls/internal/regtest/marker: port statements completion tests
  > d187d99 gopls/internal/regtest/marker: port remaining @signature markers
  > 080c202 gopls/internal/lsp: fix code action panic on params of external funcs
  > ff1953b go/packages: don't fail if GOPACKAGESDRIVER leaves Compiler/GOARCH=""
  > 4dca902 go/internal/packagesdriver: be defensive wrt error results
  > 672de52 go/ssa: simplify Alloc helpers
  > 931c74e internal/lsp/analysis: warn about incorrect type in embed directive
  > 1cf8b0d go/ssa: new range var semantics
  > 7c4d876 gopls/internal/lsp/source: remove unused parameters (cleanup)
  > b82788e gopls/internal/lsp: add semantic highlighting for go: directives
  > 6da1917 go/packages: remove pre-go1.16 overlay support
  > 5ab57de go/packages: ensure that types.Sizes is correct
  > 02048e6 go/packages: document that types.Sizes may be nil
  > 5185da1 internal/refactor/inline: avoid redundant import names added by inlining
  > 6360c0b gopls/internal/lsp/source: find linkname directives without parsing
  > 71f6a46 cmd/bundle: drop old +build lines
  > cdf1b5e cmd/present: drop NaCl reference from docs
  > 99bbd3c go/callgraph/vta: use core type for struct fields
  > 8ed1113 go/ssa: add support for range-over-int
  > 7df9d5f gopls/internal/lsp: fix signature crash on error.Error
  > 43c41b5 internal/refactor/inline: reify implicit return conversions
  > 53e637b internal/refactor/inline: improve check for last uses of free vars
  > 61bb3e9 internal/refactor/inline: less hacky solution for eliding braces
  > 8a71c39 gopls/internal/lsp/source: abort change signature on overlapping calls
  > f744e4b go/ssa: propagate goversions in ssa
  > 6fcd778 gopls/internal/lsp: add code actions to remove unused parameters
  > 918e96a internal/refactor/inline: use binding decl with literalization
  > 12b5dad gopls: deprecate "tempModfile" and "expandWorkspaceToModule" settings
  > f85b3f7 internal/refactor/inline: don't treat blanks as decls in declares()
  > 3484534 internal/refactor/inline: docs for 0.14 release notes
  > b9b97d9 go/types/objectpath: remove method sorting
  > 9b63f3d gopls: upgrade x/telemetry dependency
  > f38ff07 internal/refactor/inline: T{} is duplicable for struct/array
  > ecbfa88 go/analysis/passes/timeformat: simplify isTimeDotFormat
  > 187911b internal/refactor/inline: more precise SelectorExpr effects
  > dbf6f42 go/analysis/passes/httpmux: add command
  > 7e7568c go/analysis/passes/httpmux: check for enhanced ServeMux patterns
  > b268156 gopls: allow all drive letters in cache/filemap_test.go
  > be4e4d6 go/analysis/passes/internal/analysisutil: account for nil Func.Pkg
  > 0e4fc90 internal/refactor/inline: add missing spread context (return)
  > 8954aa7 go/types/internal/play: fix slice OOB when *ast.File is selected
  > fda3fe3 gopls/internal/lsp: use the correct options for semantic tokens legend
  > f6d8589 cmd/compilebench: pass linker flags to prebuild
  > 5874869 go/analysis/passes/internal/analysisutil: add IsFunctionNamed
  > 0b06fd8 cmd/gonew: skip Test if exec is unsupported
  > f5fd4c9 go/analysis/passes/bools: use astutil.Unparen
  > 59ac17f go/analysis/passes/internal/analysisutil: remove Unparen
  > a3b5082 go/analysis/passes/appends: improve check for append builtin
  > 395d393 go/analysis/passes/internal/analysisutil: add IsNamedType
  > 22abcd6 oogo/analysis/passes/bools: remove duplicate functions
bumping golang.org/x/mod 5b69280...6e58e47:
  > 6e58e47 modfile: improve directory path detection and error text consistency
bumping google.golang.org/genproto/googleapis/rpc 49dd2c1...d783a09:
  > d783a09 chore(all): update all (# 1068)
bumping golang.org/x/sys 2964e1e...cb378ae:
  > cb378ae syscall: call getfsstat via libc on openbsd
  > 661d749 unix: use libc stubs for OpenBSD pledge+unveil
  > 1168e25 unix/linux: update Linux kernel to v6.6
  > 249e16f unix: require minimum OpenBSD 6.4 for pledge, unveil
  > 1e63810 unix: stop counting trailing NUL for abstract addresses starting with NUL
  > 1bfbee0 all: update go directive to 1.18
  > 1d9f0b6 unix: add linux cachestat system call
  > 8ccaaf0 windows: add GetFileTime
  > 6ee6208 windows: add missing TCP and UDP socket options and control message types
bumping golang.org/x/oauth2 3c5dbf0...e067960:
  > e067960 go.mod: update golang.org/x dependencies
  > 4c91c17 google: adds header to security considerations section
bumping golang.org/x/term ea6303a...70d3a0b:
  > 70d3a0b go.mod: update golang.org/x dependencies
  > 6a610bc all: update go directive to 1.18
bumping google.golang.org/api 0d3b865...83b8a6c:
  > 83b8a6c chore(main): release 0.150.0 (# 2244)
  > 85e85ad feat(transport): Log DirectPath misconfiguration (# 2225)
  > f56fb11 chore(all): update all (# 2251)
  > 7529003 feat(all): auto-regenerate discovery clients (# 2252)
  > c08d405 feat(all): auto-regenerate discovery clients (# 2250)
  > b56da3d feat(all): auto-regenerate discovery clients (# 2249)
  > 8bfbeac feat(all): auto-regenerate discovery clients (# 2246)
  > 5693997 feat(all): auto-regenerate discovery clients (# 2245)
  > 2ce2d2d feat(all): auto-regenerate discovery clients (# 2243)

Signed-off-by: Knative Automation <automation@knative.team>
2023-11-15 01:58:16 +00:00
Knative Automation c2b2543ace
upgrade to latest dependencies (#807)
bumping knative.dev/hack 8834794...5deadde:
  > 5deadde 🐛 Set latest release only when publishing to Github (# 346)

Signed-off-by: Knative Automation <automation@knative.team>
2023-11-09 23:40:01 +00:00
Knative Automation b3781bc47a
upgrade to latest dependencies (#806)
bumping knative.dev/pkg b7a62c0...35011d4:
  > 35011d4 upgrade to latest dependencies (# 2892)
  > 5c9b7a8 upgrade to latest dependencies (# 2887)
  > acf0a2d Bump google.golang.org/api from 0.148.0 to 0.149.0 (# 2891)
  > 5e1261a Bump cloud.google.com/go/storage from 1.33.0 to 1.34.1 (# 2890)
  > 3b3f4e4 Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 (# 2889)
  > 8bf0f54 Bump golang.org/x/sync from 0.4.0 to 0.5.0 (# 2888)
  > fac3a4f fix closure variable in filtered factory (# 2884)
  > a6c730f upgrade to latest dependencies (# 2882)
  > b09d4f2 Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (# 2879)
  > 9f71af7 Bump github.com/google/uuid from 1.3.1 to 1.4.0 (# 2878)
bumping google.golang.org/genproto d307bd8...49dd2c1:
  > 49dd2c1 chore(all): update all (# 1067)
  > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063)
  > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060)
  > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062)
  > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061)
  > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064)
  > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065)
  > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066)
  > 8bfb1ae chore(all): update all (# 1059)
  > ceb4ed7 chore(all): auto-regenerate .pb.go files (# 1058)
bumping github.com/google/uuid b3cae7c...8de8764:
  > 8de8764 chore(master): release 1.4.0 (# 134)
  > 7c22e97 Clarify the documentation of Parse to state its job is to parse, not validate, strings. (# 135)
  > cd5fbbd feat: UUIDs slice type with Strings() convenience method (# 133)
  > 47f5b39 docs: fix a typo in CONTRIBUTING.md (# 130)
  > 542ddab chore(tests): add Fuzz tests (# 128)
  > 06716f6 chore(tests): Add json.Unmarshal test with empty value cases (# 116)
bumping knative.dev/hack d4af42e...8834794:
  > 8834794 Call set_latest_to_highest_semver after publishing a new release (# 343)
  > 0d99b7e add function to set latest semver to latest (# 339)
bumping sigs.k8s.io/yaml 9535b3b...c3772b5:
  > c3772b5 Merge pull request # 97 from liggitt/owners
  > eead467 Merge pull request # 76 from natasha41575/go-yaml-fork
  > 604031b Update owners
  > 3566774 Merge pull request # 96 from liggitt/msg
  > f2c0229 add test demonstrating consistency between yaml.v2 and yaml.v3
  > 65d71bb Merge pull request # 87 from justinsb/spew_no_more
  > 3f79f32 Revert error message changes
  > 20d25fa update LICENSE, owners, and readmes
  > d865f09 Merge pull request # 83 from kubernetes-sigs/bump-version-of-golang-to-1.19-and-drop-older-versions
  > 13f0a74 Replace go-spew with go-cmp
  > a7b5665 exclude forked libs from golint
  > 5303805 Merge pull request # 75 from brianpursley/benchmarks
  > b02c352 reformat to golang 1.19 standards
  > b6d8b45 fix leading newline issue
  > b5bdf49 Merge pull request # 66 from ncdc/remove-ncdc-from-owners
  > 0beda2b Add benchmarks
  > 2f8489c Bump version of golang to 1.19 and prune older versions
  > 330e1e5 make sequence style configurable
  > 78c1299 Merge pull request # 69 from ncdc/fix-lint-error
  > 94f1bbd Remove myself (ncdc) from OWNERS
  > 2d151d8 Add benchmarks
  > 70ebea7 change import paths to forked yaml libs
  > 39f74b9 Merge pull request # 65 from amurant/non_functional
  > 5e30182 Fix lint error
  > b96582b fork go-yaml v2 and v3
  > 4f103b1 greatly improve testing framework & added a lot of new tests
  > 3c98e65 expand variable names in yaml.go, add better comments, improve errors, add copyright
  > 4924d91 expand variable names in fields.go
  > 59dc8b4 add 1.16 and 1.17 to github workflows
  > 740b971 remove vendor folder
bumping google.golang.org/genproto/googleapis/api d307bd8...49dd2c1:
  > 49dd2c1 chore(all): update all (# 1067)
  > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063)
  > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060)
  > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062)
  > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061)
  > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064)
  > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065)
  > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066)
  > 8bfb1ae chore(all): update all (# 1059)
  > ceb4ed7 chore(all): auto-regenerate .pb.go files (# 1058)
bumping golang.org/x/sync 22ba207...10739b0:
  > 10739b0 all: update go directive to 1.18
bumping google.golang.org/api 5e4c19e...0d3b865:
  > 0d3b865 chore(main): release 0.149.0 (# 2230)
  > c84e6ff feat(all): auto-regenerate discovery clients (# 2242)
  > e5a53db chore(all): update all (# 2233)
  > 576f5e1 feat(all): auto-regenerate discovery clients (# 2241)
  > 3151bd7 feat(all): auto-regenerate discovery clients (# 2240)
  > cf09469 feat(all): auto-regenerate discovery clients (# 2239)
  > 8d66391 feat(all): auto-regenerate discovery clients (# 2238)
  > 3cc10bf feat(all): auto-regenerate discovery clients (# 2237)
  > da38ebd feat(all): auto-regenerate discovery clients (# 2236)
  > cc28ceb feat(all): auto-regenerate discovery clients (# 2235)
  > 8bb5867 feat(all): auto-regenerate discovery clients (# 2234)
  > a1fb230 feat(all): auto-regenerate discovery clients (# 2232)
  > 9835f38 feat(all): auto-regenerate discovery clients (# 2231)
  > 199783c feat(all): auto-regenerate discovery clients (# 2229)
bumping google.golang.org/genproto/googleapis/rpc e917dd1...49dd2c1:
  > 49dd2c1 chore(all): update all (# 1067)

Signed-off-by: Knative Automation <automation@knative.team>
2023-11-08 20:44:33 +00:00
Knative Automation c6425778e5
upgrade to latest dependencies (#805)
bumping google.golang.org/grpc bf05b95...7765221:
  > 7765221 Change version to 1.59.0 (# 6695)
  > e88f12e server: prohibit more than MaxConcurrentStreams handlers from running at once (# 6703) (# 6704)
  > be7919c transport: Pass Header metadata to tap handle. (# 6652)
  > e3f1514 Reapply "status: fix/improve status handling (# 6662)" (# 6673) (# 6688)
  > 696faa9 client: add a test for NewSubConn / StateListener / cc.Close racing (# 6678)
  > 318c717 readme: fix badges (# 6687)
  > 39972fd github: add code coverage with codecov.io (# 6676)
  > 93dbc05 xds: move virtual host matcher test to the xdsresource package (# 6680)
  > 2c00469 github: update actions/setup-go and actions/checkout (# 6675)
  > 1f73ed5 Replace the gRFC pull request with the permanent link. (# 6674)
  > 9e1fc3e Revert "status: fix/improve status handling (# 6662)" (# 6673)
  > 0772ed7 status: fix/improve status handling (# 6662)
  > 1466283 internal/idle: add a test that invokes ClientConn methods concurrently (# 6659)
  > fd9ef72 interop: implement rpc-behavior for UnaryCall() (# 6575)
  > c6264a9 examples: add an example of flow control behavior (# 6648)
  > ee4b62c encoding: fix mention of DecompressedSize in docstring (# 6665)
  > 09792b5 test: move codec tests to a separate file (# 6663)
  > 57cb4d8 internal/backoff: add a helper to run a function with backoff (# 6661)
  > 5e4402f attributes: avoid the use of %#v formatting verb (# 6664)
  > 147bd85 balancer: add a warning for balancer names that contain upper case letters (# 6647)
  > 4ced601 googlec2p: remove support for the experimental scheme (# 6645)
  > a758b62 xds/googledirectpath: fix google-c2p resolver test case involving bootstrap env config (# 6657)
  > e61a14d fix testing parameter on xds_client_custom_lb_test (# 6646)
  > 58e2f2b attributes: print typed nil values instead of panic (# 6574)
  > fe0dc22 interop/grpc_testing: regenerate pb.gos (# 6653)
  > 130bc42 Improve testutils.MarshalAny (# 6617)
  > 3156151 grpclb: teach the manual resolver to handle restarts (# 6635)
  > 1457a96 balancer/weightedroundrobin: fix ticker leak on update (# 6643)
  > 92f5ba9 xdsclient: completely remove the old WatchCluster API (# 6621)
  > 94d8074 grpclb: some minor cleanups (# 6634)
  > 1880bd6 resolver/manual: support restarts, required for channel idleness (# 6638)
  > 9deee9b idle: use LB policy close event as a proxy for channel idleness (# 6628)
  > 2d1bb21 grpc: ensure transports are closed when the channel enters IDLE (# 6620)
  > 552525e interop/xds_federation: remove binary file (# 6622)
  > 82a568d cdsbalancer: switch cluster watch to generic xDS client API (# 6600)
  > 0317200 health/grpc_health_v1: update pb.go (# 6616)
  > 57dcb71 interop/xds: improve error message (# 6614)
  > 254bccb idle: decrement active call count for streaming RPCs only when the call completes (# 6610)
  > b0a946c xds: fix hash policy header to skip bin headers and use extra metadata (# 6609)
  > 1e0d82e balancer/leastrequest: Cache atomic load and also add concurrent rpc test (# 6602)
  > 8eb4ac4 grpc: Change server stream context handling (# 6598)
  > e498bbc leastrequest: fix data race in leastrequest picker (# 6587)
  > 778e638 balancergroup: improve observability around balancer cache behavior (# 6597)
  > aa6ce35 vet: ensure all usages of grpc_testing package are renamed when importing (# 6595)
  > d045b41 interop/grpc_testing: regenerate pb.gos (# 6596)
  > 61b7baa grpc_test: rename import for grpc_testing (# 6594)
  > 1805900 deps: update dependencies for all modules (# 6582)
  > 9362f26 grpc: re-enable channel idleness by default (# 6585)
  > 8b1a671 stream: swallow Header errors as we used to; RecvMsg can still return it (# 6586)
  > 23ac72b update pb.gos by running regenerate.sh (# 6584)
  > 2ce7ecd cdsbalancer: test cleanup part 3/N (# 6564)
  > 7afbb9b Change version to 1.59.0-dev (# 6581)
bumping knative.dev/hack 2c938d4...d4af42e:
  > d4af42e Make generate-groups.sh and generate-knative.sh executable conditionally (# 338)
bumping knative.dev/pkg 29775d7...b7a62c0:
  > b7a62c0 Bump google.golang.org/grpc from 1.58.3 to 1.59.0 (# 2873)
  > b8c14ce [CVE-2023-44487] Disable http2 for webhooks (# 2871)
  > 8b8bb65 Bump github.com/prometheus/common from 0.44.0 to 0.45.0 (# 2874)
  > ee56089 Bump google.golang.org/api from 0.147.0 to 0.148.0 (# 2872)
bumping google.golang.org/genproto/googleapis/rpc 8bfb1ae...e917dd1:
  > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063)
  > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060)
  > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062)
  > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061)
  > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064)
  > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065)
  > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066)
bumping google.golang.org/api 60e8678...5e4c19e:
  > 5e4c19e chore(main): release 0.148.0 (# 2217)
  > 438c075 chore(deps): ignore go-github (# 2223)
  > 29c72b5 feat(all): auto-regenerate discovery clients (# 2227)
  > 33383c7 feat(all): auto-regenerate discovery clients (# 2226)
  > 25093c2 feat(all): auto-regenerate discovery clients (# 2224)
  > 5077579 chore(all): update all (# 2220)
  > a6ee0f9 feat(all): auto-regenerate discovery clients (# 2222)
  > 6f71a69 feat(all): auto-regenerate discovery clients (# 2219)
  > 1ef9dd2 feat(all): auto-regenerate discovery clients (# 2218)
  > ffeb508 feat(all): auto-regenerate discovery clients (# 2216)
bumping github.com/prometheus/common 94bf982...c59927e:
  > c59927e Merge pull request # 524 from prometheus/dependabot/go_modules/golang.org/x/net-0.17.0
  > 16f9480 Merge pull request # 525 from prometheus/dependabot/go_modules/sigv4/golang.org/x/net-0.17.0
  > 1f9b004 Bump golang.org/x/net from 0.15.0 to 0.17.0
  > 7043ea0 Merge pull request # 520 from prometheus/repo_sync
  > ff99062 Bump golang.org/x/net from 0.15.0 to 0.17.0 in /sigv4
  > f4e05c0 Merge pull request # 519 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.45.19
  > b6914dd Update common Prometheus files
  > ac62eb7 Merge pull request # 518 from prometheus/repo_sync
  > eb60b9b Bump github.com/aws/aws-sdk-go from 1.45.18 to 1.45.19 in /sigv4
  > 2dfcc43 Merge pull request # 509 from Neo2308/feature/master/move-to-protobuf-extensions-v2
  > 777f9cc Update common Prometheus files
  > 538e36f Merge pull request # 493 from prometheus/dependabot/go_modules/sigv4/github.com/stretchr/testify-1.8.4
  > 6fa8c32 Update golang_protobuf_extensions to v2
  > 806bab7 Merge pull request # 516 from prometheus/dependabot/go_modules/sigv4/github.com/prometheus/client_golang-1.17.0
  > 3d03105 Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 in /sigv4
  > c3da61d Merge pull request # 515 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.45.18
  > 78c4467 Bump github.com/prometheus/client_golang from 1.15.1 to 1.17.0 in /sigv4
  > 29293ef Merge pull request # 514 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.12.0
  > 68bf7ee Bump github.com/aws/aws-sdk-go from 1.44.266 to 1.45.18 in /sigv4
  > bd35fdb Merge pull request # 513 from prometheus/superq/client_go
  > 2e29438 Bump golang.org/x/oauth2 from 0.8.0 to 0.12.0
  > 4e8cb35 Merge pull request # 495 from prometheus/repo_sync
  > 9510d8d Update client_golang
  > 86487d4 Add read-only token permissions
  > dc8a02e Update common Prometheus files
  > fa9dcdd Merge pull request # 507 from prometheus/dependabot/go_modules/golang.org/x/net-0.12.0
  > 4047c78 Merge pull request # 511 from wasim-nihal/username-file-12576
  > 162098f Bump golang.org/x/net from 0.10.0 to 0.12.0
  > ed1ca57 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576
  > e79ab68 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576
  > 707c0a9 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576
  > 06c301c Adding support for file based configuration of basic auth in http client config.
  > 0af702d Update config/http_config.go
  > 0b1d03c Update config/http_config.go
  > dbdf15f Adding support for file based configuration of basic auth in http client config.

Signed-off-by: Knative Automation <automation@knative.team>
2023-11-01 19:10:25 +00:00
Knative Automation e3e39c3f4b
upgrade to latest dependencies (#804)
bumping knative.dev/pkg d6ab729...29775d7:
  > 29775d7 [release-1.12] [CVE-2023-44487] Disable http2 for webhooks (# 2876)

Signed-off-by: Knative Automation <automation@knative.team>
2023-10-23 17:48:51 +00:00
Knative Automation 54d0758671
upgrade to latest dependencies (#802)
bumping knative.dev/pkg 283df0b...d6ab729:
  > d6ab729 upgrade to latest dependencies (# 2870)

Signed-off-by: Knative Automation <automation@knative.team>
2023-10-17 13:07:12 +00:00
Knative Automation 104a7bab5b
upgrade to latest dependencies (#801)
bumping knative.dev/pkg cf06733...283df0b:
  > 283df0b Don't migrate storage version if CRD has one storage version (# 2861)
  > d0c133d Revert "Fix potential redefined error with kubeconfig flag (# 2855)" (# 2869)
  > 44a8a5e Use `DialTLSContextFunc` instead of `tls.Config` for `NewProxyAutoTLSTransport` (# 2842)
  > 0d0cd4e Print each line separately in shell executor (# 2867)
  > 058f699 Update community files (# 2868)
bumping knative.dev/hack fc76874...2c938d4:
  > 2c938d4 Update community files (# 337)

Signed-off-by: Knative Automation <automation@knative.team>
2023-10-17 03:08:24 +00:00
Knative Automation 31d2498c86
upgrade to latest dependencies (#800)
bumping knative.dev/pkg 948f5f5...cf06733:
  > cf06733 Bump google.golang.org/grpc from 1.58.2 to 1.58.3 (# 2866)
  > af47f2d Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (# 2865)
  > 16f23bd Bump google.golang.org/api from 0.145.0 to 0.147.0 (# 2864)
  > 3262b2b Bump golang.org/x/tools from 0.13.0 to 0.14.0 (# 2863)
  > 9051a45 Migrate knative.dev/hack/shell to knative.dev/pkg/test/shell (# 2856)
bumping google.golang.org/genproto/googleapis/rpc e6e6cda...8bfb1ae:
  > 8bfb1ae chore(all): update all (# 1059)
  > ceb4ed7 chore(all): auto-regenerate .pb.go files (# 1058)
  > d307bd8 chore(all): auto-regenerate .pb.go files (# 1057)
  > 0333e04 chore(all): update all to e6e6cda (# 1055)
  > 427d036 chore: unfreeze grpc and fix build errors (# 1056)
bumping golang.org/x/mod baa5c2d...5b69280:
  > 5b69280 modfile: use new go version string format in error message
  > 273ef6c go.mod: update to go 1.18 and x/tools v0.13.0
bumping google.golang.org/genproto/googleapis/api 007df8e...d307bd8:
  > d307bd8 chore(all): auto-regenerate .pb.go files (# 1057)
  > 0333e04 chore(all): update all to e6e6cda (# 1055)
  > 427d036 chore: unfreeze grpc and fix build errors (# 1056)
  > e6e6cda chore(all): update all (# 1044)
  > c177e32 chore(deps): temporarily ignore grpc dep (# 1054)
bumping golang.org/x/tools b5e55d1...3f4194e:
  > 3f4194e go.mod: update golang.org/x dependencies
  > 1e4ce7c internal/refactor/inline: yet more tweaks to everything test
  > ee20ddf internal/refactor/inline: permit return conversions in tailcall
  > db1d1e0 gopls/internal/lsp: go to definition from embed directive
  > 2be977e internal/refactor/inline: work around channel type misformatting
  > 0ba9c84 internal/fuzzy: several improvements for symbol matching
  > c2725ad gopls: update x/telemetry dependency
  > e8722c0 go/types/internal/play: show types.Selection information
  > a819c61 internal/refactor/inline: eliminate unnecessary binding decl
  > 102b64b internal/refactor/inline: tweak everything-test docs again
  > 197e2c4 internal/refactor/inline: fix broken tests
  > 586b21a internal/refactor/inline: elide redundant braces
  > ca34416 internal/refactor/inline: fallible constant analysis
  > 6a38a5f internal/refactor/inline: use default working directory
  > c6d331d internal/refactor/inline: don't add same import PkgName twice
  > 1058109 internal/refactor/inline: don't insert unnecessary parens
  > d8e94f2 internal/refactor/inline: fix bug in shadow detection
  > 0adbf9c gopls/internal/lsp: simplify the telemetry prompt
  > 2ed4298 go/analysis/analysistest: format golden files before comparing
  > 451716b internal/refactor/inline: consider "", 0.0, 1.0 duplicable
  > 792f91f internal/refactor/inline: tweak everything test for cgo
  > 9416299 internal/refactor/inline: fix pkgname shadowing bug
  > 4cd12d6 gopls/internal/lsp/fake: don't set a completion budget for tests
  > 57ecf48 gopls/internal/lsp: hover over embed directives
  > 6de3448 gopls/internal/lsp/cache: remove snapshot.typeCheckMu
  > 7f23bc8 gopls/internal/regtest/source/completion: reuse functionCallSnippet in
  > 3d03fbd gopls/internal/lsp: use matcher score in ranking unimported candidates
  > 7577387 gopls/internal/lsp/source: don't complete to golang.org/toolchain
  > 4b34fbf internal/refactor/inline: fix bug discard receiver and spread
  > 6ec9b0f internal/refactor/inline: refine "last ref to caller local"
  > 08bdfec internal/refactor/inline: split up the big table
  > 486787e gopls/internal/lsp/source: Add ui.complete.completeFunctionCalls toggle
  > 9d2d0e8 gopls: set a context deadline after minimal completion results
  > 169105a internal/refactor/inline: insert conversions during substitution
  > b3ada30 internal/refactor/inline: analyze callee effects
  > 1602103 internal/refactor/inline: skip cgo tests on non-cgo builders
  > 1c8e684 internal/refactor/inline: sound treatment of named results
  > d32f97a internal/refactor/inline: eliminate Callee.BodyIsReturnExpr
  > f4abeae go/analysis/passes/directive: use strings.Cut
  > c42ed47 internal/refactor/inline: reject attempts to inline in cgo code
  > 313150a internal/refactor/inline: x++ counts as assignment in escape
  > d6f1bb7 internal/refactor/inline: ignore line directives in testing
  > fb7463a gopls: upgrade x/telemetry to latest
  > 6ccb09c gopls/internal/lsp/source/completion: fixes for completion budget
  > 903e689 gopls/internal/lsp/source/completion: start timing before type checking
  > 455b761 gopls/internal/lsp: use linkifyShowMessage in telemetryOnMessage
  > ebe11df gopls/internal/regtest/bench: add additional completion benchmarks
  > 0ceab5c internal/refactor/inline: split up the main function
  > f975935 gopls/internal/lsp: update telemetry prompt and add a follow-up message
  > 64beb95 gopls/internal/lsp/command: add maybePromptForTelemetry
  > 1c59c38 gopls/internal/lsp/source: add linkifyShowMessage (internal option)
  > d5538db gopls/internal/lsp/cmd: undocument gopls vulncheck
  > e3bbe43 gopls/internal/lsp: update prompting logic for local/off mode
  > 771061d gopls: instrument telemetry for latency of important operations
  > a490c54 all: register the appends analyzer in a few places and update gopls/go.mod
  > f096129 internal/refactor/inline: use escape analysis in purity
  > f9b8da7 go/analysis/passes/appends: rename package to appends
  > d744296 cmd/compilebench: check asm support for -compiling-runtime
  > f8acb7f gopls: update golang.org/x/telemetry dependency
  > 6120b45 go/packages: fix a typo of TypesInfo
  > 0669fa3 cmd/compilebench: fix assembler invocation
  > 9125a0f gopls/internal/lsp: minor cleanup to prompt logic
  > a3c6fd8 gopls/internal/lsp: add an idle prompt asking users to enable telemetry
  > c00d71d go/analysis: add a new analyzer for check missing values after append
  > 9df3852 internal/refactor/inline: two minor cleanups
  > b37e7e3 internal/refactor/inline: test everything
  > 6128895 gopls/internal/vulncheck/scan: buffer govulncheck STDERR output
  > d2b79cd gopls/internal/regtest/marker: rename to clarify marker types
  > 91fde38 gopls/internal/lsp/tests: eliminate several old marker types
  > a9b2439 go/packages: remove use of ioutil in test
  > 6d90c13 internal/refactor/inline: ignore line directives
  > 28990ac internal/refactor/inline: fix bug in /internal/ check for std
  > 365db56 tools: clean up after removing all references to ioutil
  > 5538375 internal/refactor/inline: fix import shadowing bug
  > c1a2c23 internal/refactor/inline: handle implicit field selections
  > 673f263 internal/refactor/inline: update docs
  > c4f811e internal/refactor/inline: reject generic methods for now
  > 2c15796 internal/diff/lcs: increase search depth to 100
  > 38f5195 internal/refactor/inline: treat self-ref as free ref
  > 866a6b0 gopls: update x/telemetry to the latest
  > afa68c9 gopls/internal: move builtin completion test to a regtest
  > dca7c82 gopls/internal/regtest: support full features of old completion markers
  > e2393ab gopls/internal/lsp/source: inliner: don't spam log
  > 8421a35 gopls/lsp/command: add gopls.add_telemetry_counters
  > 940ffda internal/refactor/inline: introduce "binding decls"
  > eaf809a internal/refactor/inline: 2 fixes in AnalyzeCallee recursion
  > 715a452 internal/refactor/inline: doc: optimizing compiler analogy
  > 0bcc621 internal/refactor/inline: simplify ordinary variadics
  > efaab95 internal/refactor/inline: simplify f(slice...) calls
  > d98bc1a gopls: improve usage instructions for neovim
  > 559c430 tools: replace references to obsolete package ioutils
  > 0b3914d go/analysis/passes/defers: rename Analyzer.Name to "defers"
  > ad827af internal/refactor/inline: add table-driven test
  > 8d6ad46 gopls/internal/regtest: port the codelens marker tests
  > 995ecf7 gopls/internal/lsp/source: recover from inliner panics
  > cf5aad9 gopls: update to use the new golang.org/x/vuln API
  > 33355ea internal/refactor/inline: add parameterless tailcall strategy
  > ebc1c29 internal/refactor/inline: parameter elimination
  > e6d89b4 gopls/internal/lsp/regtest: parallelize marker tests
  > 7e848b2 gopls/internal/lsp/regtest: port the highlight marker
  > 9886d98 all: get tests passing with 1.18 and 1.19
  > 0049711 go/types/internal/play: show underlying and core types
  > 627959a cmd/stringer: log more information in tests
  > cd231d8 gopls/internal/lsp: track didChangeConfiguration diagnostics for tests
  > 0a9721c gopls/internal/lsp: move options into the snapshot
  > fb4bd11 gopls/internal/lsp/cache: move Option management to the Server
  > 882bb14 go/analysis/unitchecker: revert subtle change to vendoring
  > fbb8910 go/types/internal/play: show TypeAndValue.mode
  > d06e891 gopls/internal/regtest/marker: support folding ranges
  > b0cdf01 gopls/internal/lsp/tests: eliminate the go1.18 summary file
  > c6e4421 gopls/internal/lsp/tests: simplify options
  > ab96dab gopls/internal/lsp/cache: move working dir to workspaceInformation
  > 1889c0e gopls/internal/lsp/cache: simplify file change propagation
  > 01224cd gopls/internal/lsp/cache: only evaluate fileMap.dirs when necessary
  > 15a23a9 gopls/internal/lsp/cache: consolidate logic for updating maps in clone
  > 56a1866 gopls: update staticcheck (v0.4.5)
  > 36c4f98 gopls/internal/lsp/cache: simplify tracking of snapshot directories
  > fe324ac all: tidy with -compat=1.18
bumping google.golang.org/api 788dc60...60e8678:
  > 60e8678 chore(main): release 0.147.0 (# 2210)
  > 8fd2dc4 chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 in /internal/kokoro/discogen (# 2213)
  > 6d015e0 chore(all): update module golang.org/x/net to v0.17.0 [SECURITY] (# 2214)
  > e2368f8 feat(all): auto-regenerate discovery clients (# 2215)
  > df0b730 feat(all): auto-regenerate discovery clients (# 2211)
  > b3a71bd chore(all): update all (# 2207)
  > f2c2d1b feat(all): auto-regenerate discovery clients (# 2209)
  > ed48023 chore(main): release 0.146.0 (# 2204)
  > 9a034cd feat(all): auto-regenerate discovery clients (# 2206)
  > 4aa710d feat(all): auto-regenerate discovery clients (# 2205)
  > 1e9a43c feat(all): auto-regenerate discovery clients (# 2203)
bumping google.golang.org/genproto 007df8e...d307bd8:
  > d307bd8 chore(all): auto-regenerate .pb.go files (# 1057)
  > 0333e04 chore(all): update all to e6e6cda (# 1055)
  > 427d036 chore: unfreeze grpc and fix build errors (# 1056)
  > e6e6cda chore(all): update all (# 1044)
  > c177e32 chore(deps): temporarily ignore grpc dep (# 1054)
bumping google.golang.org/grpc c0aa20a...bf05b95:
  > bf05b95 Change version.go to v1.58.3 (# 6707)
  > c40c9ba server: prohibit more than MaxConcurrentStreams handlers from running at once (# 6703) (# 6705)
  > dd9270d update version to 1.58.3-dev (# 6656)
bumping github.com/google/go-cmp a97318b...c3ad843:
  > c3ad843 Add cmpopts.EquateComparable (# 340)
  > e250a55 Use of hotlinking of Go identifiers (# 337)
  > 8a3e8dd set workflow permission to read-only (# 327)
  > 8cea5de Pin GitHub action versions (# 332)
  > 3bb304a Run tests for Go 1.20 version (# 322)
  > 571a56b Remove purego fallbacks (# 325)

Signed-off-by: Knative Automation <automation@knative.team>
2023-10-16 13:51:03 +00:00
Knative Automation debd68e17c
Update community files (#799)
Signed-off-by: Knative Automation <automation@knative.team>
2023-10-16 13:21:08 +00:00
Knative Automation 8551914fdf
upgrade to latest dependencies (#796)
bumping golang.org/x/net 88194ad...b225e7c:
  > b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams
bumping knative.dev/pkg ca8c009...948f5f5:
  > 948f5f5 Bump golang.org/x/sync from 0.3.0 to 0.4.0 (# 2854)
  > 17435ae Bump github.com/tsenart/vegeta/v12 from 12.11.0 to 12.11.1 (# 2848)
  > 9d1f6c1 Bump google.golang.org/api from 0.143.0 to 0.145.0 (# 2853)
  > efe9f4a Updated x/net to v0.17.0 to fix cve-2023-44487 (# 2859)
bumping golang.org/x/sync 93782cc...22ba207:
  > 22ba207 singleflight: add panicError.Unwrap method
bumping google.golang.org/api d0ae30d...788dc60:
  > 788dc60 chore(main): release 0.145.0 (# 2202)
  > c26a28c feat(all): auto-regenerate discovery clients (# 2201)
  > b4d0738 chore(main): release 0.144.0 (# 2188)
  > 5779cfc feat(all): auto-regenerate discovery clients (# 2197)
  > 34e0216 feat(all): auto-regenerate discovery clients (# 2196)
  > 9c8ea89 chore(all): update module google.golang.org/grpc to v1.58.2 (# 2194)
  > 0c82427 feat(all): auto-regenerate discovery clients (# 2195)
  > 55f1113 feat(all): auto-regenerate discovery clients (# 2193)
  > 8a3eb9b feat(all): auto-regenerate discovery clients (# 2192)
  > 0132460 feat(all): auto-regenerate discovery clients (# 2191)
  > f930302 feat(all): auto-regenerate discovery clients (# 2190)
  > ec24c23 feat(all): auto-regenerate discovery clients (# 2189)
  > 65ec288 feat(all): auto-regenerate discovery clients (# 2187)

Signed-off-by: Knative Automation <automation@knative.team>
2023-10-12 11:08:27 +00:00
Knative Automation ceca0ce6cd
upgrade to latest dependencies (#794)
bumping golang.org/x/term f413282...ea6303a:
  > ea6303a go.mod: update golang.org/x dependencies
bumping golang.org/x/sys 5154691...2964e1e:
  > 2964e1e unix: remove unused readlen and writelen
  > 3186bae windows: remove the 8192-codepoint arg limit in FuzzComposeCommandLine
  > 807530f unix: remove lists of unimplemented syscalls
  > 01c413d windows: document the return type mismatch for CommandLineToArgv
  > e649453 windows: convert TestCommandLineRecomposition to a fuzz test and fix discrepancies
  > 8858c72 unix: update riscv_hwprobe constants
  > 71c9d87 windows: add console ConPTY API
  > aa9470e unix/linux: update to Linux kernel 6.5
  > c7ff727 unix: fix double copy in (*SockaddrALG).sockaddr
  > c7cbcbb unix: add TestSockaddrALG
  > 8d9dcc4 unix: modernize test helpers
  > a26c6de unix: use errnoErr in generated wrappers on solaris
  > f3ef2d1 cpu: remove the use of ioutil
  > 5a17dda unix: remove the use of ioutil
  > 38ebf41 cpu: fix wrong cache line size of riscv64
  > fdc7ef4 all: remove ioutil usage from tests
  > fc717d3 unix: remove usage of ioutil.TempFile in tests
  > cb4ecd9 unix: use filepath in tests where appropriate
  > 4848eb0 windows,windows\svc,windows\svc\mgr: use unsafe.Slice instead of unsafeheader.Slice
  > 0e97d69 all: use t.TempDir in tests
  > 0514fec unix: rm unused zos test helper functions
  > bfd1ebb unix: remove unused ptracePtr on darwin
  > 81cb935 unix, windows: use ^TestName$ regular pattern for invoking a single test
bumping knative.dev/pkg 294e777...ca8c009:
  > ca8c009 Add Reconciler for kube v1.Service (# 2858)
  > e2256bd Bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (# 2852)
  > cd747e2 Update community files (# 2857)
  > bae23eb Fix potential redefined error with kubeconfig flag (# 2855)
  > d0a82f9 Update community files (# 2850)
  > 833dd97 prioritize destination CA certs over resolved addressable CA certs (# 2849)
bumping golang.org/x/oauth2 0708528...3c5dbf0:
  > 3c5dbf0 go.mod: update golang.org/x dependencies
  > 11625cc google: add authorized_user conditional to Credentials.UniverseDomain
  > 8d6d45b google: add Credentials.UniverseDomain to support TPC
  > 43b6a7b google: adding support for external account authorized user
  > 14b275c oauth2: workaround misspelling of verification_uri
  > 18352fc google/internal/externalaccount: adding BYOID Metrics
  > 9095a51 oauth2: clarify error if endpoint missing DeviceAuthURL
  > 2d9e4a2 oauth2/google: remove meta validations for aws external credentials
  > 55cd552 oauth2: support PKCE
  > e3fb0fb oauth2: support device flow
bumping golang.org/x/net 2a0da8b...88194ad:
  > 88194ad go.mod: update golang.org/x dependencies
  > 2b60a61 quic: fix several bugs in flow control accounting
  > 73d82ef quic: handle DATA_BLOCKED frames
  > 5d5a036 quic: handle streams moving from the data queue to the meta queue
  > 350aad2 quic: correctly extend peer's flow control window after MAX_DATA
  > 21814e7 quic: validate connection id transport parameters
  > a600b35 quic: avoid redundant MAX_DATA updates
  > ea63359 http2: check stream body is present on read timeout
  > ddd8598 quic: version negotiation
  > 3b0ab98 quic: avoid deadlock on listener close
  > 732b4bc quic: report initial TLS errors
  > 8add2e1 quic: enforce AEAD integrity limit
  > 7c40cbd dns/dnsmessage: use map[string]uint16 instead of map[string]int
  > b3f1f23 quic: initiate key updates
  > 18f2095 quic: handle peer-initiated key updates
  > 008c0af quic: refactor keys for key updates
  > 6a4de22 quic: connection lifetime management
  > ea4a2ff quic: fix detection of reserved bits in 1-RTT packets
  > 47caaff quic: send and receive UDP datagrams
  > 02eb0f3 quic: avoid deadlock when updating inbound conn-level flow control
  > 57bce0e quic: move packetType.String out of test-only code
  > cae7dab quic: outbound connection-level flow control
  > 217377b quic: inbound connection-level flow control
  > 044c308 quic: check for packet overflow when writing MAX_STREAMS
  > 5401f76 quic: test lost bidi MAX_STREAMS frame handling
  > da5f9f7 quic: don't block Writes on stream-level flow control
  > c3c6260 quic: simplify gate operations
  > 717519d quic: limits on the number of open streams
  > 94087ad dns/dnsmessage: mention that Name in non-escaped
bumping knative.dev/hack f2f9b6f...fc76874:
  > fc76874 Update community files (# 333)
  > 1588988 Update community files (# 327)

Signed-off-by: Knative Automation <automation@knative.team>
2023-10-11 06:37:44 +00:00
Knative Automation c1133f73da
Update community files (#795)
Signed-off-by: Knative Automation <automation@knative.team>
2023-10-10 13:19:03 +00:00
Knative Automation b6ff195c42
Update community files (#793)
Signed-off-by: Knative Automation <automation@knative.team>
2023-10-06 13:18:00 +00:00
Knative Automation 6c2d45f618
upgrade to latest dependencies (#792)
bumping knative.dev/pkg 1860700...294e777:
  > 294e777 Add rest.Config to fake context in SetupFakeContext (# 2847)
  > 0736c74 Add SinkAudience to SourceStatus (# 2844)

Signed-off-by: Knative Automation <automation@knative.team>
2023-10-03 12:38:51 +00:00
Knative Automation 808ee92ee6
upgrade to latest dependencies (#791)
bumping github.com/prometheus/client_golang 3583c1e...fa1408e:
  > fa1408e Merge pull request # 1352 from prometheus/arthursens/cut-1.17.0
  > 1bae6c1 Deprecated comment should begin with "Deprecated:" (# 1347)
  > 24a72b8 Add changelog entry for 1.17
  > bbab8fe Fix typos in comments, tests, and errors (# 1346)
  > df7fa49 Extend Counters, Summaries and Histograms with creation timestamp (# 1313)
  > 74cc262 Add go_godebug_non_default_behavior_tlsmaxrsasize_events_total (# 1348)
  > d03abf3 Cleanup golangci-lint errcheck (# 1339)
  > ca6ba04 Update common Prometheus files (# 1338)
  > 51d24f8 Update common Prometheus files (# 1332)
  > c17edf0 Merge pull request # 1304 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.31.0
  > 760a55a Merge pull request # 1330 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/common-0.44.0
  > 8483c5d Bump google.golang.org/protobuf from 1.30.0 to 1.31.0
  > f58d0fd Merge pull request # 1284 from prometheus/dependabot/go_modules/github.com/prometheus/common-0.44.0
  > 802a963 Bump github.com/prometheus/common in /tutorial/whatsup
  > fa04b7b Merge pull request # 1328 from prometheus/dependabot/go_modules/examples/middleware/github.com/prometheus/client_golang-1.16.0
  > 85f4592 Bump github.com/prometheus/common from 0.42.0 to 0.44.0
  > adb0180 Merge pull request # 1329 from prometheus/dependabot/go_modules/tutorial/whatsup/github.com/prometheus/client_golang-1.16.0
  > 0e33cf9 Bump github.com/prometheus/client_golang in /examples/middleware
  > 301a7bd Merge pull request # 1331 from prometheus/dependabot/go_modules/golang.org/x/sys-0.11.0
  > 390448f Bump github.com/prometheus/client_golang in /tutorial/whatsup
  > 4abd83d Update building (# 1326)
  > f215f75 Bump golang.org/x/sys from 0.10.0 to 0.11.0
  > 6f576e2 histogram docs: Fixed minor nit. (# 1324)
  > 1a88780 Bump prometheus/client_model (# 1323)
  > 06d4592 Add Go 1.21 support (# 1325)
  > cdd7f45 Merge pull request # 1322 from sengi/docs
  > e6d9092 Bump github.com/prometheus/procfs from 0.11.0 to 0.11.1 (# 1319)
  > f16b435 docs: trivial grammar fixes to improve readability
  > 99e905a Bump golang.org/x/sys from 0.9.0 to 0.10.0 (# 1320)
  > 23387fe Add missing tick "`" in README (# 1321)
  > 59c00e3 Fix data-race in metric without code and method but with `WithLabelFromCtx` (# 1318)
  > 7f2db5f Update common Prometheus files (# 1302)
  > 6e3b962 Bump github.com/prometheus/procfs from 0.10.1 to 0.11.0 (# 1305)
  > 90b169a Merge pull request # 1314 from prometheus/beorn7/histogram
  > 98025d8 Bump google.golang.org/grpc from 1.45.0 to 1.53.0 in /tutorial/whatsup (# 1307)
  > 3d82c94 histogram: Add a no-op span for an otherwise empty histogram
  > 3b6fb7a Bump golang.org/x/sys from 0.8.0 to 0.9.0 (# 1306)
  > f9db382 histograms: Small code comment and code formatting improvements
  > 644c80d Do not allocate memory when there's no constraints (# 1296)
  > 553eb4c ci: define minimal permissions to github workflows (# 1295)
  > f6bb79e Update common Prometheus files (# 1297)
  > c3fa5a7 Merge pull request # 1293 from prometheus/release-1.16
bumping sigs.k8s.io/json f223a00...bc3834c:
  > bc3834c Merge pull request # 17 from liggitt/go119
  > 33e9ed6 Update gofmt with go1.19
  > a72174c sync go1.19 changes from encoding/json
bumping k8s.io/klog/v2 9ae4992...d7fc505:
  > d7fc505 Merge pull request # 363 from pohly/textlogger-backend
  > e37f9fe Merge pull request # 368 from pohly/ktesting-config-api
  > 7a9f099 textlogger: write unstructured klog output directly
  > 90cff0f Merge pull request # 365 from pohly/ktesting-timestamps
  > a0fea0c textlogger: verbosity changes through public API
  > 81f97ff klog: support writing formatted buffer through logger
  > af72dbd Merge pull request # 366 from pohly/buffer-size-limit
  > 1b27ee8 ktesting: allow overriding default formatter
  > e092d89 ktesting: support verbosity changes at runtime
  > 1025055 github: bump golangci-lint image version
  > 2582956 buffer: restore dropping of too large buffers
  > d113925 ktesting: capture log entries only if requested
  > 8eadf2c KObj, KObjSlice: format more efficiently as text
  > 8b4cfd2 ktesting: use klog-like header
  > a1638bf KObj: optimize string concatenation
  > 926ab6d serialize: combine merging and formatting
  > 9674cae textlogger: remove some dead code
  > 1a1367c buffer: use sync.Pool
  > ff4f80f test: unit tests for vmodule support
  > 757e6bb use output test cases also for benchmarking
  > f833abb move output tests into packages
  > 70aa795 textlogger: fix vmodule support
  > 34a9807 klogr: use test.InitKlog
  > 125ecfe klogr: fix vmodule support
  > c34db96 test: move InitKlog into tests
  > d20ee72 klogr: avoid calling Info/Error/Enabled through auto-generated code
bumping k8s.io/code-generator eec869e...ad20935:
  > ad20935 Merge pull request # 119086 from neolit123/automated-cherry-pick-of-# 118150-origin-release-1.27
  > 315a517 call ./hack/update-vendor.sh
  > a52289a Merge pull request # 118553 from puerco/bump-1.27-go1.20.5
  > d8cce12 update-vendor: update vendored go.sums
  > 1649c2d Merge pull request # 117708 from Jefftree/automated-cherry-pick-of-# 117705-upstream-release-1.27
  > 9037946 Update kube-openapi to fix race
  > 6533006 Merge remote-tracking branch 'origin/master' into release-1.27
  > 6da539f .*: update vendor dir and cleanup
  > 1e0c52d dependencies: ginkgo v2.9.1, gomega v1.27.4
  > 667a115 Merge pull request # 116490 from tallclair/docs-urls2
  > 745ab90 Merge pull request # 116542 from enj/enj/f/go1.20
  > 0ee83f8 Fix broken API docs URLs
  > fd722cd Explicit bump to go 1.20
  > 4a4a238 Merge pull request # 116349 from apelisse/use-smarter-cache
  > dde8213 Merge pull request # 112061 from JoelSpeed/proto-gopath
  > 0f132b7 Update kube-openapi to 15aac26d736a
  > 4400d5f Merge pull request # 116162 from apelisse/update-openapi
  > 6173bf7 Ensure go-to-protobuf gen can run when not in GOPATH
  > 1c5b673 Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920
  > df762e7 Merge pull request # 115402 from p0lyn0mial/upstream-sendinitialevents-take-2
  > 32ad4d4 Merge pull request # 115277 from pohly/klog-update
  > a906ef0 generated
  > 56b3fad dependencies: update klog v2.90.1
  > e4df4d5 Merge pull request # 116039 from liggitt/crd-compat
  > d182558 Update generated files
  > 00ad370 Merge pull request # 115786 from liggitt/net-0.7.0-master
  > 827cde5 Update golang.org/x/net to v0.7.0
  > dfb602f Merge pull request # 114987 from astefanutti/pr-codegen-applyconfig
  > f218355 Merge pull request # 114920 from astefanutti/pr-codegen-144
  > e16bd08 code-generator: fix GOPATH unbound variable
  > 8ebad96 Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils
  > 84d7aaf fix: applyconfiguration-gen fails on map to struct fields
  > fd7fd90 Add applyconfiguration-gen to code-generator tools.go
  > cb06db1 Update k8s.io/utils to `a36077c30491`
  > d1eaf35 code-generator: regen examples with apply configurations
  > e2b16c0 Merge pull request # 115379 from artemvmin/serial-mkfs
  > 9b95cfe Add applyconfiguration generator to code-generator script
  > 63d9eda Update k8s.io/utils to latest version
  > 8a6ceea Merge pull request # 115266 from pohly/gomega-update
  > d51d173 Merge pull request # 115271 from kevindelgado/field-validation-conformance
  > d68548f dependencies: update gomega to v1.26.0
  > 9583277 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi
  > eb7447c update codegen
  > e5c04ca update kube-openapi
  > daa7a69 Merge pull request # 115245 from thockin/codegen-10-protobuf-from-update-codegen
  > 5d7b090 Call update-generated-protobuf from update-codegen
  > c3842e0 Merge pull request # 115196 from thockin/codegen-5-dont-gen-clients-for-internal
  > 2c7f371 Don't generate clients for example internal APIs
  > 046939b Merge pull request # 115184 from thockin/codegen-1-clientset-doc-go
  > cc14826 Merge pull request # 113637 from mikedanese/http-proxy
  > 8b5f587 Don't generate clientset/doc.go in client-gen
  > 90a9b0c vendor: removed unused dep github.com/elazarl/goproxy
  > d37f85b Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20
  > 1d1fb0e *: Bump version of vmware/govmomi
  > e2dcc1f Merge pull request # 114879 from olivierlemasle/bump-kube-openapi
  > 3ba6f96 Bump kube-openapi
  > 8d6f19a Merge pull request # 114859 from pohly/e2e-ginkgo-spec-ordering
  > 3241717 dependencies: update ginkgo to v2.7.0
  > e746d1f Merge pull request # 114869 from liggitt/kube-openapi
  > b40e109 bump kube-openapi
  > e9aa6d9 Merge pull request # 114867 from deads2k/app
  > d4f5e22 add deads2k to approvers for code-generator and sample-controller
  > ba78839 Merge pull request # 113654 from stevekuznetsov/skuznets/fake-group-name-registration
  > 5013555 Merge pull request # 114829 from liggitt/oauth-revert
  > bb712e2 code-generator: refer to the API package for GV{R,K}
  > edbb7f5 Revert "bump golang.org/x/oauth2"
  > c63a8cc Merge pull request # 114822 from liggitt/oauth2
  > 2b752ab bump golang.org/x/oauth2
  > b6a476b Merge pull request # 114705 from thockin/codegen_subproject_cleanup
  > 009bda6 Cleanup codegen subproject scripts
  > 0f638df Merge pull request # 113538 from pohly/e2e-ginkgo-timeline
  > 53dc4fe Merge pull request # 114559 from liggitt/gofmt
  > b3406b2 dependencies: update to ginkgo v2.6.1, gomega v1.24.2
  > 6ce5eeb Fix indentation/spacing in comments to render correctly in godoc
  > 154dfe6 Merge pull request # 114319 from liggitt/net-master
  > a8a90e0 Update golang.org/x/net 1e63c2f
  > 7429fbb Merge pull request # 113688 from dashpole/update_utils
bumping knative.dev/pkg 0f52db7...1860700:
  > 1860700 update k8s min version to 1.26.x and go deps to 1.27.x (# 2832)
  > c9c48d7 Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 (# 2846)
  > 6cf4b05 upgrade to latest dependencies (# 2841)
bumping github.com/prometheus/client_model 91c3945...9a2bf30:
  > 9a2bf30 (feat): Add created timestamps to counter, summary and histogram
  > 2b34b1e Merge pull request # 65 from prometheus/repo_sync
  > 0e6fdca Update common Prometheus files
bumping github.com/prometheus/procfs 332e865...113c501:
  > 113c501 Custom build tag "nostatfs" disables statfs (# 553)
  > 156bf8d Update common Prometheus files (# 551)
  > 9684daf Cleanup various linting issues (# 548)
  > 4b2218e Increase Stat() buffer size (# 547)
  > 46aea31 Bump golang.org/x/sys from 0.8.0 to 0.9.0 (# 542)
  > 5e8c988 Bump golang.org/x/sync from 0.2.0 to 0.3.0 (# 541)
  > e5567b2 Update common Prometheus files
  > 45f8bbf Update common Prometheus files (# 537)
  > a76f400 Fix CPUVulnerabilities() reporting from sysfs (# 532)
  > 6d9dbc0 Use golangci-lint for codespell (# 535)
  > 1d6add5 Add net/route parse, also add util lib Pars… (# 508)
  > abbfda0 Bug Fix: Slice out of bound in filterOfflineCpus (# 534)
  > 5d2473f fs: Statfs_t{} doesn't have a Type field on Windows (# 528)
  > 6a7bbcc Create new errors in proc.go using errors module. (# 526)
bumping k8s.io/api 6b24792...6e7eda9:
  > 6e7eda9 Update dependencies to v0.27.6 tag
  > acad300 Merge pull request # 120209 from mimowo/automated-cherry-pick-of-# 120204-upstream-release-1.27
  > 62f7673 Mark Job onPodConditions as optional in pod failure policy
  > 366ac8e Merge pull request # 119868 from liggitt/automated-cherry-pick-of-# 119835-upstream-release-1.27
  > 31986ba Avoid returning nil responseKind in v1beta1 aggregated discovery
  > 64b0262 Merge pull request # 119086 from neolit123/automated-cherry-pick-of-# 118150-origin-release-1.27
  > 4b77e71 call ./hack/update-vendor.sh
  > d65e98c Merge pull request # 118553 from puerco/bump-1.27-go1.20.5
  > 5c258b3 update-vendor: update vendored go.sums
  > 34b1d9e Merge pull request # 117815 from kerthcet/automated-cherry-pick-of-# 117802-upstream-release-1.27
  > e2c6465 Update podFailurePolicy comments from alpha-level to beta
  > a94d26e Merge pull request # 117324 from dddddai/automated-cherry-pick-of-# 117182-upstream-release-1.27
  > 5fee752 use case-insensitive header keys for http probes
  > 5b93db5 Merge remote-tracking branch 'origin/master' into release-1.27
  > 1258df6 .*: update vendor dir and cleanup
  > 9d61da7 remove kubernetes.io/grpc standard protocol
  > 130e058 Merge pull request # 116743 from thockin/docs-clarify-publish-not-ready-endpoints
  > bad7d34 Merge pull request # 113218 from ahmedtd/kep-3257
  > c5c9df1 Clarify EPSlice docs wrt the Ready conditions
  > 7d2e0cc ClusterTrustBundles: make update
  > 27a32d4 ClusterTrustBundles: Define types
  > c80582e Custom match criteria (# 116350)
  > 0b4c449 Matchconditions admission webhooks alpha implementation for kep-3716 (# 116261)
  > 286fd7e Merge pull request # 116332 from klueska/extend-resourceclaimstatus
  > 137eed4 Merge pull request # 116119 from vinaykul/restart-free-pod-vertical-scaling-fixes
  > aca25f2 Update generated code for resource.k8s.io/v1alpha2
  > 46446c8 Updated: Redefine AppProtocol field description and add new standard values (# 115433)
  > 9fe7fa0 Update generated files
  > 960c296 Update AllocationResult and ResourceHandle for resource.k8s.io/v1alpha2
  > c79498c Merge pull request # 115075 from aojea/ipaddress
  > 0b354bf Set default resize policy only for specified resource types, rename RestartNotRequired -> NotRequired
  > abe66f5 Merge pull request # 116539 from pohly/ginkgo-gomega-update
  > 8169321 make update
  > 5f8a370 Restructure naming of resource resize restart policy - generated files
  > f836919 Merge pull request # 114930 from kannon92/add-new-labels
  > 1eaa20c dependencies: ginkgo v2.9.1, gomega v1.27.4
  > aff9c95 Add IPAddress API
  > ee66691 Restructure naming of resource resize restart policy
  > fad123e Merge pull request # 116581 from humblec/csiNodeExpand
  > ad48969 Add batch.kubernetes.io to labels created in the Job controller.
  > b02105b Merge pull request # 116425 from jsafrane/flip-selinux
  > a3bfb4f Update NodeExpandSecretRef comment for beta
  > 772ba56 Merge pull request # 116556 from pohly/dra-podschedulingcontext
  > 1af564c Add featureGate to CSIDriver.SELinuxMount
  > 9833de0 Merge pull request # 116535 from denkensk/fix-match
  > 55d86c3 api: generated files for PodSchedulingContext
  > c5dd6b2 Merge pull request # 116522 from robscott/topology-1-27-updates
  > dadc0dc feat: update matchLabelKeys comment and code auto-generate
  > 435fe5c api: resource.k8s.io PodScheduling -> PodSchedulingContext
  > 112a65b Merge pull request # 116299 from pohly/dra-v1alpha2
  > ae4bc91 Introducing Topology Mode Annotation, Deprecating Topology Hints
  > 77a2c20 api: resource.k8s.io v1alpha1 -> v1alpha2
  > 5ab285d Merge pull request # 115668 from jiahuif-forks/feature/validating-admission-policy/type-system
  > 7199bb0 Merge pull request # 116553 from thockin/pr-111942-takeover
  > 48895bc generated: UPDATE_COMPATIBILITY_FIXTURE_DATA
  > bd0ab2c Merge pull request # 116397 from jiahuif-forks/feature/validating-admission-policy/message-expression
  > daef2bb Update generated files
  > 5abc1cb generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh
  > 4c844db Merge pull request # 116490 from tallclair/docs-urls2
  > 4841da3 generated: UPDATE_COMPATIBILITY_FIXTURE_DATA
  > 510c2e6 "contails" -> "contains" updated
  > 233bb56 [API REVIEW] ValidatingAdmissionPolicyStatus
  > 14ad8e3 Merge pull request # 115966 from aojea/lb_mixed
  > 93ac336 Fix broken API docs URLs
  > 69f96d6 generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh
  > 8c02f04 Merge pull request # 116542 from enj/enj/f/go1.20
  > 1539cd0 don't process unsupported loadbalancers with mixed protocols
  > 9a487de [API REVIEW] Validation.MessageExpression
  > 94f59cb Explicit bump to go 1.20
  > 02c5f9f make MixedProtocolNotSupported public
  > 19ee583 Merge pull request # 116450 from vinaykul/restart-free-pod-vertical-scaling-api
  > 4cfd7a6 Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources - generated files
  > 1ead999 Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources
  > 182afbd Merge pull request # 116384 from liggitt/fixup-after-roundtrip
  > 7785f76 Merge pull request # 115260 from pwschuurman/kep-3335-statefulset-start-ordinal-beta
  > 276361f Detect and clean up unneeded  after_roundtrip fixtures
  > a4afee7 KEP-3325: Promote SelfSubjectReview to Beta (# 116274)
  > d39503c Run ./hack/update-* scripts to update generated files
  > 2e0b62a Merge pull request # 115904 from soltysh/cronjob_tz_ga
  > 68dc9e4 Update generated
  > 1372208 Promote CronJob TZ to GA
  > a9e2fb5 Merge pull request # 115973 from jpbetz/enforcement-actions
  > ca9c463 Generate code
  > 2d18dde Implement validationActions and auditAnnotations
  > 507c364 Merge pull request # 116054 from jpbetz/secondary-authz
  > 11f3415 Merge pull request # 116124 from aerfio/aerfio/update-broken-links-apps
  > 75a193f Generate code
  > e36a74d Merge pull request # 116109 from aerfio/aerfio/update-broken-links-autoscaling
  > 78c18b3 adjust comment prefixes in k8s.io/api/apps/v1beta1/types.go
  > f5cbfc9 Implement secondary authz
  > 2d949b7 Merge pull request # 115463 from SergeyKanzhelev/containerStatusDocs
  > 152a993 update obsolete links
  > 3379a93 update obsolete links
  > 6cc1087 Merge pull request # 116233 from SergeyKanzhelev/GRPCContainerProbeGA
  > 6578ac3 update docs for ContainerStatus fields
  > fc1b77c Merge pull request # 116162 from apelisse/update-openapi
  > 0a33c95 GRPCContainerProbe is GA
  > 53d84c0 Merge pull request # 115914 from ravisantoshgudimetla/promote-pdb
  > dde3f2d Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920
  > f6c2559 Merge pull request # 115402 from p0lyn0mial/upstream-sendinitialevents-take-2
  > a814a2f Generated: PDB health policy
  > ffec433 Merge pull request # 116052 from kannon92/validation-coverage-and-cleanup
  > 0e595cd Update TestCompatibility
  > 9c30363 Changes to pdb healthy policy api docs
  > 42a6c32 Merge pull request # 115277 from pohly/klog-update
  > 3ae195e generated code
  > b447fe1 generated
  > 321adc8 dependencies: update klog v2.90.1
  > 9a29a4d remove ValidateJobSpec and add more test cases to batch validation
  > 2ed8d24 Merge pull request # 111856 from mengjiao-liu/improve-podSpec.restartPpolicy-description
  > b5b22ca Merge pull request # 102884 from vinaykul/restart-free-pod-vertical-scaling
  > 5717a84 Improve spec.template.spec.restartPolicy description
  > 2ffa6a6 Merge pull request # 115996 from rayowang/autoscaling
  > 1259f41 Generated files and compat data from API changes
  > 6bcd73f update openapi-spec, generated proto and generated openapi
  > 0533301 In-place Pod Vertical Scaling - API changes
  > f54f3b8 Fix API field references for autoscaling v1, v2 and v2beta2
  > ec40acc Merge pull request # 115928 from pohly/dra-resource-requirements-pvc
  > f7c08e3 Merge pull request # 115815 from Huang-Wei/pod-scheduling-readiness-beta
  > e00fe37 api: generated files
  > f6996b4 Merge pull request # 115363 from ravisantoshgudimetla/promote-pdb-healthy
  > 4515fb5 generated files
  > 9dd5eed api: drop Resources.Claims from PVC and PVC template
  > c710db8 Merge pull request # 115604 from pacoxu/fix-design-proposals-links
  > 74e8746 Generated: PDB health policy
  > 4784558 Graduate PodSchedulingReadiness to beta
  > c02fa6b Merge pull request # 115786 from liggitt/net-0.7.0-master
  > b286164 API docs: point to current docs instead of archived designs
  > 746e236 Promote pdb health policy to beta
  > ba0209b Update golang.org/x/net to v0.7.0
  > 4411404 archived design proposals are now moved to Design Proposals Archive Repo.
  > 9fe8a5d Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils
  > 51669d7 Update k8s.io/utils to `a36077c30491`
  > 0478a3e Merge pull request # 115379 from artemvmin/serial-mkfs
  > 8f4dbb0 Update k8s.io/utils to latest version
  > 9b5d68c Merge pull request # 115434 from ehashman/requests-limits-ratio-docs
  > 35c88f3 Update generated
  > 8036d83 Document relationship between requests/limits
  > a26a16a Merge pull request # 115266 from pohly/gomega-update
  > 1621bfa Merge pull request # 115354 from pohly/dra-reserved-for-list-type
  > 6ce540c dependencies: update gomega to v1.26.0
  > b140e71 dynamic resource allocation: avoid apiserver complaint about list content
  > 40fb371 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi
  > 4fe2b5f update kube-openapi
  > 86407e5 Merge pull request # 115246 from thockin/codegen-11-swagger-from-update-codegen
  > d8b97f9 Generate swagger from update-codegen
  > 59fcd23 Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20
  > 9b5c69c *: Bump version of vmware/govmomi
  > 210a193 Merge pull request # 114879 from olivierlemasle/bump-kube-openapi
  > 1e7b784 Merge pull request # 113467 from pacoxu/psp-cleanup
  > 9384e18 Bump kube-openapi
  > de8bdd7 Merge pull request # 114063 from ruquanzhao/fixNetworkTypesDoc
  > a9fc368 client-go: remove extensions psp only
  > 64a74af Merge pull request # 114065 from ruquanzhao/fixNodeTypesDoc
  > 6992abe fix doc of types.go of network v1, v1alpha1, v1beta1
  > 6b7ec32 remove psp in extensions api/apis
  > 4c5bbc6 Merge pull request # 114623 from Huang-Wei/feat/smart-preemption-identification
  > f64243d update auto generated files
  > 8d62476 rename 'PreemptionByKubeScheduler' to 'PreemptionByScheduler'
  > 538ed1e fix doc of types.go of node
  > 9fea242 Enhanced logic to identify eligible preemption node
  > 92fe7a3 Merge pull request # 114681 from thockin/nix_comments_about_ipv6_not_ready
  > 5401156 Remove old comments about IPv6 not being ready
  > 5baaa16 Merge pull request # 113538 from pohly/e2e-ginkgo-timeline
  > de49366 Merge pull request # 114585 from JoelSpeed/fix-resource-requirements-claims
  > d18c527 dependencies: update to ginkgo v2.6.1, gomega v1.24.2
  > ebe9f62 Merge pull request # 114594 from pacoxu/remove-testdata-v1.24
  > 0000a46 Resource claims should be a map type
  > 11f6f2e drop the api testdata for v1.24.0
  > dadaafe Merge pull request # 114581 from pacoxu/v1.26.0-api-testdata
  > 139e181 Add v1.26.0 API testdata
  > ad1a499 Merge pull request # 114559 from liggitt/gofmt
  > 93e1eba Fix indentation/spacing in comments to render correctly in godoc
  > 56ab826 Merge pull request # 113942 from mengjiao-liu/remove-feature-gate-expansion
  > a0834d0 Merge pull request # 110991 from thockin/svc-typenames-starTrafficPolicyType
  > 16bd13e Remove ExpandCSIVolumes feature gate
  > 346cfdf Merge pull request # 113570 from ztzxt/batch-api-doc
  > b65b9ef ServiceInternalTrafficPolicyType: s/Type//
  > 6ebc902 Merge pull request # 112497 from ldsdsy/modify3
  > e858a59 Fix API refs for batch v1 and v1beta1
  > 3326f50 ServiceExternalTrafficPolicyType: s/Type//
  > cfffb5f Merge pull request # 113876 from chiukapoor/coordination-api-doc
  > d71b818 update comment of annotation_key_constants.go
  > 51a0758 Merge pull request # 113875 from chiukapoor/scheduling-api-doc
  > fae9b7f Changed API field references and generated docs for coordination v1 and v1beta1
  > 998898a Merge pull request # 112490 from lzhecheng/doc-nodestatus-ip-change
  > fffbddf Added generated Docs for scheduling v1, v1beta1 and v1alpha1
  > bebfaf6 Added generated Docs for coordination v1 and v1beta1
  > f05a318 Merge pull request # 113894 from ravi-nal/master
  > 93a54de [API][Doc] Update NodeStatus about IP change
  > cedebb1 Change API field references for scheduling v1, v1alpha1 and v1beta1
  > b394153 Change API field references for coordination v1 and v1beta1
  > ed9fa27 Merge pull request # 114319 from liggitt/net-master
  > e132787 Add generated docs for discovery and storage types
  > 8f2e0ab Update golang.org/x/net 1e63c2f
  > ffebb15 Update API doc for Storage v1alpha1, v1beta1 types and Discovery v1 types
  > 9e1815a Merge pull request # 111023 from pohly/dynamic-resource-allocation
  > 0b2be3e Add generated docs for discovery v1beta1 and storage v1 types
  > d2d30ed Update API doc to use the field name in description
bumping k8s.io/client-go 6e9dabb...f2d9132:
  > f2d9132 Update dependencies to v0.27.6 tag
  > fa3c65e Merge pull request # 120360 from Jefftree/automated-cherry-pick-of-# 119870-upstream-release-1.27
  > 68da234 Fallback to legacy discovery on a wider range of conditions in aggregator
  > 0ea0345 Merge pull request # 120067 from HirazawaUi/automated-cherry-pick-of-# 116506-upstream-release-1.27
  > d55c4c3 generate ReportingInstance and ReportingController in Event
  > f102456 Merge pull request # 119868 from liggitt/automated-cherry-pick-of-# 119835-upstream-release-1.27
  > 686c038 Avoid returning nil responseKind in v1beta1 aggregated discovery
  > 1bfd018 Merge pull request # 119113 from champtar/automated-cherry-pick-of-# 118922-upstream-release-1.27
  > b1b513f client-go: allow to set NotBefore in NewSelfSignedCACert()
  > 860d25f Merge pull request # 118969 from champtar/automated-cherry-pick-of-# 117791-upstream-release-1.27
  > 8d8e2bc Merge pull request # 119086 from neolit123/automated-cherry-pick-of-# 118150-origin-release-1.27
  > d96d0d8 update serial number to a valid non-zero number in ca certificate
  > af4a748 call ./hack/update-vendor.sh
  > 22da8a5 Merge pull request # 118553 from puerco/bump-1.27-go1.20.5
  > 81d8c78 update-vendor: update vendored go.sums
  > 015caa2 Merge pull request # 117708 from Jefftree/automated-cherry-pick-of-# 117705-upstream-release-1.27
  > fb5347d Update kube-openapi to fix race
  > 353c489 Merge pull request # 117685 from ardaguclu/automated-cherry-pick-of-# 117495-upstream-release-1.27
  > 6ce3e7e Use absolute path instead requestURI in openapiv3 discovery
  > aab9b0a Merge pull request # 117637 from seans3/automated-cherry-pick-of-# 117571-origin-release-1.27
  > a16d525 Refactors discovery content-type and helper functions
  > 559da62 Merge remote-tracking branch 'origin/master' into release-1.27
  > 012beed .*: update vendor dir and cleanup
  > 1517ffb Merge pull request # 116623 from lavalamp/xfrmr
  > 308e6b1 Merge pull request # 113218 from ahmedtd/kep-3257
  > c3b84f0 Change where transformers are called.
  > 4c5879a ClusterTrustBundles: make update
  > 4666344 Custom match criteria (# 116350)
  > 3858973 Matchconditions admission webhooks alpha implementation for kep-3716 (# 116261)
  > 445660b Merge pull request # 116332 from klueska/extend-resourceclaimstatus
  > e023fb8 Merge pull request # 116119 from vinaykul/restart-free-pod-vertical-scaling-fixes
  > ff60d1b Update generated code for resource.k8s.io/v1alpha2
  > 9ff2627 Merge pull request # 115075 from aojea/ipaddress
  > 2932f6b Restructure naming of resource resize restart policy - generated files
  > 84ae514 Merge pull request # 116539 from pohly/ginkgo-gomega-update
  > 568393e make update
  > ef07195 Merge pull request # 114242 from austince/feat/per-queue-metrics
  > a952148 dependencies: ginkgo v2.9.1, gomega v1.27.4
  > 23d016c Merge pull request # 107826 from smarterclayton/context_wait
  > 21b4553 Allow custom metric provider for retry metrics
  > f3dc70c Merge pull request # 116603 from seans3/discovery-resilience
  > 250fc3d wait: Update tests to reference the constant error
  > 66fa9d3 Unify queue constructors, deprecate current constructors
  > 48d97c0 Merge pull request # 116556 from pohly/dra-podschedulingcontext
  > 2bd557f Aggregated discovery resilient to nil GVK
  > 9668243 Integrate new metrics provider option in test case
  > 2a7ba94 Merge pull request # 112334 from dgrisonnet/fix-eventseries-count
  > 76262aa api: generated files for PodSchedulingContext
  > e0785d6 Remove options from queue ctors w/o metrics
  > 3cafc13 Merge pull request # 116299 from pohly/dra-v1alpha2
  > 9c7c60b events: fix EventSeries starting count discrepancy
  > 89a4c12 Add license header to new file
  > 324f43b api: resource.k8s.io v1alpha1 -> v1alpha2
  > 98d0d1a Allow setting per-queue metrics providers
  > 362ffe4 Merge pull request # 115668 from jiahuif-forks/feature/validating-admission-policy/type-system
  > 8dcee0c generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh
  > b5e4a5a Merge pull request # 116397 from jiahuif-forks/feature/validating-admission-policy/message-expression
  > 471f66f Merge pull request # 116490 from tallclair/docs-urls2
  > d2cdd64 generated: ./hack/update-codegen.sh && ./hack/update-openapi-spec.sh
  > e4aa112 Merge pull request # 116542 from enj/enj/f/go1.20
  > b8c2b4b Fix broken API docs URLs
  > b14244a Merge pull request # 116477 from twz123/synctrack-64bit-alignment
  > e0b969d Explicit bump to go 1.20
  > 9e8c663 Properly align synctrack.SingleFileTracker struct
  > 012954e Merge pull request # 116450 from vinaykul/restart-free-pod-vertical-scaling-api
  > 6df0902 Merge pull request # 116435 from pohly/client-go-cache-reflector-leak
  > d906637 Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources - generated files
  > 1f020be Merge pull request # 110772 from p0lyn0mial/upstream-reflector-gets-stream
  > 29ad2bc client-go: shut down watch reflector as soon as stop channel closes
  > d2ebc4d Merge pull request # 116349 from apelisse/use-smarter-cache
  > 262b98a cache/controller: Add ENABLE_CLIENT_GO_WATCH_LIST_ALPHA
  > 756a0f3 Merge pull request # 114290 from Jefftree/mime-remove
  > e2867f9 Update kubernetes code for minor API changes to kube-openapi
  > ac0a428 reflector watchlist tests
  > 65be885 Merge pull request # 116409 from p0lyn0mial/upstream-reflector-list-n-watch
  > eec00dc remove mime AddExtensionType in discovery test
  > 3d77c7c Update kube-openapi to 15aac26d736a
  > b33e818 reflector: use watchlist
  > 64e2c7f KEP-3325: Promote SelfSubjectReview to Beta (# 116274)
  > ac7598e reflector: allow watch method to accept a watcher
  > d1c260e reflector: introduce watchList
  > 223d456 Merge pull request # 116145 from seans3/discovery-stale
  > e6ae4ec Merge pull request # 116354 from pacoxu/cleanup-CronJobTimeZone
  > 6b8e57e Plumb stale GroupVersions through aggregated discovery
  > 7bf37ef cleanup: sync testdata as CronJobTimeZone is GAed
  > 60e5373 Merge pull request # 115973 from jpbetz/enforcement-actions
  > bbbf092 Generate code
  > 48ca734 Merge pull request # 115978 from seans3/discovery-empty-response
  > 29a689d Merge pull request # 116297 from p0lyn0mial/upstream-reflector-list-n-watch-refactor
  > 0bc9170 Tolerate empty discovery response in memcache client
  > 06ad6b3 Merge pull request # 116166 from pohly/test-go-vet
  > f694a79 reflector: extract watch and startResyncAsync methods
  > d39f829 Merge pull request # 116162 from apelisse/update-openapi
  > 3259c41 staging: fix "go vet" issues
  > bfa72fd Merge pull request # 116237 from seans3/openapi3-add-error
  > 59fa142 Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920
  > 4c5eaaf Add custom error struct for Group/Version not found
  > 3f4372d Merge pull request # 115865 from seans3/discovery-client-cleanup
  > 02d652e Merge pull request # 116195 from seans3/openapi3-root-fix
  > bc1864f Removes old discovery hack ignoring 403 and 404
  > 91199a6 Merge pull request # 115277 from pohly/klog-update
  > 6ddf61b Fixes bug with Root not handling Group without Version
  > 089d044 client-go: support `Shutdown()` for metadata and dynamic informers (# 114434)
  > 6a9f0eb dependencies: update klog v2.90.1
  > 9ea785f Merge pull request # 116090 from abserari/patch-1
  > 8f4ee71 Merge pull request # 102884 from vinaykul/restart-free-pod-vertical-scaling
  > af12621 Typo: fix EndpointsLeasesResourceLock ->ConfigMapsLeasesResourceLock
  > b466770 Merge pull request # 115393 from seans3/openapi3-root
  > 85d57cf Generated files and compat data from API changes
  > 6e69fba Merge pull request # 114872 from Iceber/fix_acquire_leader
  > 6eb5769 OpenAPI V3 Root interface and basic implementation
  > ba2fddd Merge pull request # 115784 from seans3/openapi-fake-client
  > 899a109 leaderelection: using le.clock for the time calculations
  > 0a3ea4f Refactor to use openapi fake client
  > b4217e1 client-go: fix the wait time for trying to acquire the leader lease
  > 1ea7195 Merge pull request # 115933 from intUnderflow/clean-up-fake-recorder
  > 3a78ee0 Fix typo
  > 1fc8a8a Clean up FakeRecorder event emission
  > 269abfd Merge pull request # 115860 from intUnderflow/include-annotations-fake-recorder
  > dda9c52 Merge pull request # 115809 from seans3/openapi-file-client
  > c633a82 Include annotations all the time
  > d7a20b1 Merge pull request # 115472 from lanycrost/client-go-110992-GenerateSelfSignedCertKeyWithFixtures-permissions
  > 1369f16 New openapi v3 testing file client
  > f7f367e Respond to review
  > d0008d1 Merge pull request # 115620 from odinuge/ou-relist-missing-delete
  > bd24c42 client-go: change permissions of key
  > a43f324 Allow inclusion of annotations in channel events when using FakeRecorder
  > df55688 Merge pull request # 115604 from pacoxu/fix-design-proposals-links
  > b2a4f02 client-go/cache: update Replace comment to be more clear
  > a7dbbf8 client-go: change permissions of GenerateSelfSignedCertKeyWithFixtures generated cert
  > 60f5c9b Merge pull request # 115786 from liggitt/net-0.7.0-master
  > 4bd9226 API docs: point to current docs instead of archived designs
  > a01b5a2 client-go/cache: rewrite Replace to check queue first
  > be82893 client-go: change permissions of directories and certs
  > 249eb86 Merge pull request # 115785 from liggitt/fix-kubectl-test
  > e850f45 Update golang.org/x/net to v0.7.0
  > 878a4f8 archived design proposals are now moved to Design Proposals Archive Repo.
  > b250bf5 client-go/cache: merge ReplaceMakesDeletionsForObjectsInQueue tests
  > 71253f0 fix: comment about permission bits
  > fb55d97 Revert "Refactor fake versions of openapi client into testing subdir"
  > 8279635 client-go/cache: fix missing delete event on replace without knownObjects
  > 03568a1 client-go: make generating certificate/key permissions more secure (600)
  > 278918a Merge pull request # 115465 from seans3/openapi-client-testing
  > 2ded6b6 client-go/cache: fix missing delete event on replace
  > 8ef4d7d Merge pull request # 115685 from skitt/rest-req-error
  > bb1833c Refactor fake versions of openapi client into testing subdir
  > 22e2a9b client-go: add an Error() function on Request
  > d462933 Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils
  > 86a4c64 Update k8s.io/utils to `a36077c30491`
  > efd0415 Merge pull request # 115514 from pohly/event-broadcaster-shutdown
  > 00b9d76 Merge pull request # 115315 from enj/enj/i/kas_kubelet_conn_close
  > f6a5a1f client-go: don't wait too long after EventBroadcaster.Shutdown
  > 9c50465 Merge pull request # 115379 from artemvmin/serial-mkfs
  > d8b14dc kubelet/client: collapse transport wiring onto standard approach
  > 2e3265c Merge pull request # 108396 from tkashem/retry-metric
  > 13c89f7 Update k8s.io/utils to latest version
  > d2388d1 client-go: add metric to count retries
  > f457a57 Merge pull request # 112072 from tkashem/retry-concurrency-test
  > 67f1485 client-go: add unit test for Request thread safety
  > b135083 Merge pull request # 115266 from pohly/gomega-update
  > d7d6bcf Merge pull request # 115354 from pohly/dra-reserved-for-list-type
  > 55c90d5 dependencies: update gomega to v1.26.0
  > 648d828 Merge pull request # 110253 from tkashem/retry-condition-test
  > fa4e59a dynamic resource allocation: avoid apiserver complaint about list content
  > 79c4b40 client-go: add test to document retry conditions
  > adb1f50 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi
  > 1c9d8a0 update kube-openapi
  > cbb6016 Merge pull request # 111652 from ash2k/ash2k/leader-elector-tweaks
  > ac40ba3 Always emit the stopped leading event
  > 84ad8a7 Merge pull request # 113540 from wongearl/cleanup-client-go
  > 7059973 Merge pull request # 115186 from thockin/codegen-2-rm-deprecated-clients
  > 5d95f80 diff.ObjectReflectDiff is DEPRECATED use cmp.Diff
  > 31586e6 Merge pull request # 115184 from thockin/codegen-1-clientset-doc-go
  > 7c57428 Remove obsolete generated listers
  > c33df1c Merge pull request # 113637 from mikedanese/http-proxy
  > 1d637ff Don't generate clientset/doc.go in client-gen
  > 0f17f43 Remove obsolete generated applyconfigs
  > 9edd019 vendor: removed unused dep github.com/elazarl/goproxy
  > b94c7fc Fix client-go doc.go - not generated
  > e6998df Merge pull request # 115093 from xuzhenglun/too-large-resource-version-1.16
  > a13376f Merge pull request # 114542 from pacoxu/EphemeralContainers
  > 7685b51 Fix bug in reflector not detecting "Too large resource version" error before 1.17.0
  > 228b004 Merge pull request # 115077 from smarterclayton/reflector_mock_clock
  > 20ca706 cleanup: EphemeralContainers feature gate related codes
  > 08e22c4 cache: Reflector should have the same injected clock as its informer
  > 241dfe3 Merge pull request # 114794 from lavalamp/improved-has-synced
  > cb28a0e Fix N^2 startup for webhook configurations
  > 895a515 Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20
  > 47c0033 *: Bump version of vmware/govmomi
  > ce349e1 Merge pull request # 114879 from olivierlemasle/bump-kube-openapi
  > 6500345 Merge pull request # 113467 from pacoxu/psp-cleanup
  > 640dd29 Bump kube-openapi
  > 674e53a Merge pull request # 112365 from dgrisonnet/consolidate-isomorphic-events
  > be1f5d4 client-go: remove extensions psp only
  > 2c828f0 Merge pull request # 114859 from pohly/e2e-ginkgo-spec-ordering
  > 1113415 event_broadcaster: update isomorphic event def
  > e96d4a0 dependencies: update ginkgo to v2.7.0
  > fda1b11 Merge pull request # 114869 from liggitt/kube-openapi
  > 61a4d65 bump kube-openapi
  > bd7ed9e Merge pull request # 114460 from brianpursley/pf-exit
  > 5ea7f43 Merge pull request # 113654 from stevekuznetsov/skuznets/fake-group-name-registration
  > b0a6a6f portforward: Add unit test to cover stopChan usage
  > dc46266 Merge pull request # 114829 from liggitt/oauth-revert
  > 9bcbb56 code-generator: refer to the API package for GV{R,K}
  > d084224 portforward: return error on lost connection to pod
  > 37a1df5 Merge pull request # 111660 from pacoxu/key-encipherment-v1.26
  > 338dcc2 Revert "bump golang.org/x/oauth2"
  > 26d70e3 Merge pull request # 114822 from liggitt/oauth2
  > 6a07ced kubelet: add key encipherment usage only if it is rsa key
  > 4dad476 bump golang.org/x/oauth2
  > 3e0d990 Merge pull request # 114236 from dgrisonnet/fix-eventseries-race
  > 7e34708 Merge pull request # 114237 from dgrisonnet/handle-series-error
  > 4b578e1 tools/events: fix data race when emitting series
  > b69cda3 Merge pull request # 113538 from pohly/e2e-ginkgo-timeline
  > e3ded99 tools/events: retry on AlreadyExist for Series
  > 32f9a15 Merge pull request # 114585 from JoelSpeed/fix-resource-requirements-claims
  > beb71aa dependencies: update to ginkgo v2.6.1, gomega v1.24.2
  > bc218e4 Merge pull request # 114578 from ardaguclu/wrap-ctx-error-until
  > 984a230 Resource claims should be a map type
  > 19c9966 Merge pull request # 114291 from MaxHorstmann/master
  > 21fffc1 Embed context deadline exceeded in error to let errors.Is can work
  > 089645a Merge pull request # 114559 from liggitt/gofmt
  > 2424830 client-go: properly return error in fake discovery (# 79612)
  > 422fe1f Fix indentation/spacing in comments to render correctly in godoc
  > 9759133 Merge pull request # 113985 from lavalamp/improved-has-synced
  > 5d70a11 Enable propagration of HasSynced
  > e7e7d01 Merge pull request # 110991 from thockin/svc-typenames-starTrafficPolicyType
  > 31e7d40 ServiceInternalTrafficPolicyType: s/Type//
  > f5f28c4 ServiceExternalTrafficPolicyType: s/Type//
  > 5a489e8 Merge pull request # 114404 from hoskeri/discovery-error-check
  > 4dbb1cd Check the correct error in d.downloadAPIs
  > 58ff029 Merge pull request # 113933 from liggitt/retry-race
  > ca60156 Merge pull request # 111898 from ncdc/reflector-unstructured-fixes
  > e2f402c Limit request retrying to []byte request bodies
  > d21defd Merge pull request # 113904 from apelisse/add-owners-apelisse
  > fbb7f08 reflector: refactor setting typeDescription & expectedGVK
  > 6cbd19f Merge pull request # 114319 from liggitt/net-master
  > 0193d08 Add jpbetz to k8s.io/client-go/applyconfigurations
  > 37897af Reflector: support logging Unstructured type
  > b044399 Update golang.org/x/net 1e63c2f
  > a4d38f8 Add apelisse into some more OWNERS files
  > 1ac8d45 Merge pull request # 113797 from seans3/force-no-aggregated
bumping github.com/go-openapi/jsonpointer 2446e21...5df0d69:
  > 5df0d69 Use github actions (# 9)
  > ff99fe1 Bump dependencies (# 8)
bumping k8s.io/apimachinery b207ce5...f46cb69:
  > f46cb69 Merge pull request # 119262 from HirazawaUi/automated-cherry-pick-of-# 119229-upstream-release-1.27
  > 51f34a4 Fix the converts an empty string to nil.
  > bf8aa17 Merge pull request # 118855 from aojea/automated-cherry-pick-of-# 118686-upstream-release-1.27
  > 5e3923e always execute condition for wait.PollUntilContextTimeout with immediate=true
  > 38152d4 Merge pull request # 118553 from puerco/bump-1.27-go1.20.5
  > 2bd872f update-vendor: update vendored go.sums
  > 756e222 Merge pull request # 117298 from pohly/automated-cherry-pick-of-# 117238-origin-release-1.27
  > b1123d2 Merge pull request # 117708 from Jefftree/automated-cherry-pick-of-# 117705-upstream-release-1.27
  > cc852ec api: encode NamespacedName with lower case in JSON
  > 4074a29 Update kube-openapi to fix race
  > 8d1258d Merge pull request # 116539 from pohly/ginkgo-gomega-update
  > 2da2e3c Merge pull request # 107826 from smarterclayton/context_wait
  > 1b1bac4 dependencies: ginkgo v2.9.1, gomega v1.27.4
  > 1281665 Merge pull request # 116490 from tallclair/docs-urls2
  > 831cf05 wait: Deprecate legacy Poll methods for new context aware methods
  > b5ec634 Merge pull request # 116542 from enj/enj/f/go1.20
  > 40359fc Fix broken API docs URLs
  > 725ba3f Merge pull request # 116476 from smarterclayton/context_wait_2
  > 56f6fef Explicit bump to go 1.20
  > 273f86d Merge pull request # 116216 from skitt/add-generic-set-clear
  > 8b8d5d5 wait: Split methods into files by role
  > 66f7b89 Merge pull request # 111372 from HeavenTonight/master
  > 0993673 Add a Clear() function to generic sets
  > 9bf9334 wait: Group ExponentialBackoff* functions together in file
  > 8fccf3d Merge pull request # 116384 from liggitt/fixup-after-roundtrip
  > 3e07d25 code cleanup
  > ca95f42 Merge pull request # 116349 from apelisse/use-smarter-cache
  > 027c209 Detect and clean up unneeded  after_roundtrip fixtures
  > 8ac57a9 Merge pull request # 115065 from apelisse/apimachinery-managed-fields
  > 279f5e8 Update kube-openapi to 15aac26d736a
  > 75694b8 managedfields: Move most of fieldmanager package to managefields
  > f357b1f Merge pull request # 116166 from pohly/test-go-vet
  > 5b1cff8 Merge pull request # 116162 from apelisse/update-openapi
  > 0fe4390 staging: fix "go vet" issues
  > 4e8035c Update kube-openapi to afdc3dddf62d31f5e3868d699379c571a6007920
  > 76eb944 Merge pull request # 115402 from p0lyn0mial/upstream-sendinitialevents-take-2
  > 590a261 Merge pull request # 115277 from pohly/klog-update
  > 02f325f Add SetListOptionsDefaults for setting defaults on ListOptions
  > 776e66c Merge pull request # 116176 from aojea/testpingspdy
  > 4306a4d dependencies: update klog v2.90.1
  > 3aeffa2 generated
  > b1ad786 start to count time since the connection was actually established
  > d27c208 Add SendInitialEvents parameter to ListOption
  > 80f5938 Merge pull request # 116039 from liggitt/crd-compat
  > 28b8d6a Use custom-defined type generators for slice elements in compatibility objects
  > 7b8a1ed Skip unmarshaled fields with generating compatibility fixtures
  > 5c96255 Explicitly exclude unmarshaled fields for custom-marshaled types from standard JSON handling
  > 28259f5 Merge pull request # 115827 from borgerli/fix/construct-float
  > 6f5782f Merge pull request # 115927 from tkashem/rate-limited-waitgroup
  > 48c8daa add missed case of float types
  > 6a381cc api-machinery: add a rate limited request wait group
  > e90c788 Merge pull request # 115604 from pacoxu/fix-design-proposals-links
  > 6ecd1c8 Merge pull request # 115786 from liggitt/net-0.7.0-master
  > 2e74db4 API docs: point to current docs instead of archived designs
  > c9fa4ef Update golang.org/x/net to v0.7.0
  > 8bd142e archived design proposals are now moved to Design Proposals Archive Repo.
  > 6eedab2 Merge pull request # 115665 from aramase/aramase/f/update_vendor_k8s_utils
  > 49747ee Update k8s.io/utils to `a36077c30491`
  > 7687996 Merge pull request # 115379 from artemvmin/serial-mkfs
  > ade03c1 Update k8s.io/utils to latest version
  > 6b018d2 Merge pull request # 115383 from my-git9/imporve/note
  > 16efa9d Merge pull request # 115266 from pohly/gomega-update
  > 3e85069 Cleanup: improve some note for code
  > fdfff89 Merge pull request # 115271 from kevindelgado/field-validation-conformance
  > 3bf2e82 dependencies: update gomega to v1.26.0
  > b4dea92 Merge pull request # 114550 from alexzielenski/apiserver/smd/update-kube-openapi
  > 5bd881c update codegen
  > 1cc21f9 Merge pull request # 106379 from shivanshu1333/feature/master/105782
  > 01448f9 update kube-openapi
  > 1788dbf drop Enabled() checks for ServerSideFieldValidation feature gate
  > 2d27f93 Merge pull request # 115246 from thockin/codegen-11-swagger-from-update-codegen
  > 9b50e9c Implemented MarshalLog in namespacedname.go
  > cf736a3 Generate swagger from update-codegen
  > 525cf13 Merge pull request # 115230 from aojea/tlog_racxe
  > 8325f60 Merge pull request # 115113 from smarterclayton/exponential_context
  > 974dd95 solve race on NewHTTPProxyHandler
  > 7e672c0 Merge pull request # 115140 from smarterclayton/wait_context
  > 1d027ce wait: ExponentialBackoffWithContext should take context-aware fn
  > b39d3a9 Merge pull request # 113637 from mikedanese/http-proxy
  > 0fc021a wait: Use a context implementation for ContextForChannel
  > a5bbee3 vendor: removed unused dep github.com/elazarl/goproxy
  > 301d6f0 switch spdy round trip tests to simple http proxy
  > 35ae532 Merge pull request # 115116 from smarterclayton/hide_wait
  > 6916585 wait: Make WaitFor and WaitForContext private
  > 235f512 Merge pull request # 114766 from MadhavJivrajani/prepare-for-go1.20
  > cbd1ec7 *: Bump version of vmware/govmomi
  > 257f659 Merge pull request # 114879 from olivierlemasle/bump-kube-openapi
  > 945d062 Merge pull request # 113467 from pacoxu/psp-cleanup
  > e5ddeb6 Bump kube-openapi
  > 24bec8a Merge pull request # 114859 from pohly/e2e-ginkgo-spec-ordering
  > e86b932 remove psp in extensions api/apis
  > 790529b dependencies: update ginkgo to v2.7.0
  > 9f24624 Merge pull request # 114869 from liggitt/kube-openapi
  > 1087446 bump kube-openapi
  > 6c40936 Merge pull request # 114738 from Fish-pro/cleanup/errorffmt
  > 9b210d5 Remove duplicate fmt.Sprintf for logging
  > 47a8bb6 Merge pull request # 113538 from pohly/e2e-ginkgo-timeline
  > cc480d3 Merge pull request # 114559 from liggitt/gofmt
  > 3f19413 dependencies: update to ginkgo v2.6.1, gomega v1.24.2
  > 086ce31 Fix indentation/spacing in comments to render correctly in godoc
  > bfd2aff Merge pull request # 114412 from thockin/api_warn_workloads_name_not_dnslabel
  > cf894f1 Change DNS Label validation to check for dots
  > bc361ea Merge pull request # 114015 from my-git9/versiontest
  > 008f4fd Merge pull request # 112648 from howardjohn/set/optimize-set-selector
  > cf21c89 Add test for staging/src/k8s.io/apimachinery/pkg/version/staging/helpers.go
  > d6e14b0 Merge pull request # 113904 from apelisse/add-owners-apelisse
  > 90df4d1 Update name and docs
  > 2e6c99a Merge pull request # 113283 from 3point2/kubectl-issue-gh-791
  > 5009d07 Add apelisse into some more OWNERS files
  > 2a9a933 Address comments: re-use code, grow buffer, add comments
  > 9bd0499 Merge pull request # 114319 from liggitt/net-master
  > f403c51 Fix SPDY proxy authentication with special chars
  > b256805 instead of changing existing method, add a new type
  > 1ae0392 Update golang.org/x/net 1e63c2f
  > bfffc37 Improve error message when proxy connection fails
  > 8140f57 Optimize turning a Set into a Selector
  > fd8a604 Merge pull request # 113699 from liggitt/manjusaka/fix-107415
  > e4637b9 Update workload selector validation
  > 579ce62 Add extra value validation for matchExpression field in LabelSelector
  > 4fe4321 Merge pull request # 113688 from dashpole/update_utils
  > b6b5c3f update k8s.io/utils to fix util tracing panic
bumping k8s.io/utils 8e77b1f...a36077c:
  > a36077c Merge pull request # 275 from enj/enj/f/lru_eviction
  > 3401372 Merge pull request # 274 from artemvmin/concurrent-fake-exec
  > 22082ee lru: add support for setting eviction func
  > 391b47c Merge pull request # 272 from thockin/reboot-pr-246
  > fad585f Make FakeExec safe for concurrency
  > 99ec85e Merge pull request # 271 from danwinship/ipfamily
  > df71e4c ebtables: better version check regex
  > 914fa98 Clean up IsDualStack* docs and code
  > 59f23ee Add IPFamilyOf(), etc
  > 5c9db06 Tighten IsIPv6() semantics, clarify docs
  > d001242 Refactor IsIPv*() tests
  > 12a2ade Make IsIPv4CIDR()/IsIPv6CIDR() accept nil
  > 730c628 Split the IP family stuff (eg IsIPv6String()) into its own file.
bumping k8s.io/kube-openapi 172d655...8b0f38b:
  > 8b0f38b Merge pull request # 388 from Jefftree/patch-1
  > 28e0b72 Merge pull request # 387 from Jefftree/fix-cache-race
  > e6d4e37 Update CI to detect races
  > b0c0aae Merge pull request # 386 from Jefftree/delete-unused
  > 0bd5c6c fix cache get race
  > f5883ff Merge pull request # 380 from zchenyu/patch-1
  > e2ed23b Delete unused functions
  > 15aac26 Merge pull request # 371 from apelisse/use-smarter-cache
  > 1262187 Bump go version to 1.19
  > afdc3dd Merge pull request # 377 from apelisse/fix-fuzz-openapi
  > 2b17a46 Remove former handler cache mechanism
  > 19cbebb Merge pull request # 368 from Jefftree/oasv3-unmarshal
  > 587efca spec: Remove unncessary marshaling from nmarshaling tests
  > 4b54b81 handler: Replace handler cache with new cache
  > 929b88f Merge pull request # 370 from Jefftree/fuzz
  > f90255a Enable experiment unmarshal
  > 317b8ed spec3: Improve OpenAPI fuzzing
  > 69ee2d2 cached: Use atomic.Pointer to prevent type swap panic
  > 66828de Merge pull request # 325 from apelisse/marshal-v2
  > 48f3c6d Add fuzzer for OpenAPI V3
  > 8926865 Comments
  > f713152 spec: Serialize empty array of SchemaOrArray
  > ff9a8e8 Replaced Mime subtype containing @ with . in mimePb  (# 369)
  > 30e856a Use "jsonv2"/go-json-experimental to marshal OpenAPI v2
  > 4b0756a Merge pull request # 372 from Jefftree/response-fix
  > 2dff845 Address comments
  > 32bc87b spec: Add missing SanitizeExtensions
  > 4233a11 Merge pull request # 374 from Jefftree/update-json-experiment
  > 39b3636 Merge pull request # 345 from apelisse/smarter-cache
  > 5fc3bb0 Fix json unmarshal bug with extensions and Responses
  > c3a4917 Reset struct in unmarshal on null
  > bf0103b spec: Make UnmarshalJSON for SchemaOrBool consistent across v1 and v2
  > e8cc210 Replace sed with perl
  > 76d406a Merge pull request # 363 from Jefftree/expose-marshal-v3
  > c6fbb9d cache: Create new Caching framework
  > dd0d2d5 Implement experiment unmarshaler for OpenAPI V3
  > a09b714 spec: Fix missing in v2 serialization
  > 5a277be Update go-json-experiment to latest version and create a script for updating
  > 5e46c6e Merge pull request # 355 from olivierlemasle/ci
  > 3a6b765 Move fromMap and sanitize for OpenAPI to internal package
  > f3cff14 Merge pull request # 337 from Jefftree/ci-gofmt
  > 68031ae Merge pull request # 361 from Jefftree/oasv3-serialize-test
  > 129c723 Cleanup CI config
  > 1cb3ae2 Merge pull request # 367 from alexzielenski/cleanup-todos
  > bacb3ab Merge pull request # 338 from Jefftree/comment-ci
  > e7303d9 Add go 1.19 to CI
  > a855b91 Add unmarshal benchmark
  > e202aff Merge pull request # 352 from liggitt/revert-content-type
  > 3dfa6bd Merge pull request # 362 from Jefftree/fix-oas3-bugs
  > d5ab73e remove use of embed
  > 442bf48 Merge pull request # 332 from Jefftree/etag-root
  > 795f708 Add comment explaining the empty CI job
  > 76eeb94 Run gofmt -s -w
  > 5d2cb3a Merge pull request # 353 from liggitt/fix-gomod
  > d69dee3 Revert "OpenAPI V2 add Content Type return"
  > 64b6bb1 Merge pull request # 360 from alexzielenski/followup-conversion
  > d9a87bd Fix incorrect types OpenAPI V3
  > fde7732 add note about hardcoded schema todos
  > 9a5fe2d Merge pull request # 333 from Jefftree/openapi-content-type
  > 7ed38f0 Publish ETag for root OpenAPI V3 document
  > e1923e7 Add gofmt to CI
  > fbb0874 Merge pull request # 348 from olivierlemasle/bump-golang-x
  > d06694b Tidy integration go.mod
  > 8683ee8 Revert "Update pkg/handler/handler_test.go"
  > 444ee99 Merge pull request # 339 from alexzielenski/smd-convert-spec-schema
  > 3c68db0 add comment
  > 3758b55 Merge pull request # 344 from olivierlemasle/bump-jsonreference
  > b5f39f4 make schemaconv test blackbox
  > 4385d6f Merge pull request # 334 from Jefftree/remove-mime
  > 9ba0002 Update pkg/handler/handler_test.go
  > b888574 Merge pull request # 346 from olivierlemasle/integration-test
  > 4154b54 Fix GO-2022-0493 and GO-2022-1059
  > dd344f1 deduplicate deduced definitions for tests
  > bdc62e0 revert deducedDef deduplicatoin from proto_models
  > d603cf3 Merge pull request # 350 from qingwave/ioutil-rm
  > 8d5d713 test: compare json references by String()
  > efba78c Merge pull request # 335 from Jefftree/gzip-unused
  > 36389ca Remove mime AddExtensionsType
  > d55d863 OpenAPI V2 add Content Type return
  > 76fd588 Merge pull request # 349 from liggitt/multipleOf-zero
  > 65e6919 Fix integration tests
  > 09553db add test for spec.Schema -> smd conversion
  > 10e5f0e Merge pull request # 351 from liggitt/prune-enum
  > 90469a8 remove deprecated ioutil
  > f6aa62a Bump github.com/go-openapi/jsonreference
  > 86e75dd Merge pull request # 330 from apelisse/add-apelisse-validation
  > 1920258 Remove unused gzip function
  > fbe2eda Merge pull request # 347 from qingwave/fix-extension-name
  > a7f241a Protect against divide-by-zero panic with multipleOf
  > ace3e4a add spec.Schema -> schema.Schema conversion
  > a1cb06c Improve format of generated enum lines
  > cac62f2 Merge pull request # 331 from apelisse/fix-unmarshal-bug
  > af74d46 Add apelisse as approver to pkg/validation
  > 34a5c6a Merge pull request # 329 from Jefftree/patch-1
  > 48529ed fix wrong extension name in parse schema
  > 01a25bb add builder3.BuildOpenAPIDefinitionsForResources
  > dd070e2 Merge pull request # 328 from Huang-Wei/cleanup-defNames
  > d3fc7bb Fix minor bug not deserializing a full-value in Paths#UnmarshalNextJSON
  > a28e98e Merge pull request # 327 from jiahuif/fix/pointer-type
  > 8651e00 Add jefftree as approver for kube-openapi
  > 776667b cleanup! factor out openapi extension parsing
  > 97a78ff cleanup code in builder3 test
  > f73e7db Merge pull request # 322 from benluddy/openapi-gen-enum-package
  > 46f039b add test for optional pointer field.
  > cd17b1e cleanup! move proto-models code to own file
  > 3b907d1 Consistently find enum values from separate packages in openapi-gen.
  > 72c1c0d support pointer of enum types.
  > 1cc6f9d cleanup! make toStringSlice also work on string slices
  > c3e0f9c cleanup! remove unnecessary function and field
  > f95a625 cleanup! add diff output to smd_test
  > 541fa7c cleanup! update swagger.json to new version
bumping github.com/go-openapi/jsonreference c5db558...424d68c:
  > 424d68c enable github actions
  > b86bbb6 Update golangci-lint config + lint fixes
  > 7a27d67 Merge pull request # 12 from olivierlemasle/bump-dep
  > e127b20 Bump dependencies
bumping github.com/go-openapi/swag a879606...0579829:
  > 0579829 fix detecting yaml timestamp
  > bf6952f also support timestamp values
  > 3fa115d add support for alias node
  > 622d9a7 add jsonmapslice yaml marshal
  > f7655ec update yaml to v3
  > f55deed fix CI by closing # 59
  > 39bed99 fix IsFloat64JSONInteger
  > ef31b6b Merge pull request # 60 from kzys/add-file
  > 9afd6d4 Migrate from Travis CI to GitHub Actions (# 61)
  > 9230c5f Copy runtime.File as swag.File

Signed-off-by: Knative Automation <automation@knative.team>
2023-10-02 15:01:03 +00:00
Knative Automation da42414936
upgrade to latest dependencies (#790)
bumping google.golang.org/genproto f966b18...007df8e:
  > 007df8e chore(all): auto-regenerate .pb.go files (# 1053)
  > 2d3300f chore(all): update actions/checkout action to v4 (# 1052)
  > b8732ec chore(all): auto-regenerate .pb.go files (# 1051)
  > ccc8af3 chore(all): auto-regenerate .pb.go files (# 1050)
  > 6bfd019 chore(all): auto-regenerate .pb.go files (# 1047)
  > ca7cfce fix(analytics/admin/v1alpha): remove broken aliases (# 1045)
  > 1744710 chore(all): update all (# 1043)
bumping knative.dev/hack 403114f...f2f9b6f:
  > f2f9b6f Vendorless docs (# 324)
  > 46659bc Update actions (# 323)
bumping google.golang.org/genproto/googleapis/api f966b18...007df8e:
  > 007df8e chore(all): auto-regenerate .pb.go files (# 1053)
  > 2d3300f chore(all): update actions/checkout action to v4 (# 1052)
  > b8732ec chore(all): auto-regenerate .pb.go files (# 1051)
  > ccc8af3 chore(all): auto-regenerate .pb.go files (# 1050)
  > 6bfd019 chore(all): auto-regenerate .pb.go files (# 1047)
  > ca7cfce fix(analytics/admin/v1alpha): remove broken aliases (# 1045)
  > 1744710 chore(all): update all (# 1043)
bumping google.golang.org/api fc96064...d0ae30d:
  > d0ae30d chore(main): release 0.143.0 (# 2174)
  > bd12eba fix(docs): add an operation polling example (# 2186)
  > 26c6885 chore: give admins owners on renovate config (# 2185)
  > 3a58dbb chore: unfreeze grpc (# 2183)
  > 546196e chore(all): update all (# 2181)
  > 4c049c5 feat(all): auto-regenerate discovery clients (# 2182)
  > e61e11b feat(all): auto-regenerate discovery clients (# 2180)
  > 1bca7ee feat(all): auto-regenerate discovery clients (# 2179)
  > 00aa328 feat(all): auto-regenerate discovery clients (# 2177)
  > c6a8850 feat(all): auto-regenerate discovery clients (# 2176)
  > 68d92d4 feat(all): auto-regenerate discovery clients (# 2173)
bumping knative.dev/pkg 51a826d...0f52db7:
  > 0f52db7 Bump google.golang.org/api from 0.142.0 to 0.143.0 (# 2840)
  > bd49c73 upgrade to latest dependencies (# 2839)
bumping google.golang.org/genproto/googleapis/rpc 007df8e...e6e6cda:
  > e6e6cda chore(all): update all (# 1044)
  > c177e32 chore(deps): temporarily ignore grpc dep (# 1054)

Signed-off-by: Knative Automation <automation@knative.team>
2023-09-27 12:14:31 +00:00
Knative Automation 2cb0056ecd
upgrade to latest dependencies (#789)
bumping google.golang.org/grpc 62726d4...c0aa20a:
  > c0aa20a Change version to 1.58.2 (# 6654)
  > 67a53a6 balancer/weightedroundrobin: fix ticker leak on update (# 6655)
  > 863de73 update version to 1.58.2-dev (# 6633)
bumping google.golang.org/genproto/googleapis/rpc 2d3300f...007df8e:
  > 007df8e chore(all): auto-regenerate .pb.go files (# 1053)
bumping knative.dev/pkg 05a411a...51a826d:
  > 51a826d Bump google.golang.org/grpc from 1.58.1 to 1.58.2 (# 2835)
  > 4930930 Bump google.golang.org/api from 0.141.0 to 0.142.0 (# 2834)
  > 0efc1bc Also return Audience in URIResolver.AddressableFromDestinationV1() (# 2836)
  > 559de7e upgrade to latest dependencies (# 2833)
  > dd819c0 Update community files (# 2830)
bumping google.golang.org/api c3d417d...fc96064:
  > fc96064 chore(main): release 0.142.0 (# 2162)
  > da71d0a feat(all): auto-regenerate discovery clients (# 2171)
  > ea1fe11 chore(all): update all to 007df8e (# 2167)
  > a8cadbf feat(all): use updated mtls config endpoint (# 2164)
  > 0c5c2d2 feat(all): auto-regenerate discovery clients (# 2168)
  > c4024ed feat(all): auto-regenerate discovery clients (# 2166)
  > 304fb51 feat(all): auto-regenerate discovery clients (# 2165)
  > a34ad77 feat(internal): add some feature flags for new auth libs (# 2163)
  > d6822ad feat(all): auto-regenerate discovery clients (# 2161)
bumping knative.dev/hack da6e74c...403114f:
  > 403114f Manual shellcheck (# 321)
  > 74aa02a 🐛 Remove deps from go.mod for knative.dev/hack (# 320)
  > 34850cd Update community files (# 319)

Signed-off-by: Knative Automation <automation@knative.team>
2023-09-26 12:38:08 +00:00
Knative Automation f45a005abe
upgrade to latest dependencies (#788)
bumping knative.dev/hack c4a34c3...da6e74c:
  > da6e74c 🐛 The `go.work.sum` don't influence the dependencies resolution (# 317)
bumping knative.dev/pkg 8761ceb...05a411a:
  > 05a411a upgrade to latest dependencies (# 2831)
  > 76b4202 Add AuthStatus type (# 2829)

Signed-off-by: Knative Automation <automation@knative.team>
2023-09-22 14:37:27 +00:00
Knative Automation 3d313f7b6a
Update community files (#786)
Signed-off-by: Knative Automation <automation@knative.team>
2023-09-22 13:49:04 +00:00
Knative Automation 7f3928f2fc
upgrade to latest dependencies (#787)
bumping knative.dev/hack 38316f2...c4a34c3:
  > c4a34c3 Collect LICENSE files from all dependencies, even without vendor dir (# 316)
bumping knative.dev/pkg 7fe699e...8761ceb:
  > 8761ceb upgrade to latest dependencies (# 2827)

Signed-off-by: Knative Automation <automation@knative.team>
2023-09-22 12:18:35 +00:00
Knative Automation 94468139a0
upgrade to latest dependencies (#785)
bumping google.golang.org/api 77cbf8b...c3d417d:
  > c3d417d chore(main): release 0.141.0 (# 2156)
  > d541d8e feat(idtoken): add ParsePayload returning unvalidated token payload (# 2136)
  > 124e36e feat(all): auto-regenerate discovery clients (# 2160)
  > 2b846e5 feat(all): auto-regenerate discovery clients (# 2159)
  > c2fa93e fix(transport): remove conditional App Engine gen 1 Go hooks (# 2158)
  > 2114d8d chore: remove misleading docs for credentialsFromJSON JWT path (# 2141)
  > 9a84e80 feat(all): auto-regenerate discovery clients (# 2155)
bumping knative.dev/pkg 8d736b6...7fe699e:
  > 7fe699e Bump google.golang.org/grpc from 1.58.0 to 1.58.1 (# 2823)
  > 5e88665 upgrade to latest dependencies (# 2810)
  > 96dc59b Bump go.uber.org/zap from 1.25.0 to 1.26.0 (# 2826)
  > dbcdf66 Bump cloud.google.com/go/storage from 1.32.0 to 1.33.0 (# 2825)
  > d9942a2 Bump github.com/evanphx/json-patch/v5 from 5.6.0 to 5.7.0 (# 2824)
  > fa6df73 Bump google.golang.org/api from 0.140.0 to 0.141.0 (# 2822)
  > 9780686 Update community files (# 2819)

Signed-off-by: Knative Automation <automation@knative.team>
2023-09-20 13:18:14 +00:00
Knative Automation ad1892e0aa
Update community files (#784)
Signed-off-by: Knative Automation <automation@knative.team>
2023-09-14 01:37:13 +00:00
Knative Automation 709c3f780b
upgrade to latest dependencies (#783)
bumping golang.org/x/text fb697c0...f488e19:
  > f488e19 unicode/norm: fix function name on comment
bumping golang.org/x/sys 104d401...5154691:
  > 5154691 unix/linux: update to gcc 13.2.0, qemu 8.0.3 for loong64 and and Go 1.21.0 for all
  > e8190d9 windows: don't check non-existent return code in GetStartupInfo
  > ad02017 windows: use SyscallN in mkwinsyscall
  > 7023367 cpu: remove repetitive word
  > eabbd5c cpu: add support for amx detection
  > 552c4e8 unix: avoid setting O_NONBLOCK needlessly by checking flags beforehand
  > ee57887 unix: add SchedSetAttr and SchedGetAttr for Linux
  > 60ecf13 windows: add TimeBeginPeriod and TimeEndPeriod syscalls
bumping knative.dev/pkg 27252a3...8d736b6:
  > 8d736b6 Bump google.golang.org/api from 0.138.0 to 0.140.0 (# 2818)
  > 2ae83b9 Bump golang.org/x/tools from 0.12.0 to 0.13.0 (# 2815)
  > 8053378 Bump google.golang.org/grpc from 1.57.0 to 1.58.0 (# 2814)
  > f78fe9e Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 (# 2812)
  > 09df2b6 Update community files (# 2817)
  > 6550b1f Bump actions/checkout from 3 to 4 (# 2811)
bumping golang.org/x/net c8c0290...2a0da8b:
  > 2a0da8b go.mod: update golang.org/x dependencies
  > 97384c1 quic: remove streams from the conn when done
  > 03d5e62 http2: remove unused ClientConn.tconnClosed
  > b82f062 quic: include ignored frames in test log output
  > 7374d34 quic: don't block when closing read-only streams
  > b4d09be dns/dnsmessage: compress all names while appending to a buffer
  > 8b010a5 quic: fix race condition in runAsync test helper
  > fe2abcb quic: validate stream limits in transport params
  > d1b0a97 quic: avoid sending 1-RTT frames in initial/handshake packets
  > 4332436 quic: send more transport parameters
  > 52fbe37 quic: add test helpers for acking packets
  > 4a2d37e http2: remove Docker-requiring tests
  > efb8d7a dns/dnsmessage: don't include bytes after name.Length in the compression map
  > d8d8478 quic: read-closing and reset streams, wait on close
  > 3d2be97 quic: fix testConn.uncheckedHandshake
  > 0f7767c dns/dnsmessage: validate cached section when skipping sections
  > f89417c dns/dnsmessage: reduce Parser size
  > 9cde5a0 net/http2: remove awaitGracefulShutdown
  > 95cb3bb dns/dnsmessage: show AD and CD bit in Header.GoString()
  > 126a5f3 quic: fix some bugs in the sendable stream list
  > f09e753 quic: send and receive stream data
  > 1e23797 publicsuffix: update table to version 20230804
bumping google.golang.org/api 85e7e70...77cbf8b:
  > 77cbf8b chore(main): release 0.140.0 (# 2145)
  > 488068e chore(all): update all (# 2134)
  > 009ec6d chore(deps): temporarily ignore grpc dep (# 2154)
  > 1183ccf feat(all): auto-regenerate discovery clients (# 2152)
  > 1038447 feat(all): auto-regenerate discovery clients (# 2150)
  > 161e093 feat(all): auto-regenerate discovery clients (# 2149)
  > b6072d6 feat(all): auto-regenerate discovery clients (# 2148)
  > c8d6a5a chore: add global flag to previous commit as this is not the git root (# 2147)
  > 2a99e82 chore: mark dir as safe for discogen (# 2146)
  > aded622 feat(all): auto-regenerate discovery clients (# 2144)
  > 85fd15c chore: remove added build flag for discogen (# 2143)
  > 9e585db chore(main): release 0.139.0 (# 2121)
  > 8e1c21a feat(all): auto-regenerate discovery clients (# 2142)
  > 733fb17 chore: skip api that wont generate (# 2139)
  > 44a2679 chore: fix discogen (# 2138)
  > 76be4a6 chore(all): update module github.com/google/s2a-go to v0.1.7 (# 2131)
  > 62d88ff docs: point more users forward (# 2126)
  > fd53dce feat(all): auto-regenerate discovery clients (# 2120)
bumping golang.org/x/tools 229f848...b5e55d1:
  > b5e55d1 go/analysis/analysistest: give better hint in SuggestedFix assertion
  > a807ccf go.mod: update golang.org/x dependencies
  > 21090a2 gopls/internal/lsp/cache: use persistent.Set in a couple places
  > 38b898b internal/persistent: add Set
  > 44f7796 gopls: add and enable the slog analyzer
  > 2c6ba93 gopls: tidy for 1.17+
  > 5a96569 gopls/internal/lsp/cmd: don't use x/exp/slices
  > 77c6ac6 gopls/internal/telemetry: don't schedule the next upload
  > 010e045 internal/persistent: use generics
  > a1a928d gopls: remove dead code
  > 7663a40 internal/cmd/deadcode: add -generated flag
  > ea5e7c6 gopls/internal/lsp/cache: delete unused mustEncode
  > cb85f8f gopls/internal/lsp/cmd: consolidate editing flags
  > 63c7da0 gopls: more 1.18 cleanup; use strings.Cut and os functions
  > 5fc00b4 gopls/internal: move Options and FileKind from View to Snapshot
  > 1bfa8e3 gopls: update uses of deprecated ioutil APIs
  > 914b218 gopls/internal/lsp/analysis/unusedparams: document the blank identifier
  > 8234134 gopls/internal/lsp/frob: add defensive header
  > e3671fc internal/telemetry: unconditionally trigger upload logic
  > 9658d2e internal/refactor/inline: NeedGoPackages in test
  > 5e8d21a gopls/internal/lsp/source: implement refactor.inline code action
  > edda81f internal/refactor/inline: an inliner for Go source
  > 2926c1f gopls/internal/telemetry: log timestamp when test fails
  > cd22603 go/analysis/unitchecker: NeedGoPackages in ExampleSeparateAnalysis
  > 2191a27 gopls/internal/lsp/frob: fix build breakage
  > 5fb106a internal/testenv: simplify 'go build' support check
  > c51e3f7 gopls/internal/lsp/frob: make API generic
  > 7e1bfe8 go/analysis/unitchecker: Example of separate analysis
  > 39bfef4 gopls: update x/telemetry dependency
  > c28af0a gopls/internal/lsp/debug: remove hard-coded version
  > 0a044c0 gopls/doc: update tests that fail on Kokoro to run at Go 1.21+
  > 7b7b9a1 gopls/internal/telemetry: write counter unconditionally and run upload
  > 8fd71c0 gopls/internal/lsp/mod: remove TestModfileRemainsUnchanged
  > 2e5fc54 gopls/internal/regtest/codelens: avoid a race in TestUpgradeCodelens
  > 6eca6df gopls/doc: include stderr output from 'go list' in pkgDir errors
  > c38e6b0 gopls/internal/lsp: add testing support for the new zero builtin
  > ff7f2b9 gopls/internal/lsp/source completion: don't suggest untyped conversions
  > 9425c2e gopls/internal/lsp/source: fix implementations query on error type
  > 5913c02 gopls/internal/lsp/source: add a test for local types stubbing
  > a46a10f gopls: stubbed methods shouldn't qualify the current package
  > 1517d1a gopls/internal/lsp/source: fix renaming instantiated fields
  > 9f2e103 all: gofmt format
  > b225aa0 internal/typeparams: run go generate
  > 0286c38 gopls/internal/lsp: switch default diff to "new"
  > a80931d gopls/telemetry: accept vscode-insiders as a known editor
  > 64e9248 gopls/internal/lsp/source/completion: add ifnotnil postfix snippet
  > 74c255b gopls/internal/lsp/cache: avoid dependency on StdSizes
  > fa12f34 go/packages: avoid unnecessary dependency on StdSizes
  > f4c8627 gopls: fix raciness related to TestOrphanedFiles
  > 6290d8a go/analysis/passes/copylock: ignore parens on rhs
  > 6b4d1de gopls/internal/lsp: avoid duplicate type checking following invalidation
  > 47c5305 gopls/internal/regtest/bench: skip oracle didSave test
  > 053d3c4 gopls/telemetry: test that telemetry counters are written
  > 5027187 gopls/internal/regtest/bench: enable oracle benchmarks with -short
  > 59fd05d go/types/objectpath: remove use of linkname for gopls back doors
  > 582ef29 gopls/internal/protocol: remove // line comments from tsprotocol.go
  > 9abb02c gopls/internal/regtest/bench: add an oracle completion benchmark
  > 33da5c0 gopls/internal/telemetry: record Go version used in each view
  > 732ad6f internal/imports: update stdlib index for Go 1.21.0
  > f42bca8 refactor/satisfy: (re)allow composite lits of pointer type
bumping google.golang.org/grpc 87bf02a...c2b0797:
  > c2b0797 Change version to 1.58.0 (# 6579)
  > 0467e47 balancer/leastrequest: Cache atomic load and also add concurrent rpc test (# 6607)
  > 5d1c0ae leastrequest: fix data race in leastrequest picker (# 6606)
  > e26457d stream: swallow Header errors as we used to; RecvMsg can still return it (# 6591)
  > 4c9777c clusterresolver: fix deadlock when dns resolver responds inline with update or error at build time (# 6563)
  > 81b9df2 idle: move idleness manager to separate package and ~13s of tests into it (# 6566)
  > 7d35b8e test: speed up TestServiceConfigTimeoutTD from 1.8s to 0.03s (# 6571)
  > d51b3f4 interop/grpc_testing: update protos from grpc-proto repo (# 6567)
  > fe1519e client: fix ClientStream.Header() behavior (# 6557)
  > 8a2c220 cdsbalancer: test cleanup part 2/N (# 6554)
  > 7f66074 vet.sh: fix interface{} check for macos (# 6561)
  > b07bf5d cdsbalancer: test cleanup part 1/N (# 6546)
  > 33f9fa2 test: speed up two tests (# 6558)
  > aca07ce xds/internal/xdsclient: Add least request support in xDS (# 6517)
  > e5d8eac test: improve and speed up channelz keepalive test (# 6556)
  > ebf0b4e idle: speed up test by 5x even while running 2x more iterations (# 6555)
  > 7d3996f grpctest: use an interface instead of reflection (# 6553)
  > cc705fe interop: regenerate pb.gos (# 6551)
  > 3e92504 status: optimize GRPCStatus() calls (# 6539)
  > 402ba09 pick_first: de-experiment pick first (# 6549)
  > 2821d7f resolver: remove outdated Target examples (# 6547)
  > 53d1f23 benchmark: update proper benchmark binary to use larger buffers (# 6537)
  > fbff2ab *: update `interface{}` to `any` and `go.mod` version to `go 1.19` (# 6544)
  > e40da66 clientconn: release lock when returning from enterIdleMode() (# 6538)
  > dbbc983 balancer/leastrequest: Add least request balancer (# 6510)
  > a010079 *: remove references to old versions of go (# 6545)
  > 03d32b9 orca: update example and interop to use StateListener (# 6529)
  > c2bc22c testing: update Go versions tested to 1.19-1.21 (# 6543)
  > 879faf6 test: update client state subscriber test to be not flaky and more stressful about rapid updates (# 6512)
  > f3e94ec xds: improve error message when matched route on client is not of type RouteActionRoute (# 6248)
  > bb41067 balancergroup: do not cache closed sub-balancers by default (# 6523)
  > 68704f8 gracefulswitch, stub: remove last UpdateSubConnState references (# 6533)
  > 4900699 balancer/rls, xds/wrrlocality: stop forwarding UpdateSubConnState calls (# 6532)
  > ebc3c51 internal/balancergroup: remove usage of UpdateSubConnState (# 6528)
  > 5da2731 balancer/weightedtarget: stop forwarding UpdateSubConnState calls (# 6525)
  > 182b0ad interop/grpc_testing: regenerate protos (# 6534)
  > e274152 rls: fix flaky test introduced by # 6514 (# 6535)
  > 61a1f77 balancer/weightedroundrobin: migrate to StateListener (# 6530)
  > 175c84c xds/ringhash: use StateListener instead of UpdateSubConnState (# 6522)
  > 3fa17cc test: speed up test that was taking 10 seconds to timeout (# 6531)
  > 694cb64 xds/clusterresolver: stop forwarding UpdateSubConnState calls (# 6526)
  > 8f51ca8 tests: stop using UpdateSubConnState (# 6527)
  > cea77bb xds/clustermanager: stop forwarding UpdateSubConnState calls (# 6519)
  > ce68413 xds/priority: stop forwarding UpdateSubConnState calls (# 6521)
  > dceb6ee xds/clusterimpl: stop forwarding UpdateSubConnState calls (# 6518)
  > 8def12a xds/outlierdetection: Stop handling UpdateSubConnState forwarding (# 6520)
  > 67a8e73 multiple/test: use stub balancer instead of defining wrapped balancers (# 6514)
  > 92b481a test: allow set request/response size in interop soak test (# 6513)
  > 07609e1 benchmark: restore old buffer size values for published benchmarks (# 6516)
  > 2059c6e grpc: report connectivity state changes on the ClientConn for Subscribers (# 6437)
  > 4832deb test: clean up deadlines set in tests (# 6506)
  > 9c46304 xds/cdsbalancer: stop handling subconn state updates (# 6509)
  > e9a4e94 base: update base balancer for new APIs (# 6503)
  > 6c0c69e all: replace RemoveSubConn with Shutdown as much as possible (# 6505)
  > 28ac6ef xdsclient: make watch timer a no-op if authority is closed (# 6502)
  > d06ab0d pickfirst: receive state updates via callback instead of UpdateSubConnState (# 6495)
  > 7aceafc balancer: add SubConn.Shutdown; deprecate Balancer.RemoveSubConn (# 6493)
  > 4fe8d3d balancer: fix tests not properly updating subconn states (# 6501)
  > 8ebe462 outlierdetection: fix unconditional calls of child UpdateSubConnState (# 6500)
  > 5d3d9d7 grpc: perform a blocking close of the balancer in ccb (# 6497)
  > ecc5645 clusterresolver: fix a flaky test (# 6499)
  > b9356e3 client: fix race between connection error and subconn shutdown (# 6494)
  > 2db7b17 test/xds: increase default test timeout (# 6498)
  > 8f496b2 test/kokoro: Add bootstrap generator test into Go Kokoro script (# 6463)
  > 0246373 testutils: remove TestSubConns for future extensibility (# 6492)
  > c635404 balancer: add StateListener to NewSubConnOptions for SubConn state updates (# 6481)
  > 94df716 resolver: State: add Endpoints and deprecate Addresses (# 6471)
  > 20c51a9 pickfirst: add tests for resolver error scenarios (# 6484)
  > b8d36ca pickfirst: add prefix logging (# 6482)
  > 5ce5686 pickfirst: guard config parsing on GRPC_EXPERIMENTAL_PICKFIRST_LB_CONFIG (# 6470)
  > 41d1232 resolver/weighted_round_robin: remove experimental suffix from name (# 6477)
  > 2aa2615 clusterresolver: comply with A37 for handling errors from discovery mechanisms (# 6461)
  > d7f45cd xds/server: create the xDS client when the xDS enabled gRPC server is created (# 6446)
  > f1fc2ca clientconn: add channel ID to some idleness logs (# 6459)
  > 9bb44fb transport: use a sync.Pool to share per-connection write buffer (# 6309)
  > d524b40 multiple: update dependencies after 1.57 branch cut (# 6452)
  > 7aab9c0 stats: Add RPC event for blocking for a picker update (# 6422)
  > 02946a3 resolver: remove deprecated AddressType (# 6451)
  > 919fe35 Change version to 1.58.0-dev (# 6450)
bumping knative.dev/hack 760813a...3af329f:
  > 3af329f Update community files (# 313)
bumping golang.org/x/oauth2 2e4a4e2...0708528:
  > 0708528 go.mod: update golang.org/x dependencies
  > a835fc4 oauth2: move global auth style cache to be per-Config
bumping golang.org/x/term 19e73c2...f413282:
  > f413282 go.mod: update golang.org/x dependencies
bumping google.golang.org/genproto/googleapis/rpc 1744710...2d3300f:
  > 2d3300f chore(all): update actions/checkout action to v4 (# 1052)
  > b8732ec chore(all): auto-regenerate .pb.go files (# 1051)
  > ccc8af3 chore(all): auto-regenerate .pb.go files (# 1050)
  > 6bfd019 chore(all): auto-regenerate .pb.go files (# 1047)
  > ca7cfce fix(analytics/admin/v1alpha): remove broken aliases (# 1045)

Signed-off-by: Knative Automation <automation@knative.team>
2023-09-12 16:24:10 +00:00
Knative Automation f18279268e
Update community files (#782)
Signed-off-by: Knative Automation <automation@knative.team>
2023-09-11 13:13:21 +00:00
Knative Automation 4283c94087
upgrade to latest dependencies (#781)
bumping knative.dev/hack 9cc05a3...760813a:
  > 760813a Allow to not vendor the dependencies (# 311)
  > f63d16e 🎁 Source embedded hack scripts (# 222)

Signed-off-by: Knative Automation <automation@knative.team>
2023-09-07 11:59:13 +00:00
Knative Automation a6afde1d97
upgrade to latest dependencies (#780)
bumping knative.dev/pkg 211243a...27252a3:
  > 27252a3 Added Audience field in duckv1.Destination (# 2797)
  > 66bf5af Added Audience field in duckv1.Addressable (# 2798)

Signed-off-by: Knative Automation <automation@knative.team>
2023-09-06 13:22:13 +00:00
Knative Automation dfea1937ef
upgrade to latest dependencies (#779)
bumping knative.dev/pkg fcccb4e...211243a:
  > 211243a generate serviceaccount reconciler (# 2808)

Signed-off-by: Knative Automation <automation@knative.team>
2023-09-05 12:49:18 +00:00
Knative Automation 2cb995780b
upgrade to latest dependencies (#778)
bumping knative.dev/pkg 81e4ee1...fcccb4e:
  > fcccb4e Bump github.com/openzipkin/zipkin-go from 0.4.1 to 0.4.2 (# 2807)
  > dab3c43 Bump gomodules.xyz/jsonpatch/v2 from 2.3.0 to 2.4.0 (# 2806)
  > 297c36a Bump github.com/google/uuid from 1.3.0 to 1.3.1 (# 2805)
bumping github.com/go-logr/logr 47e013c...4da5305:
  > 4da5305 make Discard logger equal to null logger
  > 4d25940 funcr: optimize WithValues/WithName/WithCallDepth
  > 00ed9d0 Merge pull request # 163 from thockin/example-v-enabled
  > d4762a8 Merge pull request # 161 from thockin/master
  > b818fb2 Add examples for Logger methods
  > b10dd33 Merge pull request # 162 from thockin/github-assign
  > 5b49379 Fix comments on optional sink interfaces
  > af0016d Merge pull request # 159 from thockin/master
  > 18e8b87 Make github assign PRs and issues
  > a8aea2e funcr: JSON invalid output with 1st field omitted
  > 4497483 Merge pull request # 160 from thockin/pr-148-takeover
  > f2636e2 Merge pull request # 155 from thockin/master
  > 41ad1c2 testr: merge testLogger and testLoggerInterface
  > b3dc695 Make zero value useful and add .IsZero()
  > 7ea0fe3 Add pkg doc to example
  > 8f2e557 If logging as JSON and the type is json.RawMessage log it "as-is" (# 147)
  > 46d9b05 Use newer gofmt
  > a49c971 Merge pull request # 146 from thockin/master
  > 772cb53 Remove deprecated linters
  > 2d5bc33 Merge pull request # 143 from jeandeaual/testr-interface
  > abbd0bc Bump Go version for GH actions
  > 89d4c03 Merge pull request # 144 from balki/patch-1
  > a326b84 testr: use an interface to make it work with *testing.B and *testing.F in addition to *testing.T
  > 059d32c Fix syntax in documentation
bumping gomodules.xyz/jsonpatch/v2 13a9e4a...17d7994:
  > 17d7994 Shortcut when two json documents are same (# 37)
bumping github.com/google/uuid 44b5fee...b3cae7c:
  > b3cae7c chore(master): release 1.3.1 (# 127)
  > 7b8f57c fix(ci): switch to release-please app (# 126)
  > e69e468 chore(ci): configure release-please, update contrib (# 122)
  > 97c970d chore(ci): add apidiff check for API compatibility (# 123)
  > 53f93a8 docs: change godoc URL in README (# 124)
  > 0b416df docs: update link to RFC 4122 (# 93)
  > 75e1ac5 docs: shell format go tool command (# 111)
  > d719869 docs: fix typo node_js docs (# 117)
  > 574e687 fix: Use .EqualFold() to parse urn prefixed UUIDs (# 118)
  > c91929c Merge pull request # 121 from noahdietz/setup-codeowners-and-actions
  > e3f8b98 chore(ci): add Action-based tests (# 121)
  > db89a3c fix go1.20 resolving to go1.2
  > 78d68fc chore(ci): add Action-based tests

Signed-off-by: Knative Automation <automation@knative.team>
2023-08-30 13:25:31 +00:00
Knative Automation eb3243f87f
upgrade to latest dependencies (#777)
bumping knative.dev/pkg 4f651e0...81e4ee1:
  > 81e4ee1 Bump go.uber.org/zap from 1.24.0 to 1.25.0 (# 2800)
  > 2aafe0e Bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 (# 2801)
  > 2ad39e9 Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 (# 2804)
  > d36cc59 Bump google.golang.org/api from 0.136.0 to 0.138.0 (# 2802)
  > 35b0890 Bump go.uber.org/automaxprocs from 1.4.0 to 1.5.3 (# 2803)
  > 93a9858 upgrade to latest dependencies (# 2799)
bumping go.uber.org/multierr 3114a8b...8767aa9:
  > 8767aa9 Prepare release v1.10 (# 74)
  > 4504ef7 README: Add Features section (# 73)
  > 2fd451d Drop external atomic dependency (# 72)
  > 7876a02 Remove unused glide.yaml (# 71)
  > 55bc553 Support Go 1.20 Unwrap() []error (# 69)
  > 39ca40c Prepare release v1.9.0 (# 68)
  > 4459990 Add a shorthand for AppendInvoke (# 65)
  > 80b07a7 Document named return constraint for defer (# 63)
  > 492b792 Test and lint against Go 1.19 (# 62)
  > aa8f15f Upgrade to yaml.v3 3.0.1 (# 60)
  > f46d400 Use append instead of copy to clone slices (# 58)
  > 6fede5c CI: Test against Go 1.17/1.18 (# 57)
  > 10aaa3c Prepare release v1.8.0 (# 56)
  > cea7d2e Combine: Optimize for all nil (# 55)
  > d49c2ba doc: AppendInvoke: Fix typo (# 54)
  > ee7346a Merge pull request # 52 from uber-go/fossa
  > 7c6ff6f Integrate FOSSA (# 51)
  > d9efa4b fossa: Run separately, only on push
  > a5cd550 Release v1.7.0 (# 50)
  > a20a852 ci: Use GitHub Workflows (# 49)
  > 1014a7c AppendInvoke: Merge test, real example (# 48)
  > 0b65632 Use GitHub workflows
  > a402392 Add AppendInvoke (# 47)
  > 520752c Update license headers everywhere
  > e015acf error.go: Fix typo of doc (# 44)
  > 40de9b0 tools: Update to latest versions
  > 8b005e6 doc: change godoc to go.dev (# 45)
  > b78aea8 tools: Delete update-license
  > 0eb6eb5 Drop Go 1.12 support (# 41)
bumping google.golang.org/api 113082d...85e7e70:
  > 85e7e70 chore(main): release 0.138.0 (# 2116)
  > 9b75278 feat(all): auto-regenerate discovery clients (# 2119)
  > 40ea606 feat(all): auto-regenerate discovery clients (# 2118)
  > 1770219 feat(all): auto-regenerate discovery clients (# 2115)
  > c631c0a chore(main): release 0.137.0 (# 2107)
  > caea956 feat: ok to use S2A with override endpoint (# 2114)
  > 142ffeb feat(all): auto-regenerate discovery clients (# 2113)
  > f7f1c7b feat(all): auto-regenerate discovery clients (# 2112)
  > 0cc62ab feat(all): auto-regenerate discovery clients (# 2111)
  > 4d775db feat(all): auto-regenerate discovery clients (# 2110)
  > 6d29bab chore(all): update module github.com/google/s2a-go to v0.1.5 (# 2109)
  > 80485e0 feat(all): auto-regenerate discovery clients (# 2108)
  > 3f3ed3d feat(all): auto-regenerate discovery clients (# 2106)
bumping knative.dev/hack 044c02b...9cc05a3:
  > 9cc05a3 Deprecate calling kubetest2 via kntest (# 230)
bumping go.uber.org/zap a55bdc3...56468e7:
  > 56468e7 Release v1.25.0
  > 249507a zap.Any: Reduce stack size with generics (# 1310)
  > 50b2db4 zap.Any add benchmarks
  > a0674c8 Add direct coverage to zap.Any (# 1309)
  > 1310691 Table test TestFieldConstructors
  > 382e251 Swap expected and got fields (# 1282)
  > 24b7977 Add Name() to Logger (# 1273)
  > 1155ed3 Introduce Str + Strs generic string helpers (# 1281)
  > 4451b47 exp: Update slog, adjust for changes (# 1276)
  > 845ca51 internal: Add and use a generic pool instead of using sync.Pool directly (# 1262)
  > 42b7ef0 slog: Ignore frames with a zero PC (# 1258)
  > 05c4b6c Remove dependency on github.com/pkg/errors (# 1255)
  > d1a1923 Minimize permissions on CI workflows (# 1257)
  > 384e782 Use sync/atomic, drop external atomics (# 1253)
  > 740fda7 TestLevelFlag: Don't print to stderr (# 1254)
  > f2f1f41 [Feature] Add  experiment `zapslog` package to integrate with slog (# 1246)
  > 54862f5 benchmark: add slog (# 1245)
  > 85c4932 Add govulncheck as a CI step (# 1239)
  > f4ba5f5 make: Switch from golint to revive (# 1238)
  > 8310f89 chore: update bench package versions and results (# 1207)
  > 8d89127 Bump actions/checkout from 2 to 3 (# 1237)
  > bc64796 doc: New{Production,Development}Encoder{,Config} (# 1234)
  > 692ec13 ci: Set up dependabot for GH actions and tools (# 1236)
  > 7d6a9af ci: Test with Go 1.19 and 1.20 (# 1235)
  > d4a1083 doc(SugaredLogger): Document print, printf, and println methods (# 1233)
  > b32f3c5 Update Snyk vulnerable modules (# 1227)
  > 53fdb6f Reverse comparison for readability (# 1228)
  > 077b03e Use iota like a original from grpc-go (# 1220)
bumping github.com/hashicorp/golang-lru 14eae34...a032ef5:
  > a032ef5 Update README for v1.0.2
  > bdf35e3 Remove deprecated linters
  > bc1608d Update other tests to get rid of math/rand
  > f2408b3 Update test to remove bad rand usage
  > fa11c6b Update github workflow
  > 6da3f98 Update MPL 2.0 LICENSE (# 110)
  > d4900dc fix onEvictedCB bug (# 84)
  > 003b81b Update go doc url (# 93)
  > 80c9821 rework lru's external registered callback invocation to avoid concurr… (# 80)
  > eb52994 Code quality improvements (# 67)

Signed-off-by: Knative Automation <automation@knative.team>
2023-08-22 00:38:54 +00:00
Knative Automation fb5eab7e73
upgrade to latest dependencies (#776)
bumping gomodules.xyz/jsonpatch/v2 93a4daf...13a9e4a:
  > 13a9e4a Merge pull request # 36 from howardjohn/v2/improvements
  > 62e0c90 Update repository config (# 33)
  > 6d5c3df Fully remove dead code
  > 0c26413 Update repository config (# 32)
  > 45186ed (hackily) remove inefficient optimization
  > e0f6c24 Fix known broken case
  > c616a48 Fix marshaling invalid chars
  > 2c05a51 Fix inputs with empty keys
  > 1f7eb13 Improve fuzz tests
  > 471fa30 Fix CI
  > 4844bbf Add fuzzing test
  > 87f8876 add benchmarks
  > a81e531 Go.mod for go 1.20
  > fc9e957 Update to Go 1.20
bumping knative.dev/hack ab12e24...044c02b:
  > 044c02b Update community files (# 309)
  > 3403e35 Update e2e-kind.sh (# 308)
bumping knative.dev/pkg 26b41ba...4f651e0:
  > 4f651e0 Bump gomodules.xyz/jsonpatch/v2 from 2.2.0 to 2.3.0 (# 2789)
  > 6519aff Update community files (# 2794)

Signed-off-by: Knative Automation <automation@knative.team>
2023-08-16 12:46:41 +00:00
Knative Automation 3035effa35
Update community files (#775)
Signed-off-by: Knative Automation <automation@knative.team>
2023-08-15 01:30:41 +00:00
Knative Automation 5ea15895a7
upgrade to latest dependencies (#774)
bumping golang.org/x/oauth2 839de22...2e4a4e2:
  > 2e4a4e2 go.mod: update golang.org/x dependencies
  > ac6658e all: update go version to 1.18
  > ec5679f go.mod: update golang.org/x dependencies
  > 989acb1 all: update dependencies to their latest versions
  > 2323c81 go.mod: update golang.org/x dependencies
bumping github.com/prometheus/statsd_exporter ef6627b...c2505cf:
  > c2505cf Release 0.22.7
  > 8f351a5 Merge pull request # 450 from prometheus/superq/update_build
  > 3b9ef1f Update changelog & release 0.22.6
  > b1068d0 Update build
  > 9d4eeda Merge pull request # 449 from prometheus/mr/dependency-update
  > 9115f0f Merge pull request # 447 from pedro-stanaka/feat/doc-special-regex-match
  > c2c1af1 housekeeping: update dependencies
  > 3a63a4b Merge pull request # 445 from SandroJijavadze/fix-443-flaky-test
  > 6ef0b3b Changing issue number for tracking support for globbling
  > 848212e Merge pull request # 440 from prometheus/repo_sync
  > 2ab624a fix flaky test gosched hack
  > 1a14821 Adding note about behavior of .+ regex
  > d90c8ff Merge pull request # 441 from pedro-stanaka/fix/benchmarks-mapper
  > c753dfa Update common Prometheus files
  > f935a9c Adding documentation about special regex match group
  > 0d22f85 Merge pull request # 436 from prometheus/repo_sync
  > 6e341dd Fixing broken benchmark for mapper
  > c714dcd Add # 434 to release notes
  > b8504ed Update common Prometheus files
  > dcddbc4 Merge pull request # 434 from pedro-stanaka/relay-new-line-count-metric
  > 4d07e28 Release 0.22.5
  > d46243a Update Year
  > ada7248 Merge pull request # 432 from prometheus/mr/go-image
  > 0de518d Adding new metric to keep track of total relayed lines
  > 99a94fa Merge pull request # 433 from prometheus/revert-429-relay-new-line-count-metric
  > 3427e36 Switch to cimg/go for build+test
  > e416ec1 Merge pull request # 429 from pedro-stanaka/relay-new-line-count-metric
  > 4b69838 Revert "New metric for total lines relayed"
  > f8fc001 Merge pull request # 431 from prometheus/repo_sync
  > fbf7837 Fixing linting problems on new code
  > 0cb34c7 Merge pull request # 430 from prometheus/repo_sync
  > 542ee7c Update common Prometheus files
  > d015cda Adding new test section to check on metrics
  > 4ad11fc Merge pull request # 426 from prometheus/repo_sync
  > 549a96a Update common Prometheus files
  > 2d339b0 Adding new metric to relay
  > 4a086bc Merge pull request # 423 from prometheus/repo_sync
  > 2f5add4 Update common Prometheus files
  > 60742e1 Adding metric testing on relay
  > 161f982 Merge pull request # 422 from prometheus/repo_sync
  > 55e536b Update common Prometheus files
  > 78dcd3b Adding new simple test to relay package
  > 1a1dd2d Merge pull request # 421 from prometheus/repo_sync
  > 5654505 Update common Prometheus files
  > c481b95 Merge pull request # 419 from prometheus/repo_sync
  > b8462d0 Update common Prometheus files
  > db4a4f2 Merge pull request # 415 from prometheus/repo_sync
  > b122283 Update common Prometheus files
  > 5c6c8a2 Merge pull request # 412 from prometheus/repo_sync
  > 83180ae Update common Prometheus files
  > 7e2fe6c Bump version & add changelog for # 409 # 410
  > a32a9da Update common Prometheus files
  > 7ba3f6a Merge pull request # 409 from aleksandr-vin/aleksandr-vin-patch-1
  > 6a5a089 Merge pull request # 410 from mattdurham/use_instance_registry
  > 258c8c0 Set numeric user to comply runAsNonRoot k8s policy
  > 6564725 Merge pull request # 411 from prometheus/repo_sync
  > aadb43e Use the instance registry instead of the prometheus.registry
  > fae515f Merge pull request # 405 from prometheus/repo_sync
  > bfdf4dd Update common Prometheus files
  > 16d4f31 Release 0.22.3
  > 339c8ef Update common Prometheus files
  > 6c02839 Merge pull request # 402 from agneum/389-allow-multiple-dashes
  > d0d948e Merge pull request # 404 from agneum/364-enable-more-linters
  > b6fc5de fix linter warnings: goimports, wsl
  > 69b17ee Merge pull request # 403 from prometheus/repo_sync
  > 697eb33 fix: remove vendor and disable-all options, disable the errcheck linter
  > 2ab2c44 feat: handle double dashes in unmapped metrics (# 389)
  > 95d3444 Merge pull request # 401 from prometheus/repo_sync
  > f699c4a Update common Prometheus files
  > b609892 feat: enable more linters and fix warnings (# 364)
  > 5c8622a Merge pull request # 400 from prometheus/beorn7/deprecation
  > 83513ab Update common Prometheus files
  > d4e89cd Merge pull request # 398 from prometheus/repo_sync
  > 4946fc8 Add deprecation note to pkg directory
  > f789413 Merge pull request # 395 from prometheus/superq/release_0.22.2
  > f0c6a23 Update common Prometheus files
  > 884a8c0 Merge pull request # 393 from prometheus/superq/relay_metrics
  > 9200507 Release 0.22.2
  > f39c9c3 Merge pull request # 392 from prometheus/mr/update-scenarios
  > ae26c50 Add metrics to relay
  > 9b31bb8 Add changelog entry for # 390 & # 388
  > f5c6a55 Update transition scenarios
  > e86e67a Merge pull request # 388 from prometheus/superq/relay
  > b04eba2 Merge pull request # 391 from prometheus/superq/go1.17
  > 0b84893 Add statsd relay
  > 6c43ebb Merge pull request # 390 from royeo/feature/replace-level-pkg
  > 37da8dd Update build for Go 1.17
  > d57c8b1 Changelog for # 381
  > 6329577 refactor: replace level pkg
  > a9c883a Merge pull request # 381 from evandam/allow-multi-dash
  > f9fea18 Skip version 0.22.0
  > abb7ec0 allow multiple dashes in StatsD metric names
  > e849909 Merge pull request # 382 from prometheus/repo_sync
  > eea2c0f Back out of release 0.22.0
  > 42158f5 Manually sync Makefile.common
  > 828d50c Merge pull request # 387 from prometheus/revert-385-master
  > 1f53a74 Update common Prometheus files
  > efdf113 Release 0.22.0
  > c4f435e Revert "replace level pkg"
  > e395798 Merge pull request # 386 from royeo/feature/pprof
  > 4c8028e Merge pull request # 385 from royeo/master
  > f4fe58d use http.DefaultServeMux to support pprof
  > c3a818e replace level pkg
bumping contrib.go.opencensus.io/exporter/prometheus f3a7283...e6b6b80:
  > e6b6b80 Merge pull request # 30 from bogdandrutu/updatedeps
  > aaaf212 Merge pull request # 28 from wincus/update-prometheus
  > 75046ad Upgrade all deps to lastest
  > bf25aba update prometheus golang client
bumping google.golang.org/grpc 5b67e5e...87bf02a:
  > 87bf02a Change version to 1.57.0 (# 6448)
  > 6b64be9 resolver/weighted_round_robin: remove experimental suffix from name
  > 9489082 github: replace deprecated command with environment file (# 6417)
  > d1868a5 clusterresolver: add logs for dns discovery mechanism error cases (# 6444)
  > 8e9c8f8 grpc: do not use balancer attributes during address comparison (# 6439)
  > db32c5b Fix preloader mode in benchmarks (# 6359)
  > f0280f9 xds: require EDS service name in new-style CDS clusters (gRFC A47) (# 6438)
  > bf5b7ae clusterresolver: handle EDS nacks and resource-not-found errors correctly (# 6436)
  > fc0aa46 client: encode the authority by default (# 6428)
  > 11feb0a resolver: delete Target.Scheme and Target.Authority (# 6363)
  > df3e021 status: fix panic when servers return a wrapped error with status OK (# 6374)
  > acbfcbb internal/grpcsync: refactor test (# 6427)
  > 51042db internal/grpcsync: Provide an internal-only pub-sub type API (# 6167)
  > 620a118 xds/internal/balancer/clusterimpl: Switch cluster impl child to graceful switch (# 6420)
  > 6b8f427 orca: remove useless log statement (# 6424)
  > ea492f5 xdsclient: indicate authority serverURI in authority + transport logs (# 6425)
  > 67e881c xds: E2E Test for Audit Logging (# 6377)
  > 07718ef internal/xds/rbac: Add support for string matcher in RBAC header matching (# 6419)
  > 575a936 xds: Fail xDS Server Serve() if called after Stop() or GracefulStop() (# 6410)
  > 7eb5727 xds: switch EDS watch to new generic xdsClient API (# 6414)
  > e859984 server: with TLS, set TCP user timeout on the underlying raw connection (# 5646) (# 6321)
  > 1634254 rpc_util: Reuse memory buffer for receiving message (# 5862)
  > 789cf4e reflection: rename proto imports for disambiguation in import script (# 6411)
  > 0673105 clusterresolver: switch a couple of tests to e2e style (# 6394)
  > 0b3a81e clusterresolver: remove priority LB related tests (# 6395)
  > dd931c8 xds: clusterresolver e2e test cleanup (# 6391)
  > 10f5b50 [PSM interop] Don't fail target if sub-target already failed (# 6390)
  > 963238a clusterresolver: move tests around to different files (# 6392)
  > f24b4c7 clusterresolver: remove redundant tests (# 6388)
  > a9c7942 benchmark: Add support for Poisson load in benchmark client (# 6378)
  > dd350d0 stats/opencensus: Fix flaky metrics test (# 6372)
  > 642dd63 reflection: expose both v1 and v1alpha reflection services (# 6329)
  > 3c6084b xds/outlierdetection: fix config handling (# 6361)
  > 3e8eca8 Revert "client: encode the authority by default (# 6318)" (# 6365)
  > 1c0572a benchmark: fix package used to reference service to use grpc suffix instead of pb (# 6362)
  > 7a7caf3 protoc-gen-go-grpc: Update README.md file (# 6349)
  > 89790ea grpclb: fix typo (# 6356)
  > 907bdaa alts: Read max number of concurrent ALTS handshakes from environment variable. (# 6267)
  > 2ac1aae weightedroundrobin: prefer application_utilization to cpu_utilization (# 6358)
  > 7aeea8f orca: add application utilization and range checking (# 6357)
  > 6578ef7 client: handle empty address lists correctly in addrConn.updateAddrs (# 6354)
  > 761c084 xds/ringhash: cache connectivity state of subchannels inside picker (# 6351)
  > 1b66663 benchmark: Add sleepBetweenRPCs and connections parameters (# 6299)
  > 81c513a opencensus: stop overwriting ctx parameter in tests (# 6350)
  > 68576b3 client: encode the authority by default (# 6318)
  > c9d3ea5 deps: google.golang.org/genproto to latest in all modules (# 6319)
  > 02188e6 Change version to 1.57.0-dev (# 6346)
bumping golang.org/x/tools 675bf3c...229f848:
  > 229f848 gopls/internal/lsp/source: enable new defers analyzer
  > 2dc7eba go/analysis: use parser.SkipObjectResolution
  > f91c023 go.mod: update golang.org/x dependencies
  > e0783a8 internal/gcimporter: remove bug report on objectpath failure
  > 75f6f9c gopls/internal/bug: add gopls/bug telemetry counter
  > 4b271f9 gopls: add gopls/client telemetry counters
  > d0b18e2 go/analysis/passes/copylock: fix infinite recursion
  > 5b4d426 gopls/internal/hooks: clean language version before passing to gofumpt
  > 2160c5f gopls/internal/lsp/analysis: fix stubmethods with variadic parameters
  > 3d20bbe internal/gcimporter: add a missing return if objectpath fails
  > c16d0be cmd/gonew: add new tool for starting a module by copying one
  > 304e203 internal/edit: copy cmd/internal/edit
  > 82861e0 gopls/internal/lsp/source: reinstate equalOrigin for references check
  > 1561060 gopls/internal/lsp/source: fix incorrect 'origin' logic for named types
  > fe58b07 gopls/internal/lsp/source: fix renaming of type parameters
  > 3a3c169 gopls/internal/lsp/source: refresh embeddirective analyzer docs
  > 03562de refactor/satisfy/find: composite lits may have type parameter type
  > bacac14 gopls/internal/lsp/source: Add SuggestedFix for embeddirective Analyzer
  > 38606b3 gopls/internal/lsp/cache: keep analysis progress reports on one line
  > e8cdaf4 gopls/internal/lsp/cache: fast-path for type-checking active packages
  > da5abd3 gopls/internal/lsp/cache: fix use of time.NewTimer instead of NewTicker
  > b389785 gopls: fix tests that depend on log sequencing
  > 2ffc4dc all: fix some typos
  > e66c3a5 gopls/internal/lsp/cache: use correct metadata in resolveImportGraph
  > 364bdd0 gopls/internal/lsp/cache: fix incorrect check for active package
  > c6e02e3 gopls/internal/lsp/source: highlight deprecated symbols
  > 07bfcd4 internal/gcimporter: another workaround for race to interface type set
  > db5406b gopls/internal/lsp: don't recompute diagnostics during code actions
  > 4810eda gopls/internal/lsp/cache: memoize active packages after every operation
  > fa093b2 gopls/internal/regtest/bench: add benchmarks for codeactions
  > d75c387 internal/facts: don't reexport imported facts unnecessarily
  > 67ba599 gopls/internal/lsp/cache: fix boundary cond in parseCache age eviction
  > 478577b gopls/internal/lsp/cache: purge Analysis.Results earlier
  > ac1b965 gopls/internal/lsp/cache: limit parallelism
  > 4f74786 gopls/internal/lsp/cache: move purgeFuncBodies into the parse cache
  > 3577700 gopls/internal/lsp/cache: used time-based eviction in parseCache
  > 36f607b gopls/internal/lsp/frob: document another restriction
  > 9b2c3f9 go/types/objectpath: avoid sorting methods for gopls
  > ebb9ee3 gopls/internal/lsp/cache: UX improvements for analysis
  > 3e82a5b internal/gcimporter: avoid test assumptions about internal packages in other repos
  > 7ba5690 go/analysis/passes/composite: fix typo in URL field
  > 36e4181 Revert "go/packages: avoid unnecessary dependency on StdSizes"
  > 9161e3a all: remove repetitive words
  > 2842ed8 go/packages: avoid unnecessary dependency on StdSizes
  > 84f829e gopls/internal/lsp/cache: better panic if metadata invariant is broken
  > 03275ec gopls/internal/lsp/cache: frob: a fast encoder with gob-like powers
  > dbfa513 gopls/internal/lsp: don't awaitLoaded inside resolveImportGraph
  > b160971 gopls/internal/lsp: fix a latent bug in orphaned file reloading
  > 67aade5 internal/facts: strength-reduce Package param to PackagePath
  > ffc82f3 gopls/internal/lsp/source/typerefs: optimize getPackageHandles
  > 50a6ef6 gopls/internal/lsp: only diagnose one package per file
  > 48026e1 internal/gcimporter: don't panic when exporting a builtin 'Error' method
  > 5fed7a8 gopls/protocol/generate: upgrade generating LSP stubs
  > b9fd8df gopls/internal/lsp/debug: display Analysis.Run times
  > 799eec0 gopls/internal: update LSP support
  > c6de5f5 gopls/internal/lsp/source: fix spurious "unexpected var object" error
  > ba3c31c gopls/internal/regtest/bench: add a test simulating typing
  > 80c9aad gopls/internal/regtest/bench: add an 'oracle' benchmark repo
  > e10bcf6 gopls/internal/regtest/bench: clean up profile flags
  > 50a7e14 go/types/internal/play: show enclosing scopes and method sets
  > 12fe149 internal/typeparams: improve the panic in OriginMethod
  > 89d9fae internal/gcimporter: supporting encoding objects from different packages
  > dbd6001 go/analysis: remove pointless comments
  > 67d73b2 internal/gopathwalk: use opts.Logf for errors if set
  > 1ca2185 go/analysis: pass package's Go version to type checker
  > a721062 gopls/internal/regtest/workspace: fix TestQuickFix_AddGoWork for go1.21
  > ba23fc4 internal/analysisutil: avoid IsNamed panic on built-in named types
  > e1d0f91 go/analysis/passes/slog: unskip test
  > c35476f gopls: commands to start/stop profiling, and a new benchmark metric
  > ec9bc53 internal/gopathwalk: use os.ReadFile instead of ioutil.ReadFile
  > aac7fb6 internal/cmd/deadcode: a command to report dead code in Go programs
  > 538a6e9 gopls/internal/lsp/source: put context first in extracted functions
  > ef12545 internal/lsp/analysis: embed directive analyzer check following decl
  > 7bb8360 internal: fix typo
  > 7fa7e85 go/callgraph/rta: doc tweaks
  > d86c729 cmd/digraph: somepath: search breadth-first to find minimal path
  > eaebeac gopls/internal/lsp/source/completion: avoid duplicates from variants
  > ac255de cmd/digraph: consolidate -help message and package doc
  > dfb7d24 go/analysis/passes/slog: replace XXXCtx names with XXXContext
  > 8f07782 gopls/internal/lsp: make gopls.start_debugging open browser
  > 4b177d0 go/callgraph/rta: optimise 'implements' operation
  > eaca1d0 gopls/internal/lsp/filecache: increase idle GC period to 6 hours
  > 124ebfa internal/pprof: a function to compute total pprof time
  > 8304532 go/callgraph/rta: model reflective calls soundly
  > f9f582e go/packages: pass go list-reported Go language version to type checker
  > e7916d0 gopls/internal/lsp/source/completion: honor usePlaceholders
  > 1d07f1b gopls/internal/lsp/source/completion: placeholders for type params
  > 2d90701 gopls/internal/regtest/marker: skip addgowork.txt
  > 8060af9 gopls/internal/lsp/source/xrefs: include refs to methods of generics
  > a8cf665 gopls/internal/lsp/source: ignore objectpath error in rename
  > eeb93ed gopls: remove dead code
  > 781c467 gopls/internal/lsp/cache: plumb analysis URLs to client
bumping google.golang.org/genproto/googleapis/api e85fd2c...f966b18:
  > f966b18 chore(googleapis): remove obsolete types referencing field_mask package (# 1042)
  > e0aa005 chore(all): update all (# 1033)
  > cbb8c96 chore(all): update all (major) (# 1041)
  > 23370e0 chore(all): auto-regenerate .pb.go files (# 1039)
  > b022f6e chore(all): auto-regenerate .pb.go files (# 1038)
  > 66ad5b6 chore(all): update all (major) (# 1037)
  > 659f7aa chore(all): auto-regenerate .pb.go files (# 1036)
  > 3f92550 chore(all): update all (major) (# 1024)
  > 782d3b1 chore: remove gaming (# 1032)
  > e685fd7 chore(all): update all (# 1031)
  > ccb25ca chore(all): update all (# 1022)
  > f517056 chore(all): add go.work and fix apidiff (# 1030)
  > 9506855 chore(all): auto-regenerate .pb.go files (# 1028)
  > 1f95444 chore(all): auto-regenerate .pb.go files (# 1026)
  > e449d1e chore(all): update apidiff.yaml for submodules (# 1027)
  > 9b080da chore(all): auto-regenerate .pb.go files (# 1025)
bumping google.golang.org/genproto/googleapis/rpc 9506855...1744710:
  > 1744710 chore(all): update all (# 1043)
  > f966b18 chore(googleapis): remove obsolete types referencing field_mask package (# 1042)
  > e0aa005 chore(all): update all (# 1033)
  > cbb8c96 chore(all): update all (major) (# 1041)
  > 23370e0 chore(all): auto-regenerate .pb.go files (# 1039)
  > b022f6e chore(all): auto-regenerate .pb.go files (# 1038)
  > 66ad5b6 chore(all): update all (major) (# 1037)
  > 659f7aa chore(all): auto-regenerate .pb.go files (# 1036)
  > 3f92550 chore(all): update all (major) (# 1024)
  > 782d3b1 chore: remove gaming (# 1032)
  > e685fd7 chore(all): update all (# 1031)
  > ccb25ca chore(all): update all (# 1022)
  > f517056 chore(all): add go.work and fix apidiff (# 1030)
bumping knative.dev/hack a75befb...ab12e24:
  > ab12e24 Update community files (# 306)
bumping knative.dev/pkg ea6c1f2...26b41ba:
  > 26b41ba Bump google.golang.org/api from 0.126.0 to 0.136.0 (# 2790)
  > 42a4ec1 Bump contrib.go.opencensus.io/exporter/prometheus from 0.4.0 to 0.4.2 (# 2793)
  > 404648b Bump golang.org/x/oauth2 from 0.8.0 to 0.11.0 (# 2792)
  > a6e28fc Bump golang.org/x/tools from 0.11.0 to 0.12.0 (# 2791)
  > b409e16 Bump github.com/openzipkin/zipkin-go from 0.3.0 to 0.4.1 (# 2785)
  > cceb144 Update community files (# 2788)
bumping google.golang.org/genproto e85fd2c...f966b18:
  > f966b18 chore(googleapis): remove obsolete types referencing field_mask package (# 1042)
  > e0aa005 chore(all): update all (# 1033)
  > cbb8c96 chore(all): update all (major) (# 1041)
  > 23370e0 chore(all): auto-regenerate .pb.go files (# 1039)
  > b022f6e chore(all): auto-regenerate .pb.go files (# 1038)
  > 66ad5b6 chore(all): update all (major) (# 1037)
  > 659f7aa chore(all): auto-regenerate .pb.go files (# 1036)
  > 3f92550 chore(all): update all (major) (# 1024)
  > 782d3b1 chore: remove gaming (# 1032)
  > e685fd7 chore(all): update all (# 1031)
  > ccb25ca chore(all): update all (# 1022)
  > f517056 chore(all): add go.work and fix apidiff (# 1030)
  > 9506855 chore(all): auto-regenerate .pb.go files (# 1028)
  > 1f95444 chore(all): auto-regenerate .pb.go files (# 1026)
  > e449d1e chore(all): update apidiff.yaml for submodules (# 1027)
  > 9b080da chore(all): auto-regenerate .pb.go files (# 1025)
bumping google.golang.org/api 884dbd5...113082d:
  > 113082d chore(main): release 0.136.0 (# 2105)
  > 919cee6 chore(all): update all (# 2101)
  > c62e5c6 feat: add additional checks before using S2A (# 2103)
  > 8029f73 feat(all): auto-regenerate discovery clients (# 2104)
  > cd62080 chore(main): release 0.135.0 (# 2088)
  > 8fbf572 feat(all): auto-regenerate discovery clients (# 2102)
  > 262aa70 feat(all): auto-regenerate discovery clients (# 2100)
  > b16a2d3 feat(all): auto-regenerate discovery clients (# 2099)
  > ff054ff feat(all): auto-regenerate discovery clients (# 2098)
  > e59738c feat(all): auto-regenerate discovery clients (# 2096)
  > 1e19c22 feat(all): auto-regenerate discovery clients (# 2095)
  > 979195d feat(all): auto-regenerate discovery clients (# 2094)
  > 06fee15 chore(all): update all (# 2092)
  > 2b1c61f feat(all): auto-regenerate discovery clients (# 2093)
  > 597995c feat(all): auto-regenerate discovery clients (# 2091)
  > 8ba6963 feat(all): auto-regenerate discovery clients (# 2090)
  > c4d9f14 feat(all): auto-regenerate discovery clients (# 2089)
  > 8875932 feat(all): auto-regenerate discovery clients (# 2087)
  > 7fb7c47 chore(main): release 0.134.0 (# 2085)
  > aec89b7 feat(all): auto-regenerate discovery clients (# 2086)
  > 66d077d feat(all): auto-regenerate discovery clients (# 2084)
  > 9a94c5b chore(main): release 0.133.0 (# 2078)
  > 15c15a6 chore(all): update all to 659f7aa (# 2083)
  > 0846d92 feat(all): auto-regenerate discovery clients (# 2082)
  > 94f3caf feat(all): auto-regenerate discovery clients (# 2081)
  > 3a5236c feat(all): auto-regenerate discovery clients (# 2080)
  > b88678a feat(all): auto-regenerate discovery clients (# 2079)
  > d9bd05b feat(all): auto-regenerate discovery clients (# 2077)
  > 2eab0d1 chore(main): release 0.132.0 (# 2066)
  > 334c07e feat(all): auto-regenerate discovery clients (# 2076)
  > bf32188 chore(all): update all to 782d3b1 (# 2074)
  > 25d96d9 feat(all): auto-regenerate discovery clients (# 2075)
  > 0011a92 feat(all): auto-regenerate discovery clients (# 2073)
  > 52ac522 feat(all): auto-regenerate discovery clients (# 2072)
  > 16cf0c3 feat(all): auto-regenerate discovery clients (# 2069)
  > 25a3230 feat(all): auto-regenerate discovery clients (# 2065)
  > 5e7109a chore(main): release 0.131.0 (# 2056)
  > f391921 feat(all): auto-regenerate discovery clients (# 2064)
  > 524f72b feat(all): auto-regenerate discovery clients (# 2063)
  > 16b834e chore(all): update all (# 2061)
  > 90038ee feat(all): auto-regenerate discovery clients (# 2062)
  > 16ad84c feat(all): auto-regenerate discovery clients (# 2060)
  > 24b4d0b feat(all): auto-regenerate discovery clients (# 2059)
  > c836da9 feat(gensupport): pass in headers via context (# 2052)
  > e871335 feat(all): auto-regenerate discovery clients (# 2058)
  > 1b0f818 feat(all): auto-regenerate discovery clients (# 2054)
  > ed3a635 chore(main): release 0.130.0 (# 2042)
  > d5c7eef chore(all): update all (# 2048)
  > 5ec0817 feat(all): auto-regenerate discovery clients (# 2051)
  > d79dfc2 feat(all): auto-regenerate discovery clients (# 2050)
  > 5e08be4 feat(all): auto-regenerate discovery clients (# 2049)
  > 6711565 feat(all): auto-regenerate discovery clients (# 2046)
  > 50d3e98 feat(all): auto-regenerate discovery clients (# 2045)
  > 380eafd feat(all): auto-regenerate discovery clients (# 2044)
  > 7a8816b feat(all): auto-regenerate discovery clients (# 2043)
  > dc4d425 feat(all): auto-regenerate discovery clients (# 2041)
  > 78ebbdb chore(main): release 0.129.0 (# 2029)
  > 5e1c531 feat(all): auto-regenerate discovery clients (# 2040)
  > 888df6f chore: skip generating integrations:v1alpha (# 2039)
  > bbfccf8 chore(all): update all (# 2038)
  > efba8fa chore: restore generating integrations:v1alpha (# 2037)
  > 177408e feat(all): auto-regenerate discovery clients (# 2035)
  > 807827a chore(all): update all (# 2031)
  > cc73573 feat(all): auto-regenerate discovery clients (# 2033)
  > 247ad09 feat(all): auto-regenerate discovery clients (# 2032)
  > 3eb845f feat(all): auto-regenerate discovery clients (# 2030)
  > 922fc6a feat(all): auto-regenerate discovery clients (# 2028)
  > f06cac5 chore(main): release 0.128.0 (# 2023)
  > 229def0 feat(all): auto-regenerate discovery clients (# 2027)
  > 58512c3 feat(all): auto-regenerate discovery clients (# 2026)
  > d846ea5 feat(all): auto-regenerate discovery clients (# 2022)
  > 5e2fcf7 chore(main): release 0.127.0 (# 2016)
  > 0d9a82b chore(all): update module github.com/googleapis/enterprise-certificate-proxy to v0.2.4 (# 2019)
  > eb914ce feat(all): auto-regenerate discovery clients (# 2021)
  > c86a815 feat(all): auto-regenerate discovery clients (# 2018)
  > 4c6e7c1 feat(all): auto-regenerate discovery clients (# 2017)
  > 21af27f feat(all): auto-regenerate discovery clients (# 2015)

Signed-off-by: Knative Automation <automation@knative.team>
2023-08-14 13:56:44 +00:00
Knative Automation ad3e6ede36
Update community files (#773)
Signed-off-by: Knative Automation <automation@knative.team>
2023-08-09 01:37:37 +00:00
Knative Automation 16e77bf5a2
upgrade to latest dependencies (#772)
bumping golang.org/x/text e503480...fb697c0:
  > fb697c0 cmd/gotext: actually use -dir flag
  > f3e69ed cmd/gotext: fix misbehaviors
  > ab07ad1 all: remove repetitive words
bumping google.golang.org/genproto 438c736...e85fd2c:
  > e85fd2c chore: bump deps (# 1020)
  > 71b5a4f chore(all): update README with submodules warning (# 1017)
  > 0005af6 chore(all): update genproto reference to api/rpc submodule versions with back-reference (# 1016)
  > 6ee61e4 chore(all): format doc.go (# 1013)
  > 86246a8 chore(all): update modules: googleapis/bytestream, googleapis/api/apikeys, googleapis/api/servicemanagement, googleapis/api/servicecontrol, googleapis/api/serviceusage
  > dd9d682 chore(all): update modules: googleapis/api
  > 28d5490 chore(all): update modules: googleapis/rpc
bumping google.golang.org/api 63d06ab...884dbd5:
  > 884dbd5 chore(main): release 0.126.0 (# 2009)
  > e0fa0b1 chore: skip generating integrations:v1alpha as it fails generation (# 2014)
  > db9dde2 chore: remove refs to deprecated io/ioutil (# 2008)
  > 95d3fd1 feat(all): auto-regenerate discovery clients (# 2012)
  > 4fed5c2 feat(all): auto-regenerate discovery clients (# 2011)
  > 3dc0dbb feat(all): auto-regenerate discovery clients (# 2010)
  > 465e95b feat(all): auto-regenerate discovery clients (# 2007)
  > 1a4c8c2 chore(main): release 0.125.0 (# 1996)
  > 3e8621c feat: update direct deps (# 2006)
  > 7143682 chore(main): Enable release-trigger bot for triggering release job (# 1977)
  > 636c71b chore(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 in /internal/kokoro/discogen (# 2005)
  > 693129f chore(all): update all (major) (# 1993)
  > 3be73e5 chore(all): update all (# 2003)
  > 37ce51c feat(all): auto-regenerate discovery clients (# 2004)
  > f18c4ed feat(all): auto-regenerate discovery clients (# 2002)
  > ed05294 feat(all): auto-regenerate discovery clients (# 2001)
  > f67c417 chore(all): update google.golang.org/genproto to submodules (# 2000)
  > 85ab112 feat(all): auto-regenerate discovery clients (# 1999)
  > f701782 feat(all): auto-regenerate discovery clients (# 1998)
  > cdcccfa feat(all): auto-regenerate discovery clients (# 1995)
bumping google.golang.org/genproto/googleapis/api 1aefcd6...e85fd2c:
  > e85fd2c chore: bump deps (# 1020)
  > 71b5a4f chore(all): update README with submodules warning (# 1017)
  > 0005af6 chore(all): update genproto reference to api/rpc submodule versions with back-reference (# 1016)
  > 6ee61e4 chore(all): format doc.go (# 1013)
  > 86246a8 chore(all): update modules: googleapis/bytestream, googleapis/api/apikeys, googleapis/api/servicemanagement, googleapis/api/servicecontrol, googleapis/api/serviceusage
  > dd9d682 chore(all): update modules: googleapis/api
  > 28d5490 chore(all): update modules: googleapis/rpc
  > 438c736 chore(all): update modules: genproto
bumping knative.dev/pkg 8d3f951...ea6c1f2:
  > ea6c1f2 Bump github.com/gobuffalo/flect from 0.2.4 to 1.0.2 (# 2786)
  > 936112b Bump golang.org/x/net from 0.12.0 to 0.14.0 (# 2787)
  > 79fa1f6 Bump cloud.google.com/go/storage from 1.30.1 to 1.31.0 (# 2784)
  > 7333c86 Update community files (# 2781)
  > 6d68d7f upgrade to latest dependencies (# 2780)
bumping golang.org/x/net c73c09c...c8c0290:
  > c8c0290 go.mod: update golang.org/x dependencies
  > 0b21d06 quic: framework for testing blocking operations
  > 4648651 quic: add -vv flag for more verbose tests
  > 60ae793 quic: don't send session tickets
  > a7da556 http2: optimize buffer allocation in transport
  > 167593b quic: create and accept streams
  > 8ffa475 html: only render content literally in the HTML namespace
  > 63fe334 quic: gate and queue synchronization primitives
  > bd8ac9e quic: fill out connection id handling
  > 08001cc quic: debug logging of packets
  > dd0aa33 quic: tls handshake
  > 5e678bb quic: CRYPTO stream handling
  > dd5bc96 internal/quic: deflake TestConnTestConn
  > d0912d4 quic: add pipe type
  > 8db2ead quic: transport parameter encoding and decoding
  > 0adcadf quic: send and receive datagrams
  > 16cc77a quic: print better stacks on SIGQUIT
  > 4a3f925 quic: basic connection event loop
  > 57553cb quic: connection ids
  > 304cc91 quic: tracking of received packets and acks to send
  > 9475ce1 quic: fix typos in comments
  > d8f9c01 dns/dnsmessage: add fuzz test
  > 8126108 dns/dnsmessage: update Parser docs
  > a1613c2 http2: handle trailing colon in authorityAddr
bumping knative.dev/hack d7fde30...a75befb:
  > a75befb Update community files (# 305)
bumping golang.org/x/term edd9fb7...19e73c2:
  > 19e73c2 go.mod: update golang.org/x dependencies
bumping golang.org/x/sys a1a9c4b...104d401:
  > 104d401 unix: add riscv_hwprobe for riscv64
  > 70f4e40 unix: retry fetching of lists through sysctl if the size changes
  > ad7130c unix: add more block device ioctl numbers
  > c406141 all: fix some typos
  > 25d0004 unix: fix last argument of pselect6 on linux
  > 706fa98 windows: remove repetitive words
  > 3fead03 unix: add Mremap for netbsd

Signed-off-by: Knative Automation <automation@knative.team>
2023-08-08 14:27:35 +00:00
Knative Automation 53d98a451f
Update community files (#771)
Signed-off-by: Knative Automation <automation@knative.team>
2023-08-07 01:38:13 +00:00
Knative Automation e65714cd1d
upgrade to latest dependencies (#770)
bumping knative.dev/hack 338500e...d7fde30:
  > d7fde30 Added knative-extensions (# 293)

Signed-off-by: Knative Automation <automation@knative.team>
2023-08-04 12:55:08 +00:00
Knative Automation 79fe54161d
upgrade to latest dependencies (#769)
bumping go.uber.org/zap eaeb0fc...a55bdc3:
  > a55bdc3 Release v1.24.0 (# 1208)
  > ed5598a Use ReplaceAll instead of Replace with -1 pos arg (# 1195)
  > da406e3 Chore: Fix deprecation docs and links (# 1193)
  > 9b86a50 SugaredLogger: Turn error into zap.Error  (# 1185)
  > 9137e0e go.mod: Bump go directive to 1.19 (# 1181)
  > 7cabba7 Open absolute paths as files, limited Windows support (# 1159)
  > 7681a0a Export objectMarshalerPtr (# 1171)
  > 9abd14b chore: remove duplicate word in comments (# 1169)
  > eae3743 Logger, SugaredLogger: Add Level method (# 1148)
  > 0d6a75b tests: assert.Error/Contains => assert.ErrorContains (# 1158)
  > 1ae5819 Release v1.23.0 (# 1157)
  > 23d6cc7 Add Stringers field constructor for slices of Stringer-compatible objects (# 1155)
  > 1e46f5e Issue Templates: Show a "Discussions" link for questions (# 1152)
  > 92dded6 Add issue template for questions (# 1151)
  > 4a895a2 zapcore: Add LevelOf(LevelEnabler), UnknownLevel (# 1147)
  > 19a5d8a Open: expose error cause, test for fs.ErrNotExist (# 1149)
  > bdd673d Replace os.TempDir usage with t.TempDir (# 1146)
  > 4b03bc5 Prepare release v1.22.0 (# 1145)
  > ee349f9 CI: Lint against 1.19 (# 1141)
  > 7ee98d2 ci: add go1.19 (# 1140)
  > ca232b9 zapcore/BufferedWriteSyncer: More docs (# 1139)
  > 4cfaabd chore(ztest/timeout): capture original scale after err handling (# 1138)
  > 11a750e chore(internal/exit): remove deprecated function (# 1137)
  > d6ce3b9 chore: remove redundant arg from logln (# 1136)
  > e3a10fc chore: use errors.New instead of format function without args for error (# 1134)
  > 2cfc92c lint CONTRIBUTING.md and README.md (# 1123)
  > 56b4e2b Remove the redundant return value of the `open` function (# 1120)
  > 78c80fb Logger: Add Log method (# 1118)
  > 2e615d8 CheckedEntry: avoid using deprecated Should internally (# 1117)
  > c58bc94 CONTRIBUTING: Remove mention of LINTABLE_MINOR_VERSIONS (# 1109)
  > 88a8b01 Fix typo in Must docs (# 1108)
  > e06e09a Add Must(*Logger, error) *Logger function (# 1105)
  > 41970cf Replace deprecated ioutil usage (# 1103)
  > 54f6204 Upgrade to yaml.v3 3.0.1 (# 1102)
  > e18477e Create issue templates (# 1100)
  > 9e61a39 CheckWriteHook: Don't allow Noop action (# 1089)
  > 71ecc42 Support arbitrary hook for fatal logs (# 1088)
  > 75dacb4 Tests pass regardless of codebase directory (# 1087)
  > d38507c SugaredLogger: Add *ln variants (# 1080)
  > 1d435ba SugaredLogger: Add WithOptions (# 1079)
  > 212dcb9 zapcore/encoder_test: Use yaml.v3 (# 1075)
  > 59749c9 Upgrade staticcheck and re-enable (# 1074)
  > 15be647 Add Objects and ObjectValues field constructors (# 1071)
  > 34cb012 Replace 'Interface' usage with correct zerolog api (# 1069)
  > 854d895 CI: Temporarily disable staticcheck
  > 32a858e CI: Run against Go 1.17 and 1.18 (# 1068)
  > fb6027f ObjectValues: Avoid copying
  > 6f34060 Release v1.21.0 (# 1059)
  > cac228a Add ObjectValues field constructor
  > a7613b2 JSON Encoder: Don't panic if EncodeLevel unset (# 1058)
  > 1ab8406 Add Objects field constructor for array of objects
  > a1155d9 Optimize AddCaller+AddStacktrace by sharing stacks (# 1052)
  > 3f20106 lint: Remove redundant embedded field accesses (# 1051)
  > c087e07 zap: Add ParseAtomicLevel func (# 1048)
  > e751939 zapcore: Add ParseLevel (# 1047)
  > ad0b02d Release v1.12.0 (# 1045)
  > 79cb86f ci: Cache dependencies for other submodules (# 1044)
  > da733e5 ci: Cache tools/ with GitHub Actions (# 1043)
  > 369c1bd feat: support custom ReflectType encoder (# 1039)
  > 9367581 sampler: Support thereafter of zero (# 1033)
  > 10b1fe4 Don't run benchmarks during CI (# 1029)
  > aea2a50 Drop support for Go < 1.15 (# 1028)
  > 625d01b Update changelog with text for PR # 989 and # 1011 (# 1027)
  > 7a9e717 Added SkipLineEnding to zapcore.EncoderConfig (# 989)
  > b62116b jsonEncoder: Close namespaces opened in an object (# 1017)
  > 2216968 Update benchmarks (# 1024)
  > 3d55364 Unflake BenchmarkSampler_CheckWithHook (# 1016)
  > 10d89a7 zapcore: Unflake TestSamplerConcurrent (# 1012)
  > 5e08337 JSON: Fix complex64 encoding precision (# 1011)
  > a0e2380 CI: Test with Go 1.17 (# 1009)
  > 7011157 Update goleak to v1.1.11 (# 1007)
  > b9d3dce Back to development (# 1006)
bumping github.com/prometheus/procfs 344b47c...332e865:
  > 332e865 fs: Statfs_t{} doesn't have a Type field on Windows (# 528) (# 529)
  > dd377c7 Fix softnet CPU Index (# 517)
  > 58149ca fs: Statfs_t{} doesn't have a Type field on NetBSD, OpenBSD, or Solaris (# 523)
  > 7acd99d net_class: catch syscall.EINVAL and better handle read errors
  > b5b7dd5 Add support CpusAllowedList for /proc/[pid]/status (# 490)
  > f489b53 Update Go version (# 521)
  > 24c2637 Merge pull request # 520 from conallob/patch-1
  > 035b875 Merge pull request # 514 from prometheus/superq/netstat_refactor
  > ceb5a6f Sync golangci-lint.yml with https://github.com/prometheus/node_exporter/blob/master/.github/workflows/golangci-lint.yml
  > 718836a Merge pull request # 487 from ksankeerth/mountstats_nfs_avg_rtt
  > bad5514 Refactor netstat parsing
  > 1a35fa6 Update golangci/golangci-lint-action to v3.4.0
  > 663692c Merge pull request # 509 from dswarbrick/mdraid-sysfs
  > 49163ee add avgRTT to nfs mountstats
  > 99b481d Merge pull request # 513 from artemseleznev/master
  > 5fce84b Merge pull request # 511 from dcbw/ParseSysfsNetClassAttribute
  > a038d1f Implement mdraid sysfs parsing
  > affffdb Update common Prometheus files
  > 60fe598 Bump golang.org/x/sys from 0.6.0 to 0.7.0
  > d89fbe9 static analyzer issue fix
  > 03e2a93 net class: split out attribute parser and export it
  > b5312c5 Merge pull request # 503 from prometheus/dependabot/go_modules/golang.org/x/sys-0.6.0
  > bb7727a Merge pull request # 483 from prometheus/superq/err_invalid
  > b4a1860 Update common Prometheus files
  > 910e933 Bump golang.org/x/sys from 0.5.0 to 0.6.0
  > 0c4b3aa Merge pull request # 426 from binjip978/return-error-on-empty-cpu-freq
  > 58a6c0a Use errors.Is() for invalid argument
  > dd6bb71 Support old conntrack stats
  > 03da3a1     handle more columns from softnet_data (# 473)
  > b9fa528 return error if cpufreq's are empty
  > 85417ca Add support for several /sys/class/sas_* classes (# 453)
  > f930a52 Bug Fix: SystemCPUfreq fails when any core is offline
  > 42aaf8e add /proc/interrupts (# 475)
  > 757109e Add support for several /sys/class/sas_* classes (# 453)
  > 80824fa Check whether FS is a real procfs where it matters
  > 88f86e5 Add CPUInfo parsing for LoongArch64 (# 384)
  > c8aa9d7 Merge pull request # 461 from xixiliguo/on-cpu
  > d9f81a9 Enable oppportunistic fd counting fast path
  > 6e512b8 Merge pull request # 471 from Dentrax/TCPRcvQDrop
  > c66e798 add processor field for /proc/[pid]/stat
  > 8b6d466 Merge pull request # 488 from Dentrax/wireless
  > 945097a Merge pull request # 474 from Dentrax/stat-parse
  > 3a8e021 Add missing TCPRcvQDrop
  > 7be8e40 Merge pull request # 495 from prometheus/dependabot/go_modules/golang.org/x/sys-0.5.0
  > 150eff5 Use 4-digit uint instead
  > ce30991 Merge pull request # 477 from Dentrax/disktat-parse
  > 045a006 Separate /proc/stat parsing logic
  > b3d77ec fix: Avoid trimming characters incorrectly from ProcStatus (# 469)
  > 9ccf0f8 Merge pull request # 494 from gaius-qi/feature/vmstat
  > fe0e697 Bump golang.org/x/sys from 0.4.0 to 0.5.0
  > 1ab0de2 Add /proc/net/wireless parsing
  > 421a743 Merge pull request # 472 from Dentrax/netstat-refactor
  > 3d7fbad Separate /proc/stat disk stat parsing logic
  > bf36102 Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (# 468)
  > 8e530b9 Merge pull request # 493 from prometheus/repo_sync
  > 31842f6 fix: parseVMStatNUMA return wrong VMStat in nr_zone_inactive_file
  > cab2d84 Merge pull request # 470 from prometheus/superq/bump_go
  > a05e0cf Separate NetStat parsing logic
  > 800411b parse cpu with ID in /proc/stat
  > 6efaede Merge pull request # 491 from prometheus/dependabot/go_modules/golang.org/x/sys-0.4.0
  > 080c853 Update common Prometheus files
  > 3433fa1 Add support for thread data parsing. (# 481)
  > b4d3f67 Update Go
  > f5d82fa Update codespell
  > 2d852d3 Bump golang.org/x/sys from 0.3.0 to 0.4.0
  > 55dabef Update common Prometheus files
  > 254423d Update common Prometheus files (# 466)
  > 6f02dd1 Replace float64 with *float64 for proc_netstat, proc_snmp and proc_snmp6 (# 464)
  > aa41d1a Fix grammar error
bumping golang.org/x/sync 1ea3257...93782cc:
  > 93782cc errgroup: use WithCancelCause to cancel context
  > 4966af6 singleflight: example for using Group
  > a6666c1 go.mod: upgrade to go 1.17
bumping knative.dev/pkg aef227e...8d3f951:
  > 8d3f951 Allow overriding webhook secret data keys (# 2662)
  > c11003a Use go sync/atomic instead of go.uber.org/atomic (# 2777)
  > b3a65a0 Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (# 2775)
  > e888f79 rename-sandbox (# 2779)
  > 532e082 Update actions (# 2778)
  > 72f2648 Bump go.uber.org/zap from 1.19.1 to 1.24.0 (# 2774)
  > 7b50f3c Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (# 2771)
  > 1ea9b2d Bump github.com/tsenart/vegeta/v12 from 12.8.4 to 12.11.0 (# 2772)
  > 4866914 Fix github action for dependabot (# 2776)
  > edf95e6 Bump actions/setup-go from 3 to 4 (# 2770)
  > 801a900 Add dependabot and auto update deps (# 2768)
  > aa56e29 Update community files (# 2769)
bumping golang.org/x/tools 031fc75...675bf3c:
  > 675bf3c go.mod: update golang.org/x dependencies
  > ad52c1c go/ssa/interp: support conversions to slices of named bytes
  > 14ec3c0 gopls/doc/contributing.md: document error handling strategies
  > c495364 go/packages/gopackages: document -mode flag
  > 87ad891 gopls/internal/lsp/source/typerefs: move test into _test.go
  > 27fd94e internal/fastwalk: doc formatting fixes (including godoc links)
  > d362be0 gopls/internal/lsp/filecache: reduce GC frequency
  > 969078b Revert "go/analysis: add Sizes that matches gc size computations"
  > 5aa6acb go/analysis: add Sizes that matches gc size computations
  > 5a89a3b go/vcs: delete
  > d03a819 go/vcs: isolate into a nested module
  > a659412 go/vcs: deprecate package in favor of go list -json
  > 9d8d408 gopls/internal/lsp/cmd: list bug reports in 'gopls bug'
  > 8f9bce4 go/ast/inspector: clarify behavior regarding comment traversal
  > fa10359 gopls/internal/lsp/cache: don't panic when import fails during analysis
  > c8278fe gopls/internal/lsp/cache: don't record edges to invalid packages
  > 87df9bc cmd/godoc: disable TestWebIndex, a very slow test
  > 63624df gopls/internal/lsp/cache: remove ITVs from shared import graph
  > 0ca9d30 gopls/internal/lsp/cache: fix nil panic in analysis toSourceDiagnostic
  > 85554d6 gopls/internal/lsp/cache: add debugging assertion for golang/go# 60904
  > 9960b69 gopls/internal/lsp/cache: guard against "unsafe" by package path, not ID
  > 6480332 gopls/internal/lsp/cache: use types.Unsafe in analysisPackage
  > 155320d gopls/internal/lsp/work: don't crash when hovering over broken mod dir
  > b71392a gopls/internal/lsp/cache: reduce importing in analysis
  > d1a388b internal/gcimporter: avoid a crash when exporting a struct with no pkg
  > a4ed05f cmd/digraph: add "to dot" to emit Graphviz dot
  > 7261b32 gopls/internal/regtest: fix goimports on windows when using vendoring
  > 41e4e56 gopls/internal/lsp/source/completion: ensuring completion completeness
  > ac29460 go/ssa: fix bug in writeSignature on external functions
  > 3b62e7e go/ssa: use core type within (*builder).receiver
  > f394d45 gopls/internal/lsp/cache: compute xrefs and methodsets asynchronously
  > 27dbf85 go.mod: update golang.org/x dependencies
  > c6c9830 go/types/objectpath: memoize scope lookup in objectpath.Encoder
  > 0245e1d gopls/internal/regtest/codelens: set GOWORK=off for go mod vendor
  > 85be888 go/analysis/passes/defers: add analyser for defer mistake
  > c43232f cmd/digraph: improve examples using go list, mod
  > 6e1595c internal/gcimporter: treat unknown constant values the same as invalid
  > c59d87f gopls/internal/lsp/cache: two minor simplifications
  > db6a81e go/packages/packagestest: set Config.Logf if the test is run verbosely
  > a01290f internal/typeparams: work around LookupFieldOrMethod inconsistency
  > 6f567c8 gopls/internal/lsp/filecache: reduce lifespan of os.FileInfos
  > 726c727 gopls/internal/lsp: enable min/max builtin completion test
  > 86c93e8 gopls: unimported completion should use the completion matcher
  > 04ceacb gopls/internal/lsp/source: fix panic in typeDefinition on comparable
  > 947adca gopls/internal/lsp/source/methodsets: comparable also has no package
  > c35c44f gopls/internal/lsp/cache: add assertions
  > 0b4461b internal/diff: fix LineEdits bug in slow path
  > 1943c1e internal/diff: fix LineEdits bug in fast path
  > c6d86c4 go/pointer: delete package
  > 77fd064 go/types/objectpath: remove unnecessary unsafe import
  > 0dda7d6 go/pointer: remove replace directive
  > 98f1b4d gopls/internal/lsp/cache: check number of orphaned files after filtering
  > a260315 go/pointer: create submodule
  > 96844c3 cmd/{guru,callgraph}: stop using go/pointer
  > cd694d8 go/packages: include "unsafe".GoFiles=["unsafe.go"]
  > 33c741d gopls/internal/lsp: add min/max builtin
  > 933c7cc internal/lsp/source: use exact match in import highlighting
  > 5974258 gopls/internal/lsp: clear vuln diagnostics on config changes
  > f3faea1 go/packages: pass -pgo=off on go1.21 and later
  > 5f74ec7 internal/lsp/debug: add links to profiles and GC
  > ed90c6d internal/diff: unexport various identifiers
  > 827f5aa gopls/internal/lsp/source: test references bug on struct{p.T}
  > a12e1a6 go/ssa/interp: implement min/max builtins
  > 9c97539 gopls/internal/lsp/cache: remove nested module warning
  > d44a094 gopls/internal/lsp/cmd: add a stats -anon flag to show anonymous data
  > e106694 gopls/internal/lsp: bundle certain quick-fixes with their diagnostic
  > 5dc3f74 gopls/internal/lsp/filecache: reenable memory cache layer
  > 7e146a6 gopls/internal/lsp/cmd: simplify connection type
  > 1e60668 gopls/internal/regtest/workspace: unskip duplicate modules test
  > 5ce721d gopls/doc: Fix broken links
  > 7a03feb gopls/internal/lsp/cmd: remove vestiges of debugging golang/go# 59475
  > a70f2bc gopls/internal/regtest/misc: update and unskip TestHoverIntLiteral
  > 6997d19 gopls/internal/regtest/misc: unskip TestMajorOptionsChange
  > ec543c5 gopls/internal/lsp/cache: fix crash in Session.updateViewLocked
  > a12ee94 gopls/internal/regtest/misc: update some unilaterally skipped tests
  > 5ff5cbb gopls: deprecate support for Go 1.16 and 1.17, update warnings
  > e6fd7f4 gopls/internal/lsp/cache: limit module scan to 100K files
  > 9ca66ba gopls/internal/lsp/regtest: delete TestWatchReplaceTargets
  > edbfdbe gopls/internal/lsp/source/completion: (unimported) add placeholders
  > 3a5dbf3 gopls: add a new "subdirWatchPatterns" setting
  > 3c02551 internal/typesinternal: remove NewObjectpathFunc
  > 0729362 present: reformat doc comment for lack of inline code
  > d4e66bd go/ssa: TestStdlib: disable check that function names are distinct
  > 738ea2b go/ssa: use core type for field accesses
  > 2ec4299 gopls/internal/lsp: split file-watching glob patterns
  > 43b02ea gopls/internal/lsp/cache: only delete the most relevant mod tidy handle
  > 5919673 internal/lsp/filecache: eliminate 'kind' directories
  > a5ef6c3 gopls/internal/lsp: keep track of overlays on the files map
  > d7f4359 gopls/internal/lsp/mod: optimizations for mod tidy diagnostics
  > 2eb726b gopls/internal/lsp/filecache: touch only files older than 1h
  > b742cb9 gopls/internal/regtest/bench: add a benchmark for diagnosing saves
  > 4d66324 gopls/internal/lsp/cache: tweak error message
  > e46df40 gopls/internal/lsp/filecache: delayed tweaks from code review
  > 3df69b8 gopls/internal/lsp/debug: remove memory monitoring
  > a069704 gopls/internal/lsp/filecache: avoid flock
  > 3d53c2d gopls/internal/lsp/cache: fix race in adhoc reloading
  > 8b4b27b go/analysis/passes/slog: fix Group kv offset
  > 242e5ed cover: eliminate an unnecessary fsync in TestParseProfiles
  > 651d951 go/ssa: fix typo in package docs
  > 743372f gopls/internal/lsp/debug: limit to 100 recent trace entries
  > 522243a go/ssa/interp: avoid hard-coding GOOS and GOARCH
  > a059382 gopls/internal/lsp/cache: fail workspace load on context cancellation
  > e5c8d4d gopls/internal/lsp/cache: unexport ValidBuildConfiguration
  > f4e8a71 go/ssa: use core type for composite literal addresses
  > 3b25dbd go/ssa: use core types for array length
  > e7048d5 gopls/internal/lsp/filecache: front with a 100MB in-memory LRU cache
  > 8c0fcd2 gopls/internal/lsp/lru: extract LRU logic to a standalone package
  > 19d700c go/ssa/interp: use the actual GOOS and GOARCH to interpret tests
  > 9dcd3d5 gopls/internal/lsp/filecache: limit Get parallelism too
  > 7f203f0 go/ssa: consolidate use of underlying pointer
  > a13793e gopls/internal/lsp: add quick-fixes to manage the go.work file
  > 12a0517 internal/gcimporter: improve error handling
  > 5eb1eb9 gopls/internal/lsp/cache: call filecache.Set asynchronously
  > 35fe77a gopls/internal/lsp/filecache: limit parallelism in Set
  > 1c9fe3f gopls: improve diagnostics for orphaned files
  > ad74ff6 go/gcexportdata: drop support for the ancient binary format
  > 01128f9 gopls/internal/lsp/source: fix bug renaming field to unexported
  > cd39d2b internal/lsp/cache: support loading multiple orphaned files
  > abeba28 gopls/internal/regtest/marker: support proxy files in marker tests
  > 18186f0 go/analysis/passes/slog: simplify function matching
  > 9aa9d13 cmd/bisect, internal/bisect: use more precise skip suffixes, written in hex
  > 3034d9c gopls/internal/lsp/cmd: append, don't overwrite, in PublishDiagnostics
  > 4318d63 gopls: change the default value of "symbolScope" to "all"
  > f44f50e gopls/internal/lsp/source: implementation: report builtin 'error'
  > 787e720 gopls/internal/lsp: optimize checks for ignored files
  > 4ed7de1 gopls: add google-cloud-go as a benchmark repo
  > d799eba gopls: additional instrumentation during goimports
  > a7e7dc4 go/ssa: rename test cases in TestGenericBodies
  > d668f58 gopls/internal/regtest/marker: require cgo for issue59944.txt
  > 005fa64 go/analysis/passes/slog: add check for slog.Group
  > 033e628 go/ssa: more reindentation of TestGenericBodies
  > 2310848 go/ssa: reindent test cases in TestGenericBodies
  > 90e9c65 gopls/internal/lsp/cache: skip type errors after parse errors
  > 08b24db gopls/internal/lsp/regtest: check for "// @marker" rogue space
  > b9c20f6 gopls/internal/regtest/marker: migrate @diag to new marker tests
  > 4609d79 cmd/bisect: add -compile and -godebug shorthands
  > ddfa220 internal/fuzzy: improvements to the symbol scoring algorithm
  > 3449242 go/types/objectpath: don't panic when receiver is missing a method
  > 0809ec2 gopls/internal/lsp/source: document {All,Workspace}Metadata
  > 8f7fb01 go/analysis/unitchecker: add test of go vet on std
  > 23e52a3 bisect: diagnose bad targets better
  > d5af889 gopls: set GOWORK=off for loads from debug and safetoken tests
  > c93329a go/analysis/passes/printf: reshorten diagnostic about %s in Println call
  > 6219726 go.mod: update golang.org/x dependencies
  > f4d143e go/ssa: cleanup TestGenericBodies to pickup package name
  > 3d99ebe gopls/diff/unified: remove redundant information
  > 479f5c6 go/ssa: Origin is only available after building
  > 6d1dd12 go/analysis: simplify unusedresult
  > 4a2dd0d go/callgraph/vta: allow pointer to type parameter in sliceArrayElem
  > 7c6c2b7 go/ssa: keep syntax for instantiations
  > ce1b96b all: fix some comments
  > 0500fd4 go/ssa: use core type in address
  > 8e9b185 gopls/internal/lsp/source: add the "symbolScope" option
  > 4ac71c0 internal/imports: sort fixes for deterministic results
  > 573915d gopls/internal/lsp/cache: always init the resolver in runProcessEnvFunc
  > dd09381 bisect: move to internal/bisect until API is reviewed
  > 516063a bisect, cmd/bisect: add new library and tool
  > 58fedf6 internal/diffp: add patience diff from main repo
  > 7b684a9 gopls: port import tests to the new marker framework
  > 87974e3 gopls/internal/lsp/filecache: skip TestConcurrency on plan9 builder
  > c64bb76 gopls/internal/lsp/source: make infertypeargs a convenience analyzer
  > 91b7a8e go/ssa: use origin method in source lookup
  > ba892bb go/types/internal/play: show formatted AST
  > 7df6af8 gopls/internal/lsp/filecache: silently discard CRC errors on macOS
  > 2563079 go/analysis/passes/printf: update directive diagnostic message
  > 3f6c3b3 gopls: upgrade to latest version of LSP protocol
  > 216928d gopls: port function extraction marker tests to the new framework
  > 2415ce1 gopls: skip tests that load gopls packages if x/tools replacement is missing
  > 17e5ef3 gopls/internal/lsp/cache: remove cycle check from buildMetadata
  > affb5fc gopls/internal/lsp/source: fix crash in definitions of builtins
  > 558d701 gopls/internal/lsp/source: fix another bug in reference expansion
  > 51dfad7 gopls: port workspace/symbol marker tests to the new framework
  > c6b5780 gopls: fix build at older Go versions
  > 7590fe4 gopls/internal/lsp: hover over linkname directives.
  > ec61ad3 gopls/internal/lsp/source: add invert-if-condition refactoring
  > 5283a01 go/packages: delete TestCgoOption as it doesn't test the cgo option
  > e2f3b25 gopls/internal/bug: record bug reports in file cache
  > ab24b7b gopls/internal/regtest/marker: add a test case for issue # 59554
  > 8235df3 gopls/internal/regtest/marker: port format tests to the new framework
  > 80dc031 internal/diff: unified: match diff delete for empty file
  > 165099b all: remove repeated definite articles
  > ac40903 internal/gocommand: simplify GoVersion invocation
  > 9e0a7b1 copyright: don't require checkout to be named tools
  > 94ed378 internal/lsp/testdata: update for new diagnostic from go list
  > a5c37ba gopls/internal/regtest/marker: skip on small machines
  > 76e1037 internal/testenv: assume that mobile platforms are small machines
  > 17e2d70 gopls/internal/bug: remove unused Data parameter
  > dd89a2e gopls/internal/lsp: remove now redundant debouncing logic
  > 2a9398d go/analysis/passes/slog: do not report multiple incorrect keys
  > 4baa3dc gopls/internal/bug: move bug package into gopls
  > 71ea8f1 go/ssa: lift structs, arrays and typeparams
  > d59a28f gopls/internal/lsp/source: references: restrict search to workspace packages
  > e8f417a gopls/internal/lsp/cache: cleanups to active packages
  > 82c8a38 internal/gocommand: set a WaitDelay (when available) on commands
  > e286d22 gopls/internal/lsp: eliminate diagnoseDetached
  > 4e3238a gopls/internal/lsp/cache: break metadata cycles
  > 660614b gopls/internal/lsp/source: more ITV filtering
  > ce50135 go/analysis/passes/slog: static checks for slog k-v pairs
  > b9619ee gopls/internal/regtest/bench: run kubernetes benchmarks with -short
  > 21a4769 gopls: remove related info for informational diagnostic
  > 6deeacb all: fix remaining tests on js/wasm
  > bfcd41e gopls/internal/lsp/source: add missing punctuation to stubbed method doc
  > 1c5ccad gopls: add a 'stats' subcommand
  > 9c9e11f gopls/internal/lsp/cache: load modules by dir, not module path
  > b35949e gopls/internal/lsp/source: filter intermediate test variants
  > 133605d gopls/internal/lsp/cache: remove spurious error check
  > 240a4dc gopls/internal/lsp/cmd: add instrumentation for TestFix
  > ed3ff1b gopls/internal/lsp: finish debouncing on context cancellation
  > 780626c all: fix non-gopls short tests on js/wasm and update for wasip1/wasm
  > 13c52bc internal/gocommand: stop copying stdout as soon as ctx is done
  > 641e4d7 gopls/doc: update coc.nvim config
  > 85d651a go/analysis/checker/internal: resolve Diagnostic.URLs
  > 54c806f gopls/internal/lsp: eliminate more uses of Span
  > 60d9c06 go/analysis/passes: skip passes that do not import relevant packages
  > 0d77eea gopls/internal/regstest/misc: use go 1.19 instead of 1.29 in TestIssue59124
  > 1b2d1bd gopls/internal/lsp/cache: improve precision of cache key
  > b6f4d07 gopls/internal/lsp: fix initial diagnostics pass
  > d03c59d gopls/internal/lsp/source/typerefs: serialization support
  > 6492058 gopls: strict LSP compliance for empty slices
  > 0f415ef gopls/internal/lsp/source: support hover over non-decimal int literals
  > 40fb89c internal/lsp/testdata: correct DefinitionsCount in 1.21 summary file
  > a4ffa6e internal/lsp/testdata: update 'bad0' diagnostics test for 1.21
  > 5bcc1bd gopls/internal/lsp/filecache: evict aggressively on Go builders
  > 866a200 internal/gocommand: more tweaks to DebugHangingGoCommands
  > a5338c9 go/types/objectpath: add Encoder type, to amortize Scope.Names
  > 45ef829 gopls/internal/lsp/filecache: add integrity check
  > 4bea115 gopls/internal/lsp/source/typerefs: collapse SCCs of ref graph
  > 5ef3193 gopls/internal/lsp/source/typerefs: reexpress tests wrt ExternalRefs
  > c5f768a go.mod: update golang.org/x dependencies
  > 7c33a56 gopls/internal/lsp/source: show both the original declaration and the value of constants in hover
  > 4d205d8 gopls/doc: add instructions for using go.work with the Go distribution
  > d5076cc gopls/internal/lsp/cache: don't trace a region for MetadataForFile
  > f796361 gopls/internal/lsp: add tracing instrumentation for all Server methods
  > e104501 gopls/internal/astutil: TestPurgeFuncBodies requires source code for std
  > 6520870 gopls/internal/lsp/source/typerefs: allow for duplicate decls
  > 902fdca gopls/internal/lsp/source/typerefs: purge func bodies before parsing
  > 58c9a63 go/packages/internal/nodecount: count ast.Node frequency
  > 0a3e5f0 gopls: use safetoken.Line to compute line numbers
  > f4e613e go/analysis/passes/tests: enable fuzz checks in 'tests' analysis pass for cmd/vet
  > 6546e8e gopls/internal/lsp/source/typerefs: new package to analyze syntax deps
  > 04059e1 gopls/internal/lsp/cache: record unloadable files if loading completes
  > 4b11203 gopls/internal/lsp/cache: parse the builtin file through the cache
  > bc35a69 gopls/internal/lsp/source: fix references expansion bug
  > 374b64a go/types/internal/play: show AST debug representation too
  > 13850b3 gopls/internal/lsp/regtest: move @symbol to new marker tests
  > e9188f8 go/analysis/analysistest: Validate analyzers in Run
  > cc511f4 gopls/internal/lsp/regtest: move @implementation to new framework
  > e0ecd1b go/analysis/passes/printf: check new fmt.Appendf function too
  > 488ba86 gopls/internal/lsp/cache: hold on to imports used by open packages
  > d52bc56 gopls/internal/lsp: reorder the way we compute diagnostics
  > 83c1ba1 gopls/internal/lsp/cache: fix two crashes when parsed file overflows
  > cbe6614 go/analysis/passes/printf: improve documentation
  > 255eeeb go/.../analysisutil: ExtractDoc unifies Analyzer.Doc and package doc
  > 1b71eda gopls/internal/regtest/bench: add flags to reuse benchmark repo dirs
  > f8a7325 gopls/internal/lsp/cache: use json encoding for diagnostics
  > df92f17 gopls: pre-initialize the file cache
  > c3edf5a gopls/internal/lsp/cache: actually preload files in parallel
  > acaae98 gopls/internal/lsp/cache: stream package results
  > fa55648 gopls/internal/lsp/cache: evaluate imports lazily in TypeCheck
  > a164829 gopls/internal/lsp/cache: add additional debug assertions during parsing
  > 665c922 gopls/internal/lsp/source: fix panic in quickParse
  > ff76038 go/analysis/passes/printf: improve workaround doc
  > b222520 gopls/internal/cache: use AddExistingFiles in the parse cache
  > 6e5f425 gopls/mod: show hint for discordant module versions
  > e5f7ae1 go/analysis: add Analyser.URL and Diagnostic.URI fields
  > b6dbcf8 internal/gcimporter: have IImportShallow accept an import func
  > 35ef64e internal/tool: add the profile.alloc flag
  > 912861f gopls/internal/lsp/cache: skip object resolution during parsing
  > c881168 internal/tokeninternal: add AddExistingFiles helper
  > c4b943d gopls/internal/lsp: delay workspace diagnostics and analysis
  > c17e55e gopls/internal/lsp/cmd: definition on items without support for hover.
  > 537c4aa gopls/internal/regtest: port @refs to new marker tests
  > 36ed0b1 gopls/internal/lsp/source: rename snapshot.GetFile to ReadFile
  > 4feee84 go/types/internal/play: a playground for go/types
  > 243a948 internal/lsp/regtest: have the regtests control their diagnosticsDelay
  > ae907a4 gopls/internal/lsp/cache: pre-load files after loading packages
  > 293fdc9 gopls/internal/lsp/cache: don't ignore type-errors that can't be mapped
  > 6bb0e47 gopls/internal/lsp: improve concurrency of the diagnostics pass
  > e4da1ee gopls/internal/lsp/debug: show log of recent spans
  > dd1e2f6 cmd/present/static: fork needed godoc static resources
  > 75c657b gopls/internal/regtest/bench: small fixes for DiagnoseChange
  > 786752b gopls/internal/lsp/source: rename FileHandle.Read to Content
  > edc0084 gopls/internal/regtest/bench: narrow the -short guard in iwl_test.go
  > 656f17c gopls/internal/lsp/cache: parallelize getPackageData
  > bac9896 gopls/internal/regtest/marker: add a test for golang/go# 56943
bumping golang.org/x/mod 69aa7ac...baa5c2d:
  > baa5c2d all: add godoc links
  > 7603649 zip: fix TestCreateFromDirSpecial/ignore_symlink on wasmtime
  > 22d21f4 zip: fix doc for CreateFromVCS function
  > bfed713 zip: fix LICENSE file handling to match modfetch
  > 62c7e57 sumdb: handle panic from c.ReadRemote during ReadTiles
  > 2a1c06a modfile: update toolchain syntax
  > e81ad10 sumdb: correct spelling mistakes
  > e343115 sumdb: add missing return after http.Error
  > fc83a8f modfile: add support for dropping go and toolchain stmts
  > 1846133 modfile: add parsing support for toolchain
  > a73672d modfile: add support for go and toolchain lines
  > e7bea8f modfile: use semantic sort for exclude blocks
  > ad6fd61 zip: fix on Windows
bumping github.com/matttproud/golang_protobuf_extensions c182aff...c182aff:
bumping knative.dev/hack ddae802...338500e:
  > 338500e Update actions (# 304)
  > 6f48889 Update community files (# 303)
bumping github.com/prometheus/client_golang 254e546...3583c1e:
  > 3583c1e Cut v1.16.0 (# 1292)
  > 2feda42 Fixed README & CHANGELOG; Added fmt makefile command (+bingo) for easier contributions. (# 1289)
  > 5b9cf9c Merge pull request # 1290 from prometheus/fix-nh-docstring-refs
  > 7352ab7 Moving fully to GH actions. (# 1288)
  > 1b19d5f Fix docstring references to renamed native histogram fields / functions.
  > e4ff34d Improve metricUnits runtime (# 1286)
  > 781ea28 added circleci as gh action YAML (# 1281)
  > a09a1d3 Reduce constrainLabels allocations (# 1272)
  > 8840afc Bump github.com/prometheus/procfs from 0.9.0 to 0.10.1 (# 1283)
  > 5e78d5f Merge pull request # 1279 from prometheus/beorn7/histogram
  > b8cb86a add process start time header to client_golang prometheus (# 1278)
  > 77e97da histogram: Fix bug in bucket key calculation
  > 8b1a836 GitHub Workflows security hardening (# 1180)
  > 3094812 histogram: expose bug in bucket key calculation
  > f51d823 Merge pull request # 1267 from prometheus/release-1.15
  > 297fea3 fix undefined execution order in return statements (# 1260)
  > 4bbb297 Cut 1.15.1 (# 1266)
  > 0f060a0 Add detection for WSL address (# 1257)
  > 2eaffbd Merge pull request # 1253 from prometheus/fixpro
  > 8a51463 Cleanup proto use in tests (# 1264)
  > d7896d4 Cut v1.15.0 (# 1249)
  > b8fdd23 Added clarification.
  > 0ae0013 Bump golang.org/x/sys from 0.6.0 to 0.7.0 (# 1265)
  > bba12b5 Bump github.com/prometheus/common from 0.41.0 to 0.42.0 (# 1244)
  > 2ea234e Revert "Remove unnecessary check if label is nil in observeWithExemplar (# 1235)"
  > 671a2f0 Fixed tutorial. (# 1256)
  > 9015fcf Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (# 1245)
  > 90eb83b Added interactive tutorial [kubeCon] (# 1255)
  > 1bb8cf8 Bump golang.org/x/sys from 0.5.0 to 0.6.0 (# 1246)
  > c36c6ab [collectors]: fix typo in test assertion (# 1153)
  > ff7efed Merge pull request # 1243 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.30.0
  > 0392dff Switch to POST for LabelNames, Series, and QueryExemplars to DoGetFallback (# 1252)
  > 63a3955 Merge pull request # 1238 from jacksontj/issue_621
  > 852a282 Bump google.golang.org/protobuf from 1.28.1 to 1.30.0
  > e3b6de8 Merge pull request # 1250 from prometheus/release-1.15
  > eb33971 Filter expected metrics as well in CollectAndCompare (# 1143)
  > 6037863 Only set start/end if time is not Zero
  > 5c7821d Update common Prometheus files (# 1237)
  > e79d7e7 timer: Added support for exemplars. (# 1233)
  > 232b949 Added support for go 1.20. (# 1234)
  > 3726cdd README: Remove not working gocoverage images. (# 1236)
  > 3ce88f3 Remove unnecessary check if label is nil in observeWithExemplar (# 1235)
  > 3d2cf0b Indent example in godoc consistently (# 1226)
  > ffbbe80 Merge pull request # 1225 from prometheus/beorn7/api
  > 66687e5 Update common Prometheus files (# 1224)
  > 2236d78 api: Extend and improve json-iterator usage
  > 2771bcc Add `Header` method to Pusher for custom header (# 1218)
  > 2fced96 Bump github.com/prometheus/common from 0.37.0 to 0.39.0 (# 1197)
  > 031748d Update common Prometheus files (# 1213)
  > b8b41c8 Bump golang.org/x/sys from 0.3.0 to 0.4.0 (# 1217)
  > d5a9239 Merge pull request # 1198 from prometheus/dependabot/go_modules/github.com/prometheus/procfs-0.9.0
  > 40692cb Merge pull request # 1199 from prometheus/dependabot/go_modules/github.com/cespare/xxhash/v2-2.2.0
  > 26620fd Bump github.com/prometheus/procfs from 0.8.0 to 0.9.0
  > fcdc3ec Add possibility to dynamically get label values for http instrumentation (# 1066)
  > 14aa203 Bump github.com/cespare/xxhash/v2 from 2.1.2 to 2.2.0
  > 27f0506 Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149 (# 1187)
  > fc5f34c Merge pull request # 1178 from ibreakthecloud/patch-1
  > 7f99379 Replace deprecated github.com/golang/protobuf package (# 1183)
  > a787555 typo fix
  > e29ed9f Support for multiple samples within same metric (# 1181)
  > 07b1397 examples: Add exemplars and middleware examples (# 1173)
  > fae2f63 Add constrained labels and Constrained variant for all MetricVecs (# 1151)
  > 8b6e680 Merge pull request # 1171 from prometheus/beorn7/histogram
  > 3d765a1 Add context to "duplicate label names" to enable debugging (# 1177)
  > 449b464 Merge pull request # 1166 from prometheus/beorn7/doc
  > 043372e Initialize atomic variables in histogramCounts with atomic.Store...
  > db41dad Merge pull request # 1164 from prometheus/release-1.14
  > b804be1 Fix typo in doc comment
  > efef903 Rename histogram tests (from sparse to native)
bumping github.com/prometheus/common 49b3603...94bf982:
  > 94bf982 Merge pull request # 489 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.44.266
  > ac06723 Merge pull request # 482 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.8.0
  > 211d8fc Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.266 in /sigv4
  > 062aaec Merge pull request # 485 from prometheus/dependabot/go_modules/sigv4/github.com/stretchr/testify-1.8.2
  > 27af2c4 Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0
  > 2f0f5c4 Merge pull request # 483 from prometheus/dependabot/go_modules/golang.org/x/net-0.10.0
  > 24a8815 Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 in /sigv4
  > 96ade15 Merge pull request # 486 from prometheus/dependabot/go_modules/sigv4/github.com/prometheus/common-0.43.0
  > 7364518 Bump golang.org/x/net from 0.9.0 to 0.10.0
  > 65a4236 Merge pull request # 480 from prometheus/superq/update_sigv4-bot
  > 68e477e Bump github.com/prometheus/common from 0.42.0 to 0.43.0 in /sigv4
  > 085fa47 Merge pull request # 472 from grafana/inline-ca-strings
  > ad1759c Enable dependabot for sigv4
  > f505d86 Merge pull request # 474 from jkroepke/custom-logger
  > bcb00f1 config: remove unused internal function
  > b933a95 Merge pull request # 475 from gouthamve/negotiate-om-1.0
  > e27922a Merge pull request # 469 from prometheus/dependabot/go_modules/github.com/alecthomas/kingpin/v2-2.3.2
  > 01d2b4a Remove unnecessary else and use NewSyncWriter again
  > 7b35f6a config: add tests for inline TLS configs
  > 2f04d2e Merge pull request # 463 from prometheus/repo_sync
  > ad42fa5 Return 0.0.1 with no version for backwards compatibility
  > a2ac260 Merge pull request # 479 from prometheus/superq/updates
  > 9a176e1 Bump github.com/alecthomas/kingpin/v2 from 2.3.1 to 2.3.2
  > 769f5e1 Allow custom log.Logger
  > 5915888 config: allow TLS data to be provided inline
  > 66b493f Merge pull request # 462 from roidelapluie/proxyfromenv
  > e990082 Update common Prometheus files
  > 5012e7c Negotiate OM v1.0.0
  > 92f8c27 Merge pull request # 481 from prometheus/dependabot/go_modules/github.com/prometheus/client_golang-1.15.1
  > 5e8c998 expfmt: Avoid copying mutex in proto message
  > 6a5f4db Merge pull request # 455 from bboreham/build-tags
  > c8ca1fb Add support to use Proxy From Environment and set No Proxy
  > cffd08e Merge pull request # 478 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.7.0
  > 2328fd6 Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.1
  > 27a8fa5 Update Go modules
  > d7d98af Merge pull request # 461 from bboreham/faster-parseduration
  > 56d83af version: add Go build tags to output
  > d9a31c0 Merge pull request # 454 from prometheus/dependabot/go_modules/sigv4/golang.org/x/net-0.7.0
  > 567ed12 Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0
  > 94c865c Merge pull request # 453 from prometheus/beorn7/model
  > 55b01d1 Parse Durations much faster
  > 77ee449 Merge pull request # 447 from prometheus/superq/bump_go
  > aab41f8 Bump golang.org/x/net from 0.4.0 to 0.7.0 in /sigv4
  > ab87968 Merge pull request # 433 from lucacome/add-dependabot
  > 456cf05 model: Remove json-iterator usage (again)
  > 330a3f5 Add benchmark for ParseDuration
  > d25d305 Merge pull request # 450 from roidelapluie/marshal
  > 2cd3d6e Update Go versions
  > e903cdd Merge pull request # 459 from prometheus/superq/mods
  > 569c9c3 Apply suggestions from code review
  > 4827ac3 Merge pull request # 460 from prometheus/repo_sync
  > 72ed068 Merge pull request # 449 from roidelapluie/test444
  > 6004368 Fix and test JSON & YAML marshalling
  > f9c1994 Merge pull request # 440 from zenador/sparsehistograms
  > caae7d4 Update Go modules
  > c3af33b Add dependabot
  > c4e09cb Merge pull request # 458 from hairyhenderson/switch-kingpin-repo
  > 51087f9 Update common Prometheus files
  > 81fdf5b Merge pull request # 448 from roidelapluie/test442
  > 69ed1ea expfmt: add test cases for TextParser startOfLine error handling
  > ff69f32 Merge pull request # 429 from roidelapluie/fix-marshal
  > ca1f99b Make it more efficient and compatible to use SampleHistogram (# 439)
  > 18a4214 Update comments according to code review
  > 846591a Merge pull request # 417 from zenador/sparsehistograms
  > 8fe65a7 Update kingpin module source
  > 3bdfd73 expfmt: add test case for issue with *bufio.Reader and FmtText format
  > 2c9877d Merge pull request # 444 from abursavich/expfmt-eof
  > 1c521dc Fix marshalling of TLSVersion
  > 87b15f9 Merge pull request # 438 from zenador/sparsehistograms
  > 4e9e3f5 Continue to use json-iterator to improve marshalling of SamplePair
  > ccc2474 Merge pull request # 428 from prometheus/repo_sync
  > 691e814 Update comments according to review
  > d888bfa Merge pull request # 443 from abursavich/expfmt-decode
  > d074dea expfmt: only ignore io.EOF errors in TextParse.startOfLine
  > 296ec92 Merge pull request # 409 from prometheus/mem/proxy_header
  > 0dd260f Change HistogramBucket Boundaries type to int32
  > f71df30 Continue to use json-iterator to improve marshalling of SampleHistogramPair
  > 5b981eb Update common Prometheus files
  > 0267435 Update tests according to code review
  > 5be97a0 expfmt: only call TextParser.TextToMetricFamilies once from textDecoder
  > 18281a2 Merge pull request # 424 from prometheus/repo_sync
  > 4a0d730 Add support for proxy connect headers
  > eda7de1 Start to use json-iterator to improve marshalling of HistogramBucket
  > dc2e18b Revert "Try removing sampleHistogramPairPtr"
  > befeabf Merge pull request # 422 from prometheus/superq/add_mod_check
  > 017dec0 Update common Prometheus files
  > 01880dc Add benchmarks for marshalling
  > f451854 Try removing sampleHistogramPairPtr
  > 1bc7f65 Add platform info to labels (# 403)
  > 82accf3 Add go mod version test
  > 14a8016 Remove sampleHistogramPairPtr
  > b079cf8 Revert "Add generic interface for float/histogram sample pair (bumping go version - experimental)"
  > 00e3fd7 Merge pull request # 418 from roidelapluie/go119
  > 0e0dee6 Merge branch 'main' into sparsehistograms
  > 84e64de Add generic interface for float/histogram sample pair (bumping go version - experimental)
  > ddb642f Merge pull request # 421 from prometheus/superq/update_sigv4
  > 045094f Update deps and test with go 1.19
  > 4a4b110 Fix according to code review
  > c2ecee8 Merge pull request # 419 from prometheus/repo_sync
  > c8ff4cd Update sigv4 Go
  > 74031a1 Change int type of native histogram count
  > a33c32f Merge pull request # 374 from roidelapluie/go118vcs
  > 466075d Update common Prometheus files
  > e717a78 Make type of Sample and SampleStream in structs more explicit with an enum
  > 11bcb5b Merge pull request # 415 from FUSAKLA/fus-http-config-from-file
  > 5b6c049 go118: Get VCS info from debug.BuildInfo
  > a148981 Update the display strings for model
  > 87b669d Add the ability to specify the maximum acceptable TLS version (# 414)
  > d9cd6f2 feat: make LoadHTTPConfigFile set directory and move from tests file
  > 43914a0 Fix and add tests for model matrices
  > bebc731 Remove ioutil after merging check client certificates (# 407)
  > 2b7b371 Split model values into smaller files by category
  > 8c9cb3f Update common Prometheus files (# 399)
  > ee927fa Add histograms to model
  > 1c0fa3e Check if TLS certificate and key file have been modified (# 345)
  > 54e041d Implement Stringer on TLSVersion (# 405)
  > c206bfc Merge pull request # 404 from thaJeztah/bump_protobuf_extensions
  > dfbc25b Merge pull request # 382 from prometheus/superq/update_go
  > 5ae446c go.mod: github.com/matttproud/golang_protobuf_extensions v1.0.2
  > 1482587 Remove ioutil (# 395)
  > 9d646db Update Go modules
bumping github.com/go-kit/log 71fa7d7...0b69c70:
  > 0b69c70 Allow to configure allowed levels by string value (# 22)
  > 3752ef7 Update CI and add badges to README (# 21)
  > 2b8dc2b fix safeError & safeString for json format (# 20)
bumping github.com/prometheus/client_model 63fb982...91c3945:
  > 91c3945 Merge pull request # 64 from prometheus/superq/update_proto
  > 31ca668 Update proto tools

Signed-off-by: Knative Automation <automation@knative.team>
2023-08-03 12:31:21 +00:00
Knative Automation e03e9f6594
Update actions (#768)
Signed-off-by: Knative Automation <automation@knative.team>
2023-08-02 01:38:52 +00:00
Knative Automation e2561c20aa
Update community files (#767)
Signed-off-by: Knative Automation <automation@knative.team>
2023-07-27 01:36:42 +00:00
Knative Automation 24ff72399d
upgrade to latest dependencies (#766)
bumping knative.dev/hack cc92cdb...ddae802:
  > ddae802 Update community files (# 302)
  > 8852371 Update community files (# 301)
  > 12cd6a1 Update community files (# 300)
bumping knative.dev/pkg 5ef4812...aef227e:
  > aef227e upgrade to latest dependencies (# 2767)
  > 7051d30 Update community files (# 2764)
  > b7a11d4 Update community files (# 2763)

Signed-off-by: Knative Automation <automation@knative.team>
2023-07-18 15:53:11 +00:00
Knative Automation c6d1f7cc01
Update community files (#765)
Signed-off-by: Knative Automation <automation@knative.team>
2023-07-12 13:17:15 +00:00
Knative Automation 1581c1894b
Update community files (#764)
Signed-off-by: Knative Automation <automation@knative.team>
2023-07-12 01:45:14 +00:00
Knative Automation 046f174fe8
upgrade to latest dependencies (#762)
bumping google.golang.org/api 2311ef1...63d06ab:%0A  > 63d06ab chore(main): release 0.124.0 (# 1990)%0A  > 73f57fe feat(all): auto-regenerate discovery clients (# 1991)%0A  > 8c0e6d9 chore: add yoshi-approver ownership (# 1994)%0A  > 7843046 chore(all): update all (# 1992)%0A  > 94c12ed chore(all): update module github.com/google/s2a-go to v0.1.4 (# 1989)%0A  > 0b4f4af feat(all): auto-regenerate discovery clients (# 1988)%0A  > 2721e1f chore: enable GoApiaryCodegen auto-approve (# 1987)%0A  > a241c25 chore: delete broken AutoApprove (# 1986)%0A  > 3e2d6a6 chore: trigger AutoApprove on reopen as well (# 1985)%0A  > a24a28a chore: give AutoApprove job full write (# 1984)%0A  > 8210800 chore(main): release 0.123.0 (# 1975)%0A  > f31b763 feat(all): auto-regenerate discovery clients (# 1982)%0A  > d27f40f feat(all): auto-regenerate discovery clients (# 1978)%0A  > 94d3d73 chore(ci): fix AutoApprove for discogen (# 1981)%0A  > 98b3073 feat(all): auto-regenerate discovery clients (# 1974)%0A  > d5e0fb2 chore(main): release 0.122.0 (# 1972)%0A  > ab64815 feat(all): auto-regenerate discovery clients (# 1973)%0A  > 8b0974e fix: add better support of array of floats (# 1971)%0A  > cf0df64 chore(main): release 0.121.0 (# 1962)%0A  > c2c2b59 feat(all): auto-regenerate discovery clients (# 1963)%0A  > e44a771 chore(all): update module github.com/google/s2a-go to v0.1.3 (# 1965)%0A  > 2068ba5 feat(all): auto-regenerate discovery clients (# 1961)%0A  > c2018e2 chore(main): release 0.120.0 (# 1956)%0A  > 4e35cac feat(all): auto-regenerate discovery clients (# 1960)%0A  > fcd007a feat(all): auto-regenerate discovery clients (# 1958)%0A  > 289b859 feat(all): auto-regenerate discovery clients (# 1957)%0A  > 409bc9d feat(all): auto-regenerate discovery clients (# 1955)%0A  > 0909f16 chore(main): release 0.119.0 (# 1944)%0A  > 2f54150 chore(deps): update s2a-go to v0.1.2 (# 1954)%0A  > 685ec81 feat: add an option to enable DirectPath xDS (# 1942)%0A  > d85769c feat(all): auto-regenerate discovery clients (# 1953)%0A  > 4cb8eb9 feat(all): auto-regenerate discovery clients (# 1952)%0A  > bf9f3ac chore(all): update google.golang.org/genproto digest to daa745c (# 1949)%0A  > e1eda57 feat(all): auto-regenerate discovery clients (# 1948)%0A  > a0dacd5 feat(all): auto-regenerate discovery clients (# 1947)%0A  > e8b93cb chore(deps): update s2a-go to v0.1.1 (# 1945)%0A  > 690068f feat(all): auto-regenerate discovery clients (# 1943)%0A  > 2d6890a chore(main): release 0.118.0 (# 1940)%0A  > 29dc45a feat(all): auto-regenerate discovery clients (# 1941)%0A  > ac94a0f feat(all): auto-regenerate discovery clients (# 1939)%0A  > 8019ef6 chore(main): release 0.117.0 (# 1931)%0A  > 750c7c8 feat(all): auto-regenerate discovery clients (# 1936)%0A  > 3a98290 chore(all): update all (# 1937)%0A  > 3f62830 chore(deps): bump golang.org/x/crypto (# 1930)%0A  > 2219681 feat(all): auto-regenerate discovery clients (# 1935)%0A  > 2efcb2e feat(all): auto-regenerate discovery clients (# 1932)%0A  > 3c61729 feat: add experimental s2a-go integration (# 1874)%0A  > 587b9e5 chore(main): release 0.116.0 (# 1929)%0A  > 28c8cd5 feat(all): auto-regenerate discovery clients (# 1928)%0A  > feafcdc chore(main): release 0.115.0 (# 1922)%0A  > 34781cf feat(all): auto-regenerate discovery clients (# 1927)%0A  > 33a2dfe feat(all): auto-regenerate discovery clients (# 1924)%0A  > 02cfb82 chore(all): update google.golang.org/genproto digest to dcfb400 (# 1925)%0A  > 8930f0e feat(all): auto-regenerate discovery clients (# 1923)%0A  > 1c955e8 feat(all): auto-regenerate discovery clients (# 1913)%0A  > 7f87838 chore(all): update all (# 1918)%0A  > be028cf chore(gensupport): add idempotency header (# 1916)%0A  > 649bfb9 chore(all): update all (# 1914)%0A  > 5ac4fd7 test: update test due to generator change (# 1912)%0A  > f79df48 chore(main): release 0.114.0 (# 1910)%0A  > 2754ab4 feat(all): auto-regenerate discovery clients (# 1907)%0A  > dc4b77d fix: always reference the internal package. (# 1909)%0A  > b8a2a5e chore(main): release 0.113.0 (# 1901)%0A  > fc221ce feat(all): auto-regenerate discovery clients (# 1900)%0A  > e63383f chore(all): update module google.golang.org/protobuf to v1.29.1 [SECURITY] (# 1906)%0A  > 64b6ee4 feat(idtoken): add support for external_account (# 1897)%0A  > 65cafd4 chore(all): update all (# 1902)%0A  > 63c48a6 feat(transport): add support for setting quota project with envvar (# 1892)%0A  > 225fa6b internal: Refactor cert logic to support OAuth2 token exchange over mTLS (# 1886)%0A  > 8d4d70d chore(main): release 0.112.0 (# 1883)%0A  > 89c274a feat(all): auto-regenerate discovery clients (# 1898)%0A  > 9f18671 feat(all): auto-regenerate discovery clients (# 1896)%0A  > e88ee8a feat(all): auto-regenerate discovery clients (# 1893)%0A  > 5da4d6a feat(all): auto-regenerate discovery clients (# 1887)%0A  > 6bd0840 chore(deps): bump golang.org/x/crypto in /internal/kokoro/discogen (# 1890)%0A  > 2f72016 chore(all): update all (# 1888)%0A  > c886360 feat(all): auto-regenerate discovery clients (# 1885)%0A  > 1aee5cd feat(all): auto-regenerate discovery clients (# 1884)%0A  > 15808d7 feat(all): auto-regenerate discovery clients (# 1882)%0A  > e99d0d5 chore(main): release 0.111.0 (# 1860)%0A  > 70d3954 feat(all): auto-regenerate discovery clients (# 1875)%0A  > f32872c chore(all): update google.golang.org/genproto digest to 637eb22 (# 1877)%0A  > c02cff6 feat(all): auto-regenerate discovery clients (# 1873)%0A  > 7d34d41 feat(all): auto-regenerate discovery clients (# 1872)%0A  > d456fd6 chore(deps): bump golang.org/x/net in /internal/kokoro/discogen (# 1870)%0A  > b7ab21d chore(all): update all (# 1868)%0A  > 7f5f40a feat(all): auto-regenerate discovery clients (# 1866)%0A  > 4056319 chore(all): update module golang.org/x/net to v0.7.0 [SECURITY] (# 1867)%0A  > 8b8b195 feat(all): auto-regenerate discovery clients (# 1863)%0A  > c0f2510 chore(all): update vet.sh to go runtime 1.20 (# 1865)%0A  > 895105a feat(all): auto-regenerate discovery clients (# 1861)%0A  > ba3414e feat(all): auto-regenerate discovery clients (# 1859)%0A  > 892811c chore(main): release 0.110.0 (# 1840)%0A  > 1edc79b chore: update x libs (# 1858)%0A  > 929a393 chore(all): update all (# 1853)%0A  > 1147cb8 fix: Update ECP dependency to v0.2.3 (# 1857)%0A  > 689f934 feat(all): auto-regenerate discovery clients (# 1851)%0A  > 8efd00d fix(internal/gensupport): don't prematurely close timers (# 1856)%0A  > 3fb5b61 fix: Improve error handling for enterprise certificate module (# 1848)%0A  > 8980266 feat(all): auto-regenerate discovery clients (# 1850)%0A  > 3fb8cdc feat(all): auto-regenerate discovery clients (# 1841)%0A  > 1651c38 chore(transport): remove support for go runtimes earlier than 1.16 (# 1844)%0A  > 4b4c9d4 feat(all): auto-regenerate discovery clients (# 1838)%0A  > b3b5f17 chore(main): release 0.109.0 (# 1818)%0A  > c13cc35 feat(all): auto-regenerate discovery clients (# 1836)%0A  > 602b6a4 chore(all): update all (major) (# 1806)%0A  > a5d0daa feat(all): auto-regenerate discovery clients (# 1828)%0A  > 50fc7c4 feat(all): auto-regenerate discovery clients (# 1826)%0A  > 6aad438 feat(all): auto-regenerate discovery clients (# 1825)%0A  > 85d0224 feat(all): auto-regenerate discovery clients (# 1822)%0A  > 884a246 feat(all): auto-regenerate discovery clients (# 1821)%0A  > 5935892 feat(all): auto-regenerate discovery clients (# 1819)%0A  > ba3ba78 feat(all): auto-regenerate discovery clients (# 1817)%0A  > 47f66d6 chore(main): release 0.108.0 (# 1811)%0A  > da48b9a feat(all): auto-regenerate discovery clients (# 1816)%0A  > a12685c feat(all): auto-regenerate discovery clients (# 1813)%0A  > 4df52d2 feat(all): auto-regenerate discovery clients (# 1810)%0A  > f74fbb6 chore(main): release 0.107.0 (# 1803)%0A  > d8084e4 feat(all): auto-regenerate discovery clients (# 1809)%0A  > 4dca4e0 feat: re-enable integrations:v1 (# 1801)%0A  > 86e4009 fix: user Timers over time.After (# 1802)%0A  > bcc345c feat(all): auto-regenerate discovery clients (# 1808)%0A  > de06921 feat(all): auto-regenerate discovery clients (# 1807)%0A  > 935ef64 feat(all): auto-regenerate discovery clients (# 1804)%0A  > 93de455 feat(all): auto-regenerate discovery clients (# 1800)%0A  > ac7eb8f chore(main): release 0.106.0 (# 1786)%0A  > 3944e86 feat(all): auto-regenerate discovery clients (# 1794)%0A  > f6dec99 feat(idtoken): add support for impersonated_service_account creds type (# 1792)%0A  > ddb5c65 test: add buffer to both sides of token expiry validation (# 1797)%0A  > b35900a fix(idtoken): configure validator constructor to use no authentication (# 1789)%0A  > ca86833 chore(all): update all (# 1796)%0A  > a6b0739 chore: skip generating integrations:v1 as it fails generation (# 1793)%0A  > 7bd17b3 feat(all): auto-regenerate discovery clients (# 1790)%0A  > 9fb35f5 feat(all): auto-regenerate discovery clients (# 1788)%0A  > 1569e5b feat(option/internaloption): add new EmbeddableAdapter option (# 1787)%0A  > a7f08e2 feat(all): auto-regenerate discovery clients (# 1784)%0A  > 67aaf4e chore(main): release 0.105.0 (# 1774)%0A  > 5b02761 feat(all): auto-regenerate discovery clients (# 1777)%0A  > c58bf4c feat: support set null map entries for non-simple map values (# 1782)%0A  > e4271df feat(googleapi): add response headers to Error reported by CheckMediaResponse (# 1781)%0A  > 6193507 chore: remove uses of obsolete golang.org/x/xerrors (# 1776)%0A  > 37a2e41 feat(all): auto-regenerate discovery clients (# 1773)%0A  > 9255b0b chore(main): release 0.104.0 (# 1748)%0A  > 4238314 chore: ignore some golang.org/x/* dependencies in renovate (# 1772)%0A  > 029b659 chore(all): update all (# 1768)%0A  > f819644 feat(all): auto-regenerate discovery clients (# 1771)%0A  > 2b596d9 feat(all): auto-regenerate discovery clients (# 1767)%0A  > 3195ce1 feat(all): auto-regenerate discovery clients (# 1766)%0A  > 97a9846 feat(all): auto-regenerate discovery clients (# 1760)%0A  > 8d8f0a7 feat(transport): de-experiment google-c2p resolver (# 1757)%0A  > c213153 fix(transport/grpc): separate resolution of creds and certs (# 1759)%0A  > 629e217 fix(idtoken): increase MaxIdleConnsPerHost to 100 in NewClient (# 1754)%0A  > caf7af0 feat(all): auto-regenerate discovery clients (# 1755)%0A  > e18b504 feat(all): auto-regenerate discovery clients (# 1753)%0A  > dd565a4 feat(all): auto-regenerate discovery clients (# 1752)%0A  > a657f19 feat(all): auto-regenerate discovery clients (# 1751)%0A  > 292129c feat(all): auto-regenerate discovery clients (# 1746)%0A  > 02077fd chore(all): update all (# 1749)%0A  > 567070f docs: document limitation of WithUserAgent (# 1747)%0A  > 561b601 chore(main): release 0.103.0 (# 1738)%0A  > 4248dc3 feat(all): auto-regenerate discovery clients (# 1743)%0A  > ee25e29 feat(googleapi): inject gax apierror.APIError into googleapi.Error (# 1730)%0A  > f8efb95 chore(all): update all (# 1740)%0A  > 9695aa1 feat: rm hard dep on x/sys (# 1742)%0A  > bec0f29 chore(.github): force renovate to use 1.19 (# 1741)%0A  > bbd4259 feat(all): auto-regenerate discovery clients (# 1739)%0A  > de99200 feat(all): auto-regenerate discovery clients (# 1737)%0A  > 0d7f97a chore(main): release 0.102.0 (# 1726)%0A  > 0528475 feat: rely on new compute metadata module directly (# 1736)%0A  > ce57a67 feat(all): auto-regenerate discovery clients (# 1734)%0A  > 1e1eab9 feat(all): auto-regenerate discovery clients (# 1727)%0A  > 0ce5403 test(transport/grpc): fix arg for test failure logs (# 1733)%0A  > 06360d8 feat(all): auto-regenerate discovery clients (# 1725)%0A  > 644a13c chore(main): release 0.101.0 (# 1719)%0A  > f4788b3 feat(all): auto-regenerate discovery clients (# 1723)%0A  > 9ea2ceb chore(all): update all (# 1721)%0A  > 9140608 feat(all): auto-regenerate discovery clients (# 1720)%0A  > 453b81a feat(all): auto-regenerate discovery clients (# 1718)%0A  > d530a93 chore(main): release 0.100.0 (# 1714)%0A  > 37f90e9 feat(internal/gensupport): remove DetermineContentType, use gax-go copy (# 1716)%0A  > b235b1f fix(idtoken): Allow missing age in http response header (# 1715)%0A  > f990a2a feat(all): auto-regenerate discovery clients (# 1717)%0A  > f9e15f2 feat(all): auto-regenerate discovery clients (# 1712)%0A  > e74b770 chore(all): update all (# 1713)%0A  > 977e871 chore(main): release 0.99.0 (# 1710)%0A  > 6b81c83 feat(all): auto-regenerate discovery clients (# 1701)%0A  > 1aa1deb chore(all): update all (# 1707)%0A  > 69fb474 chore: Update ECP dependency to 0.2.0 (# 1704)%0A  > a4ae94d chore(main): release 0.98.0 (# 1700)%0A  > 25b7450 feat(all): auto-regenerate discovery clients (# 1699)%0A  > aa775b4 feat(all): auto-regenerate discovery clients (# 1696)%0A  > faa845a chore(main): release 0.97.0 (# 1694)%0A  > 2c3e863 fix(gensupport): allow initial request for resumable uploads to retry w/ non-nil getBody (# 1690)%0A  > f427ee3 feat(internal/gensupport): wrap retry failures with context and prev error (# 1684)%0A  > 6b0515b fix: build script bash error (# 1697)%0A  > b8f2556 feat(all): auto-regenerate discovery clients (# 1695)%0A  > a87400b feat(all): auto-regenerate discovery clients (# 1693)%0A  > a039966 chore(main): release 0.96.0 (# 1687)%0A  > 0f7c1ed fix: upgrade version of golang.org/x/net (# 1692)%0A  > e801e10 feat(all): auto-regenerate discovery clients (# 1689)%0A  > bc29a6b feat(all): auto-regenerate discovery clients (# 1688)%0A  > ce5ed41 feat(all): auto-regenerate discovery clients (# 1686)%0A  > d63b286 chore(main): release 0.95.0 (# 1678)%0A  > 8c72fb3 feat(all): auto-regenerate discovery clients (# 1680)%0A  > 9a84077 feat(option): officially deprecate ImpersonateCredentials (# 1683)%0A  > 219f166 test: set envvar for integration test (# 1681)%0A  > 991f409 test: integration Tests for Configurable Token Lifespan (# 1657)%0A  > 8757dbf feat(all): auto-regenerate discovery clients (# 1677)%0A  > 608f877 chore(main): release 0.94.0 (# 1668)%0A  > 1b6dbd8 feat(all): auto-regenerate discovery clients (# 1676)%0A  > c0825d4 chore: bump version of oauth lib to latest (# 1675)%0A  > 99c5811 feat(all): auto-regenerate discovery clients (# 1673)%0A  > 9ce1130 feat(all): auto-regenerate discovery clients (# 1672)%0A  > 7158b89 feat(all): auto-regenerate discovery clients (# 1671)%0A  > 07ceb9d docs(option): clarify behavior of WithScopes (# 1670)%0A  > 9ea025d fix(storage): *int64 instead of int64 for Age cond (# 1598)%0A  > c85b305 feat(all): auto-regenerate discovery clients (# 1667)%0A  > 55f563d chore(main): release 0.93.0 (# 1660)%0A  > 62364a2 feat(all): auto-regenerate discovery clients (# 1664)%0A  > d6ee425 feat(google-api-go-generator): Change field PaymentState to pointer (# 1663)%0A  > 3e82e6f feat(all): auto-regenerate discovery clients (# 1662)%0A  > 68e7d49 feat(all): auto-regenerate discovery clients (# 1661)%0A  > f73ea23 feat(all): auto-regenerate discovery clients (# 1652)%0A  > 4fd3439 chore: fix flaky bot (# 1653)%0A  > a90d802 chore(main): release 0.92.0 (# 1651)%0A  > 0e6b5b6 feat(all): auto-regenerate discovery clients (# 1649)%0A  > 825be43 chore: run gofmt -s -l -w . for Go 1.19 (# 1650)%0A  > ceac0bc chore: update vet to run for 1.19 (# 1648)%0A  > 45996f0 feat(all): auto-regenerate discovery clients (# 1646)%0A  > 8942a36 feat(all): auto-regenerate discovery clients (# 1645)%0A  > 6a8be6a feat(all): auto-regenerate discovery clients (# 1643)%0A  > 2dd2fc5 feat(all): auto-regenerate discovery clients (# 1641)%0A  > f706c86 chore: add flakybot (# 1640)%0A  > cea8849 chore(main): release 0.91.0 (# 1638)%0A  > bc14db7 feat(all): auto-regenerate discovery clients (# 1639)%0A  > 3919127 feat(all): auto-regenerate discovery clients (# 1637)%0A  > fc02f1d chore(main): release 0.90.0 (# 1633)%0A  > ba61f52 test: integration Tests for Pluggable Auth (# 1607)%0A  > babdbd1 feat: manual regen (# 1636)%0A  > fdea35f feat(all): auto-regenerate discovery clients (# 1635)%0A  > c824ae8 feat(all): auto-regenerate discovery clients (# 1634)%0A  > a20cd59 feat(all): auto-regenerate discovery clients (# 1632)%0A  > 3a45f5c chore(main): release 0.89.0 (# 1626)%0A  > 09e8e91 feat(all): auto-regenerate discovery clients (# 1631)%0A  > f12fc20 feat(all): auto-regenerate discovery clients (# 1630)%0A  > 934dd5e feat(all): auto-regenerate discovery clients (# 1629)%0A  > 1beaeac feat(all): auto-regenerate discovery clients (# 1627)%0A  > a1878a1 feat(all): auto-regenerate discovery clients (# 1625)%0A  > ed487e6 chore(main): release 0.88.0 (# 1617)%0A  > 9e8aeec feat(all): auto-regenerate discovery clients (# 1624)%0A  > 136bec3 feat(all): auto-regenerate discovery clients (# 1622)%0A  > 948b3c3 feat(all): auto-regenerate discovery clients (# 1620)%0A  > 6fde9e8 feat(all): auto-regenerate discovery clients (# 1619)%0A  > d39390c feat(all): auto-regenerate discovery clients (# 1616)%0A  > efe48de chore(main): release 0.87.0 (# 1605)%0A  > 7532bd6 feat(all): auto-regenerate discovery clients (# 1614)%0A  > 4b4693b feat(all): auto-regenerate discovery clients (# 1613)%0A  > 370775a feat(all): auto-regenerate discovery clients (# 1612)%0A  > 8e67ca4 feat(all): auto-regenerate discovery clients (# 1611)%0A  > 51d527b feat(all): auto-regenerate discovery clients (# 1608)%0A  > a1f0544 feat(all): auto-regenerate discovery clients (# 1606)%0A  > 5e7eede feat(all): auto-regenerate discovery clients (# 1604)%0A  > 8937b91 chore(main): release 0.86.0 (# 1597)%0A  > 2c32faf feat(all): auto-regenerate discovery clients (# 1603)%0A  > 4cc8fa9 chore(all): update all (# 1602)%0A  > ee1c8ab feat(all): auto-regenerate discovery clients (# 1601)%0A  > b5f14dc feat(all): auto-regenerate discovery clients (# 1600)%0A  > 7c6a86c feat(all): auto-regenerate discovery clients (# 1599)%0A  > 493203c feat(all): auto-regenerate discovery clients (# 1596)%0A  > 11792be chore(main): release 0.85.0 (# 1587)%0A  > 25e2e24 chore(gensupport): add retry invocation headers (# 1577)%0A  > c02e08c feat(all): auto-regenerate discovery clients (# 1593)%0A  > 56e960f chore(all): update all (# 1595)%0A  > 8f39c3e feat(all): auto-regenerate discovery clients (# 1592)%0A  > 59d5b95 feat(all): auto-regenerate discovery clients (# 1589)%0A  > 1263cc6 feat(all): auto-regenerate discovery clients (# 1586)%0A  > 18468ac chore(main): release 0.84.0 (# 1575)%0A  > ebbb60c feat(all): auto-regenerate discovery clients (# 1584)%0A  > 1d5389b feat(transport): Integrate with enterprise certificate proxy (# 1570)%0A  > 6b66391 chore(all): update all to d0670ef (# 1582)%0A  > a1e650c feat(all): auto-regenerate discovery clients (# 1581)%0A  > 590733c feat(all): auto-regenerate discovery clients (# 1580)%0A  > 7bba05e feat(all): auto-regenerate discovery clients (# 1576)%0A  > 0d1c9e8 feat(all): auto-regenerate discovery clients (# 1574)%0A  > fc50588 chore(main): release 0.83.0 (# 1567)%0A  > 3524901 chore(all): update all (# 1572)%0A  > c2c6a68 feat(all): auto-regenerate discovery clients (# 1571)%0A  > f12f0bb feat(all): auto-regenerate discovery clients (# 1569)%0A  > 2bdb4a9 feat(all): auto-regenerate discovery clients (# 1566)%0A  > 2ac155a chore(main): release 0.82.0 (# 1559)%0A  > bacf4f4 feat(all): auto-regenerate discovery clients (# 1565)%0A  > 1463524 feat(all): auto-regenerate discovery clients (# 1562)%0A  > 8bbd389 chore(all): update all to 5463443 (# 1564)%0A  > e3ac188 feat(all): auto-regenerate discovery clients (# 1561)%0A  > 3093678 feat(all): auto-regenerate discovery clients (# 1560)%0A  > b041876 docs(idtoken): fix a typo on NewClient method (# 1558)%0A  > 74b48ae feat(all): auto-regenerate discovery clients (# 1557)%0A  > 3ec9784 chore(main): release 0.81.0 (# 1549)%0A  > c40fe28 feat(all): auto-regenerate discovery clients (# 1556)%0A  > 97794a9 feat(all): auto-regenerate discovery clients (# 1553)%0A  > 0e22eae chore(all): update all (# 1555)%0A  > 905c5cc feat(all): auto-regenerate discovery clients (# 1551)%0A  > ecdf959 feat(all): auto-regenerate discovery clients (# 1550)%0A  > ea2c741 feat(all): auto-regenerate discovery clients (# 1548)%0A  > e8e8d59 chore(main): release 0.80.0 (# 1540)%0A  > 06f741f feat(all): auto-regenerate discovery clients (# 1547)%0A  > a96b037 feat(all): auto-regenerate discovery clients (# 1545)%0A  > ab27e7b feat(all): auto-regenerate discovery clients (# 1543)%0A  > d4bf66e feat(all): auto-regenerate discovery clients (# 1541)%0A  > acc2992 feat(all): auto-regenerate discovery clients (# 1539)%0A  > 14304b7 chore(main): release 0.79.0 (# 1532)%0A  > b6a8bd3 feat(all): auto-regenerate discovery clients (# 1538)%0A  > edb8ac6 feat(all): auto-regenerate discovery clients (# 1535)%0A  > 7f9e9e2 chore(all): update all to 988cb79 (# 1536)%0A  > 72b16d7 feat(all): auto-regenerate discovery clients (# 1534)%0A  > ffe3471 feat(all): auto-regenerate discovery clients (# 1533)%0A  > 43a3732 feat(all): auto-regenerate discovery clients (# 1531)%0A  > 5ba22f1 chore(main): release 0.78.0 (# 1529)%0A  > 3d4ea5e feat(all): auto-regenerate discovery clients (# 1530)%0A  > 6131a7d chore(all): update all (# 1528)%0A  > 5cdbe26 feat(all): auto-regenerate discovery clients (# 1527)%0A  > aff4922 chore(main): release 0.77.0 (# 1526)%0A  > 138823b feat: regen cloudcommerceprocurement v1 (# 1525)%0A  > fe1f16c chore(all): update actions/github-script action to v6 (# 1441)%0A  > 5cffc8c chore(main): release 0.76.0 (# 1520)%0A  > 9b3cabe feat(all): auto-regenerate discovery clients (# 1523)%0A  > fa8b991 feat(all): auto-regenerate discovery clients (# 1522)%0A  > dea6b02 feat(all): auto-regenerate discovery clients (# 1521)%0A  > d72fb11 feat(all): auto-regenerate discovery clients (# 1518)%0A  > 7027839 chore(main): release 0.75.0 (# 1497)%0A  > 12c0cb2 chore: update CI script to run on 1.18 (# 1508)%0A  > 4145f3d feat(all): auto-regenerate discovery clients (# 1516)%0A  > c75dc07 chore(all): update all (# 1515)%0A  > 11035bd feat(all): auto-regenerate discovery clients (# 1514)%0A  > 95e21aa feat(all): auto-regenerate discovery clients (# 1513)%0A  > 89f1c62 feat(all): auto-regenerate discovery clients (# 1511)%0A  > 6944086 feat(all): auto-regenerate discovery clients (# 1510)%0A  > d0006d4 feat(all): auto-regenerate discovery clients (# 1509)%0A  > f39fdcc chore(all): update all to aac1ed4 (# 1507)%0A  > d621bc9 feat(all): auto-regenerate discovery clients (# 1504)%0A  > d349e85 feat(transport): remove grpc version guard (# 1506)%0A  > eeb33c7 feat(all): auto-regenerate discovery clients (# 1503)%0A  > 2425be6 feat(all): auto-regenerate discovery clients (# 1500)%0A  > 5bd40ca chore(all): update all to 749bd19 (# 1501)%0A  > a897ca4 feat(all): auto-regenerate discovery clients (# 1498)%0A  > 788bfff feat(all): auto-regenerate discovery clients (# 1496)%0A  > 9d43e7d chore(main): release 0.74.0 (# 1481)%0A  > c53496e feat(all): auto-regenerate discovery clients (# 1495)%0A  > 12af56f chore: add debug info (# 1494)%0A  > 60f8145 feat(all): auto-regenerate discovery clients (# 1492)%0A  > 2e5fe2d chore(all): update all to de3da57 (# 1491)%0A  > 07708c5 feat(all): auto-regenerate discovery clients (# 1490)%0A  > c6e75d1 feat(all): auto-regenerate discovery clients (# 1489)%0A  > 0be1ec1 feat(all): auto-regenerate discovery clients (# 1488)%0A  > 123571c chore(all): update all (# 1487)%0A  > 5a60966 feat(all): auto-regenerate discovery clients (# 1486)%0A  > db51ba4 feat(all): auto-regenerate discovery clients (# 1483)%0A  > d1de029 feat: re-enable playintegrity api generation (# 1482)%0A  > ab15d06 feat(all): auto-regenerate discovery clients (# 1480)%0A  > fe42dff chore(main): release 0.73.0 (# 1478)%0A  > 0922a63 feat(all): prefer using WithDefaultScope option internally (# 1476)%0A  > 948cb4a feat(all): auto-regenerate discovery clients (# 1477)%0A  > 6100952 chore(main): release 0.72.0 (# 1471)%0A  > 85b8ff9 chore(all): update all (# 1475)%0A  > e550ff4 feat(all): auto-regenerate discovery clients (# 1474)%0A  > 83dfa07 docs: removed stale comment (# 1473)%0A  > ab9ff8c chore: remove build tags for go versions < 1.15 (# 1461)%0A  > 314c94b feat(all): auto-regenerate discovery clients (# 1472)%0A  > 6826fe2 feat(all): auto-regenerate discovery clients (# 1470)%0A  > 3d588dd chore(main): release 0.71.0 (# 1454)%0A  > 937d36f feat(all): auto-regenerate discovery clients (# 1469)%0A  > 33ba990 feat(internal/gensupport): add net.ErrClosed to default retry (# 1462)%0A  > bf3225e feat(all): auto-regenerate discovery clients (# 1467)%0A  > 94d6c1d chore(all): update google.golang.org/genproto commit hash to 325a892 (# 1468)%0A  > 76a2c21 feat(all): auto-regenerate discovery clients (# 1466)%0A  > 398f9e8 feat(all): auto-regenerate discovery clients (# 1465)%0A  > e8805bc feat(all): auto-regenerate discovery clients (# 1464)%0A  > 4df1039 feat(all): auto-regenerate discovery clients (# 1463)%0A  > 7331451 feat(all): auto-regenerate discovery clients (# 1457)%0A  > 6aeb511 chore(all): update all (# 1458)%0A  > 8a3061f feat(all): auto-regenerate discovery clients (# 1455)%0A  > 0954e33 feat(all): auto-regenerate discovery clients (# 1453)%0A  > aa4b661 chore(main): release 0.70.0 (# 1446)%0A  > 459ebe0 feat(all): auto-regenerate discovery clients (# 1450)%0A  > 78984df chore(all): update all (# 1451)%0A  > 7bce545 feat(transport): add an env variable to disable DirectPath (# 1447)%0A  > 64db4b6 feat(all): auto-regenerate discovery clients (# 1449)%0A  > 0fe9f5f feat(all): auto-regenerate discovery clients (# 1448)%0A  > 7dec2b0 feat(all): auto-regenerate discovery clients (# 1444)%0A  > d8d1dd6 chore(main): release 0.69.0 (# 1429)%0A  > ed89fcb feat(all): auto-regenerate discovery clients (# 1443)%0A  > f47d942 chore(all): update all (# 1440)%0A  > 34437da feat(all): auto-regenerate discovery clients (# 1439)%0A  > ae341d5 feat(all): auto-regenerate discovery clients (# 1438)%0A  > c01dedc feat(all): auto-regenerate discovery clients (# 1437)%0A  > 50051fb chore: add PATH and HOME to cmds (# 1436)%0A  > 81492cc chore(internal/kokoro): add more debug info (# 1435)%0A  > 4499c41 fix(internal/kokoro): path to module root to run discogen (# 1433)%0A  > 14d6bf5 chore: add a script that invoke regen (# 1432)%0A  > ef89845 fix(gensupport): cover ChunkRetryDeadline edge case (# 1430)%0A  > 331bc9e feat: bump grpc and x/net (# 1428)%0A  > 79cd91d chore: remove synth.py (# 1427)%0A  > 31eaf11 chore(main): release 0.68.0 (# 1420)%0A  > f025530 fix: start reporting a meaningful version in headers (# 1426)%0A  > 5a35af5 feat(all): auto-regenerate discovery clients (# 1422)%0A  > 16cbba8 chore(all): update all (# 1423)%0A  > ca3165c chore(all): update all (major) (# 1412)%0A  > b28419f feat(all): auto-regenerate discovery clients (# 1419)%0A  > 9eaba81 fix(googleapi): fill response headers in Error (# 1418)%0A  > 6db1fa9 chore(main): release 0.67.0 (# 1413)%0A  > 6461d8f chore: run go mod tidy (# 1417)%0A  > f78a0f8 feat(all): auto-regenerate discovery clients (# 1416)%0A  > c987a5b feat(gensupport): per-chunk deadline configs (# 1414)%0A  > e40d61b feat(all): auto-regenerate discovery clients (# 1415)%0A  > a584462 feat(all): auto-regenerate discovery clients (# 1410)%0A  > 974d87e chore(all): update all (# 1411)%0A  > 51d1f3f chore: add new regen code (# 1403)%0A  > 5322ee8 chore(main): release 0.66.0 (# 1396)%0A  > 01c8604 feat(all): auto-regenerate discovery clients (# 1408)%0A  > 71e47d1 feat(all): auto-regenerate discovery clients (# 1407)%0A  > d972e9a feat(all): auto-regenerate discovery clients (# 1406)%0A  > 46a046b feat(all): auto-regenerate discovery clients (# 1405)%0A  > e4d33f2 feat(all): auto-regenerate discovery clients (# 1404)%0A  > 576ebbf feat(internal/gensupport): add 408 to default retry (# 1397)%0A  > 2f7c9e0 Adding import references in examples/customsearch (# 1399)%0A  > b6f8296 chore(all): update all (# 1400)%0A  > f3223f8 Switch drive.go to v3 API (# 1334)%0A  > 33250c0 feat(all): auto-regenerate discovery clients (# 1394)%0A  > c890ff5 chore(main): release 0.65.0 (# 1392)%0A  > 0f18957 feat(all): auto-regenerate discovery clients (# 1391)%0A  > a72c2ca chore(all): update all (# 1389)%0A  > 0848de1 feat(all): auto-regenerate discovery clients (# 1390)%0A  > e933e2a feat(all): auto-regenerate discovery clients (# 1388)%0A  > 057ba53 feat(all): auto-regenerate discovery clients (# 1387)%0A  > 9b7e98a feat(all): auto-regenerate discovery clients (# 1385)%0A  > 4cbaa9a chore: release 0.64.0 (# 1350)%0A  > 6f9d2fb feat(all): auto-regenerate discovery clients (# 1384)%0A  > e10082d fix(internal/gensupport): check ctx in chunk retry (# 1364)%0A  > 5063cf3 feat(all): auto-regenerate discovery clients (# 1382)%0A  > 3c780a6 feat(all): auto-regenerate discovery clients (# 1381)%0A  > 480c39e feat(all): auto-regenerate discovery clients (# 1379)%0A  > c483509 feat(all): auto-regenerate discovery clients (# 1378)%0A  > f02fca3 feat(all): auto-regenerate discovery clients (# 1377)%0A  > 6b71f8e feat(all): auto-regenerate discovery clients (# 1376)%0A  > 67b623e feat(all): auto-regenerate discovery clients (# 1375)%0A  > 5b1d74b chore(all): update google.golang.org/genproto commit hash to 3ac035c (# 1371)%0A  > f96659b feat(all): auto-regenerate discovery clients (# 1374)%0A  > b98052e feat(all): auto-regenerate discovery clients (# 1372)%0A  > 879fd18 feat(all): auto-regenerate discovery clients (# 1370)%0A  > 5b0277f feat(all): auto-regenerate discovery clients (# 1368)%0A  > e8b02d9 feat(all): auto-regenerate discovery clients (# 1366)%0A  > 436de07 feat(all): auto-regenerate discovery clients (# 1365)%0A  > 3837608 chore(all): update all (# 1355)%0A  > ecb0cdf feat(all): auto-regenerate discovery clients (# 1362)%0A  > e84950f feat(transport): remove google-c2p dependence to DirectPath (# 1361)%0A  > 520b227 fix(internal/gensupport): Make SendRequestWithRetry check for canceled contexts twice (# 1359)%0A  > 07d8e2c transport: update xds  directpath xds scheme (# 1357)%0A  > 0f5a4b2 feat(all): auto-regenerate discovery clients (# 1360)%0A  > 8fed2c8 feat(all): auto-regenerate discovery clients (# 1356)%0A  > fef920c feat(all): auto-regenerate discovery clients (# 1354)%0A  > 64fd298 feat(all): auto-regenerate discovery clients (# 1353)%0A  > 8d31dc9 feat(all): auto-regenerate discovery clients (# 1352)%0A  > 6e751dc feat(all): auto-regenerate discovery clients (# 1351)%0A  > 6152e8a feat(all): auto-regenerate discovery clients (# 1349)%0A  > 27de32e chore: release 0.63.0 (# 1342)%0A  > 8d2eca8 feat(internal/gensupport): add configurable retry (# 1324)%0A  > 9d66b44 chore(all): update all (# 1347)%0A  > 9652438 feat(all): auto-regenerate discovery clients (# 1348)%0A  > 3e3f769 feat(all): auto-regenerate discovery clients (# 1345)%0A  > 79d487f feat(all): auto-regenerate discovery clients (# 1344)%0A  > e4cc432 feat(all): auto-regenerate discovery clients (# 1343)%0A  > 7673ffe feat(all): auto-regenerate discovery clients (# 1341)%0A  > 5d28b6d chore: release 0.62.0 (# 1330)%0A  > c06faf5 feat(transport): pass call credentials to grpc-go for DirectPath (# 1297)%0A  > 3799960 feat(all): auto-regenerate discovery clients (# 1339)%0A  > 3787e3a feat(all): auto-regenerate discovery clients (# 1338)%0A  > d6130c8 chore: update gRPC version (# 1337)%0A  > 951029f chore(all): update all (# 1335)%0A  > adacce9 feat(all): auto-regenerate discovery clients (# 1336)%0A  > c20deea feat(all): auto-regenerate discovery clients (# 1333)%0A  > 1d7526a feat(all): auto-regenerate discovery clients (# 1332)%0A  > 3789a71 feat(all): auto-regenerate discovery clients (# 1329)%0Abumping go.opencensus.io 49838f2...b1a01ee:%0A  > b1a01ee Add started RPC metric for client and server side (# 1283)%0A  > 0bf7faa Fix CI, and update testify (# 1284)%0A  > 0521206 Passing capacity to make() in place of length.  (# 1276)%0A  > c2a62a2 fix: Add function to stop the defaultWorker (# 1272)%0A  > bf52d9d  Remove `convTslice` calls in Record()  (# 1268)%0A  > ad0b46e Precompute encodeWithKeys buffer size to avoid resizes (# 1269)%0A  > a55fb71 Optimize `Record()` to avoid extra allocations  (# 1267)%0A  > dcf8515 Fix formatting to pass with go1.17 (# 1270)%0A  > fb455b0 Remove @rakyll from codeowners (# 1256)%0A  > f5c4b39 Bump version to next expected release (# 1257)%0Abumping golang.org/x/time 90d013b...2c09566:%0A  > 2c09566 rate: the state of the limiter should not be changed when the requests failed%0A  > 80b9fac x/time/rate: add rate.Sometimes, which runs a function occasionally.%0A  > f3bd1da rate: add TokenAt and Tokens methods to Limiter.%0A  > 2ce7c29 rate: use constant to avoid repeated definitions%0A  > e5dcc9c A+C: delete AUTHORS and CONTRIBUTORS%0A  > 579cf78 rate: use fake time for testing%0A  > 583f2d6 all: gofmt%0A  > 1424b61 rate: extend maximum-delay slop to all platforms%0A  > 0e9765c rate: extend timing tolerances on Android and Plan9%0Abumping golang.org/x/sync 8fcdb60...1ea3257:%0A  > 1ea3257 singleflight: make the check for exec support in TestPanicDoChan platform-agnostic%0Abumping knative.dev/pkg 6eb4b40...5ef4812:%0A  > 5ef4812 Update community files (# 2762)%0A  > 49e2e56 update google cloud deps (# 2758)%0A  > a5e0b92 upgrade to latest dependencies (# 2757)%0Abumping golang.org/x/tools d0863f0...031fc75:%0A  > 031fc75 gopls/internal/regtest/bench: don't run the iwl test with -short%0A  > f477bf4 gopls/internal/lsp/source/completion: avoid Snapshot.CachedPackages%0A  > b72edd1 gopls/internal/lsp/filecache: GOPLS_CACHE -> GOPLSCACHE%0A  > d566927 gopls/internal/lsp/regtest: add @suggestedfix marker%0A  > fdb0da6 gopls/internal/regtest/bench: add a benchmark for diagnosing a change%0A  > 6eb432f gopls/internal/regtest/bench: add benchmarks in a wider variety of repos%0A  > c91d0b8 gopls/internal/lsp/source: guard against concurrent writes in xrefs%0A  > c0742f5 go.mod: update golang.org/x dependencies%0A  > 21d2256 gopls/internal/lsp/cache: make type-checking incremental%0A  > ae05609 internal/lsp/cache: add an LRU parse cache%0A  > de54582 gopls/internal/lsp/filecache: process batches of stats before sleeping%0A  > bc2e2c2 gopls/internal/regtest/bench: support benchmarking multiple repos%0A  > 7c35ddf gopls/internal/lsp: stop using ast.Ident.Obj%0A  > 4942052 gopls/protocol/generate: remove more special cases%0A  > ef396af gopls: sync staticcheck@v0.4.2%0A  > fbb25cb gopls: use go generate consistently%0A  > 096bae8 internal/gcimporter: document non-idempotence of export∘import%0A  > 120642f gopls/internal/bug: fix a bug in the bug package%0A  > 0d741d5 cmd/present: update styles for markdown-generated slides%0A  > 902ee93 gopls/internal/lsp/source: remove 2nd last call to CachedImportPaths%0A  > b0fcf2a gopls/internal/lsp/source: simplify 'stub methods'%0A  > f98fce2 go/types/objectpath: add encoder type, to amortize allocation%0A  > 2e10748 gopls/internal/lsp/protocol: improve generated godoc for LSP types%0A  > 4906a71 gopls/internal/lsp/source: add documentation links to hover%0A  > 3ec30bd gopls/internal/lsp/cache: request EmbedFiles from go/packages%0A  > 25d2519 gopls/internal/lsp: support more cases of definition on linkname directive.%0A  > e85b533 gopls/protocol: remove stub special cases%0A  > 193023c go/ssa: substitute type parameters in local types%0A  > 3102dad gopls/internal/regtest/bench: move benchmarks into separate files%0A  > d9c6b88 gopls/internal/regtest/bench: add a proper benchmark for initial load%0A  > e5b9948 gopls/internal/lsp/source: use metadata files for workspace symbols%0A  > ad4fc28 gopls/internal/lsp/cache: pre-compute load diagnostics%0A  > e5c9e63 gopls/internal/lsp/regtest: add @rename marker tests%0A  > a30296b gopls/internal/lsp/filecache: purge empty directories%0A  > 268cb0b go/ssa/interp: skip typeparam/issue58513.go%0A  > d87a100 go/ssa: skip typeparam/issue58513.go%0A  > 5e7c67d gopls/internal/lsp/regtest: factor marker error reporting%0A  > d4c13e6 gopls/internal/lsp/source: eliminate Snapshot.FileSet%0A  > 0bd0228 gopls/internal/lsp/source: don't rely on global FileSet when stubbing%0A  > c3550e9 cmd/present: use embed, drop native client%0A  > 6baf6e8 gopls/internal/lsp/source: 'references' cleanups%0A  > 64f9d62 gopls/internal/lsp/source/rename: use incremental algorithm%0A  > c8e8b3b gopls/internal/lsp: eliminate source.RelatedInformation%0A  > fdfdda5 gopls: fix Kokoro failures with Go 1.18%0A  > 0e300d3 gopls/protocol: remove some special cases in stubs%0A  > 80afb09 gopls/internal/lsp/source: multiline errors from rename%0A  > 352e41a internal/gcimporter: updates how imports are handled in unified IR%0A  > 72d72f9 go/ssa: temporarily skip the 'net' package in TestStdlib%0A  > a9792b2 go/loader: temporarily skip TestCgoOption on darwin%0A  > eec389d gopls/doc: fix typos in Neovim documentation%0A  > 668845e gopls: update usage instructions for latest neovim version%0A  > b15a5bc gopls/internal/lsp/source: rewrite hover%0A  > 650ae30 gopls/internal/regtest/marker: more tests for embedding and linking%0A  > b18ca0d gopls/internal/lsp/regtest: always compare updated marker test content%0Abumping knative.dev/hack fc42790...cc92cdb:%0A  > cc92cdb Replace test-infra with toolbox (# 297)%0Abumping golang.org/x/mod b710602...69aa7ac:%0A  > 69aa7ac sumdb/tlog: fuzz tests for parsers%0Abumping golang.org/x/oauth2 3607514...839de22:%0A  > 839de22 google: don't check for IsNotExist for well-known file%0A  > 0690208 go.mod: update golang.org/x dependencies%0A  > 451d5d6 internal: remove repeated definite articles%0A  > cfe200d oauth2: parse RFC 6749 error response

Signed-off-by: Knative Automation <automation@knative.team>
2023-07-10 20:18:12 +00:00
Knative Automation 19673150e4
Update community files (#763)
Signed-off-by: Knative Automation <automation@knative.team>
2023-07-10 01:43:41 +00:00
Kenjiro Nakayama 0ba05f9fb2
Bump google.golang.org/grpc to the latest version (#761) 2023-07-07 01:18:43 +00:00
Knative Automation bdb9c4888f
upgrade to latest dependencies (#758)
bumping knative.dev/pkg 74c4be5...6eb4b40:%0A  > 6eb4b40 Update community files (# 2760)%0A  > eb63a40 Support to set qps and burst via env variable (# 2755)%0Abumping knative.dev/hack a861c8e...fc42790:%0A  > fc42790 Update community files (# 296)%0A  > d7586a2 Update e2e kntest link (# 295)

Signed-off-by: Knative Automation <automation@knative.team>
2023-07-06 02:00:40 +00:00
Knative Automation 26599e7e37
Update community files (#759)
Signed-off-by: Knative Automation <automation@knative.team>
2023-06-28 11:01:56 +00:00
Knative Automation 38a807574e
upgrade to latest dependencies (#757)
bumping knative.dev/hack 5b7907f...a861c8e:%0A  > a861c8e Update community files (# 294)%0Abumping knative.dev/pkg 5671699...74c4be5:%0A  > 74c4be5 Generate kresource duck type codegen (# 2754)%0A  > 4dbc312 fix boilerplate (# 2753)%0A  > 15605c7 Defaulting Controller options for all kind of webhooks (# 2738)%0A  > 94b81fc Update community files (# 2752)

Signed-off-by: Knative Automation <automation@knative.team>
2023-06-15 18:55:48 +00:00
knative-automation 6d4828eeb3
Update community files (#756)
Signed-off-by: Knative Automation <automation@knative.team>
2023-06-06 02:08:28 +00:00