mirror of https://github.com/knative/caching.git
11 Commits
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
2a0991fd01
|
upgrade to latest dependencies (#879)
bumping golang.org/x/net 66e838c...e2310ae:
> e2310ae go.mod: update golang.org/x dependencies
> 77708f7 quic: skip tests which depend on unimplemented UDP functions on Plan 9
> 9617c63 http2: avoid Transport hang with Connection: close and AllowHTTP
bumping golang.org/x/sys 673e0f9...faed7ec:
> faed7ec unix: add PthreadChdir and PthreadFchdir on darwin
> c892bb7 unix: fix MmapPtr test failing on OpenBSD
> a0ef40a unix: fix MremapPtr test failing on NetBSD
> daa2394 unix: add unsafe mmap, munmap, mremap
> 7670087 windows: add GetAce Windows API
> 348425a windows/svc: do not pass theService to windows.RegisterServiceCtrlHandlerEx
bumping golang.org/x/tools bc6931d...33be3ef:
> 33be3ef go.mod: update golang.org/x dependencies
> 0e7ccc0 gopls/internal/golang: provide version info for stdlib in pkgdoc
> fcf5463 gopls/internal/server: add counters to inform v0.17.0
> 70a59b2 gopls/doc: respond to Hana's review of CL 583316
> 799a471 gopls/doc: document all of gopls' features
> 2e239ad gopls/internal/golang: provide version info for stdlib fields
> bc15dd8 gopls/internal/analysis/fillstruct: use package name (not path) in UI
> 72edac2 internal/typeparams: fix crash in interface hover with empty type set
> c0ae6bb gopls/internal/golang: splitlines: s/parameter/arguments/ in CallExpr
> 5cc2d0b gopls/internal/golang: splitlines: remove workaround for golang/go# 68202
> 6916077 gopls/internal/golang: don't panic when findKeyword fails
> 8fa4173 gopls/internal/server: conditionally prompt for telemetry
> b9a361a gopls/internal/golang: provide version info for stdlib methods
> dd9d554 go/ast/astutil: PathEnclosingInterval: add missing FuncType nodes
> 3db1ddb gopls/internal/golang: provide available version info in stdlib hover
> 008ed2c gopls/internal/golang/completion: fix package clause completion suffix
> b297f5a gopls/internal/golang: s/return values/results/
> b5bfa9c gopls/internal/fuzzy: move the fuzzy package to gopls
> 02912f7 gopls/internal/cache: lift package caching to forEachPackage
> e7f294d gopls/matcher: don't give bonus to case insensitive match
> 480a22d gopls/completion: don't take address of interfaces for "%p" values
> 3151270 gopls/internal: add code action "extract declarations to new file"
> 850c7c3 gopls: skip failing tests on wasm/wasip1
> dc34122 gopls/internal/golang: fix hovering from the builtin file
> 1028e30 gopls/internal/settings: remove fieldalignment analyzer
> 5fefc65 go/analysis/passes/stringintconv: do not generate empty edits
> 1e6c1e2 gopls/internal/golang: strip @v1.2.3 suffix from pkgdoc URLs
> 7de8d0a gopls/internal/analysis/simplifyrange: reenable on range-over-func
> c9675c2 internal/refactor/inline: avoid unnecessary import renames
> f06ed92 gopls/internal/settings: define InlayHints enum
> 833def6 gopls/internal/settings: move CodeActionKind values from protocol
> 47bd819 gopls/internal/server: fix CSS typo
> df4e862 gopls/internal/settings: minor cleanups
> 4a26477 internal/refactor/inline: allow duplicable type conversions
> db513b0 go/ssa: wait for shared functions to finish building
> 8a45e6c go/analysis/passes/asmdecl: define register-ABI result registers for loong64
> dfdfa49 go/types/objectpath: support Signature.RecvTypeParams
> 2d104ec gopls/doc/generate: treat LinksInHover as an enum
> b994346 gopls/doc/assets: create dummy submodule for image files
> 18e694b gopls/doc/release: finalize v0.16.0 release notes
> 99779e9 gopls/internal/settings: move CodeLensSource from protocol
> 9bf0e21 gopls/internal/test/integration/misc: skip asm test unless a{rm,md}64
> f2d2ebe go/analysis/passes/buildtag: retire Go 1.15 support
> 1239d04 gopls/internal/golang: Hover: use internal pkg doc viewer
> 6ece8fb gopls/internal/golang: improve ergonomics of "Browse documentation"
> 693d7fe gopls/internal/settings: simplify SetOptions
> 977f6f7 go/packages: move getSizesForArgs back
> 6a8bc5f gopls/internal/lsp/source: ignore lambdas in call hierarchy
> b5dbe8b gopls/internal/golang: s/View/Browse/ for browser-based features
> 2ca6abe gopls: expand on documentation about version support changes
> b59dd37 go/analysis: document interpretation of multiple diagnostics
> 4419f4f go/analysis/passes/stringintconv: offer fix of fmt.Sprint(x)
> a69d9a2 internal/analysisinternal: AddImport helper for inserting imports
> db99e8a gopls/internal/test/integration/misc: skip ASM assertions on risc64
> a852b25 gopls/doc/release: update gopls release notes for language support
> 03d7125 gopls/doc/emacs.md: use more precise before-save terminology
> e4b0a18 internal/checker: run despite all errors
> f45db9b internal/protocol/command: regenerate commands to fix build
> 568dea1 gopls: update x/telemetry dependency
> 82912d2 internal/imports: fix starvation in external candidate search
> 3e94830 internal/imports: optimize package path filtering
> dddd55d go/ssa: fixing Named type substitution
> 46928a5 gopls: fix StmtToInsertVarBefore for switch stmts
> 318adf2 gopls/internal/protocol/command/gen: omit unnecessary MarshalArgs calls
> bffeaaa gopls/internal/golang: s/Show/View/ for web-based reports
> a9021a5 go/ssa: export Defer.DeferStack field
> ae52477 cmd/deadcode: fix nil panic in Edge.Site.Pos
> 82be0b4 gopls/internal/server: return a non-nil slice for empty token result
> 413a491 gopls/internal/golang: factor the 3 web reports
> f41a407 gopls/internal/golang: Web, an abstraction of server.web
> f5a26d2 gopls/internal/server: simplify FreeSymbols plumbing
> 0341917 gopls/internal/cache: stop module cache refresh on view shutdown
> 8f4c6b0 gopls/internal/test/integration/misc: fix build
> 15d13c3 gopls/internal/golang: add "Show assembly of f" code action
> a35b054 gopls/internal/test/integration: style tweaks to CodeAction
> fc82f4e gopls/internal/protocol/command: use gopls.foo form everywhere
> c24ae10 gopls/internal/cmd: cleanup progress handling
> 6e3b208 gopls/internal/test: add test case for parameter rename match import
> 5e0f1d8 gopls/internal/server: fix regression in organize imports code action
> 1c73966 internal/imports: add a warning not to remove the fixImports seam
> d9366dd internal/imports: restore fixImports extension point
> 8bf61b8 gopls/internal/cache: fix module resolver cache refreshing
> 7522327 gopls/rename: Fix spurious package name conflicts.
> 5e43887 internal/stdlib: generate from api/next/*.txt (go1.23) too
bumping golang.org/x/mod c0bdc7b...d58be1c:
> d58be1c sumdb/tlog: set the hash of the empty tree according to RFC 6962
> 232e49f Revert "module: add COM0 and LPT0 to badWindowsNames"
bumping knative.dev/pkg 3f6a546...b4e5f07:
> b4e5f07 Bump google.golang.org/grpc from 1.64.0 to 1.65.0 (# 3073)
> fe204d0 Bump golang.org/x/net from 0.26.0 to 0.27.0 (# 3072)
> 9dc5206 Bump golang.org/x/tools from 0.22.0 to 0.23.0 (# 3074)
> 7ecd548 Update community files (# 3071)
bumping golang.org/x/term 5f0bb72...c976cb1:
> c976cb1 go.mod: update golang.org/x dependencies
bumping knative.dev/hack 0914314...b979959:
> b979959 Update community files (# 387)
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
|
23ec42b218
|
upgrade to latest dependencies (#873)
bumping knative.dev/pkg 1709961...15e6cdf:
> 15e6cdf Bump golang.org/x/tools from 0.21.0 to 0.22.0 (# 3053)
> 543dda5 Bump google.golang.org/api from 0.182.0 to 0.183.0 (# 3054)
> 9b7c2c5 Bump github.com/prometheus/common from 0.53.0 to 0.54.0 (# 3052)
> 8119179 Update community files (# 3050)
> 58135c2 Extra logging for leases (# 3049)
> fce44ea Maybe fix controller ha (# 3046)
bumping github.com/prometheus/client_model d56cd79...571429e:
> 571429e Merge pull request # 86 from prometheus/repo_sync
> 6fe5007 Merge pull request # 85 from prometheus/repo_sync
> cc727ab Update common Prometheus files
> 64c33c9 Merge pull request # 84 from prometheus/dependabot/go_modules/google.golang.org/protobuf-1.33.0
> bce87c1 Update common Prometheus files
> 5c25993 Merge pull request # 82 from prometheus/repo_sync
> d954a8a Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
> 01ca24c Merge pull request # 81 from prometheus/repo_sync
> bb45f95 Update common Prometheus files
> ccd6823 Update common Prometheus files
bumping github.com/prometheus/common e54e4df...789222a:
> 789222a Merge pull request # 627 from freak12techno/add-time-template-helpers
> 6846990 Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /sigv4 (# 639)
> b2fc541 Merge branch 'main' into add-time-template-helpers
> f93a89e Bump github.com/aws/aws-sdk-go from 1.51.32 to 1.53.14 in /sigv4 (# 638)
> 9f1953b chore: review fixes
> 3ddc148 Merge pull request # 636 from prometheus/repo_sync
> 4f7cf6e Update helpers/templates/convert_to_float.go
> 6b9921f Refactored oauth2RoundTripper.RoundTrip (# 634)
> 2b9d805 Update common Prometheus files
> b9d8f7c Update helpers/templates/humanize_duration.go
> a7407da Add support for secret refs (# 572)
> 80e630e Update helpers/templates/humamize_duration_test.go
> 260bf03 Add common interface to fetch secrets in HTTP client config (# 538)
> 270171b chore: fixed go.mod again
> 58f58f8 Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 (# 629)
> c5c1b1d chore: revert gitignore
> 20d77e7 Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1 (# 631)
> 5bde41a chore: probably fixed CI
> b2390e6 Bump golang.org/x/net from 0.23.0 to 0.24.0 (# 630)
> 9248aab feat: add time template helpers
> d725e1b Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (# 628)
> befd598 Bump github.com/aws/aws-sdk-go from 1.51.11 to 1.51.32 in /sigv4 (# 632)
> 54517e0 Update common Prometheus files (# 633)
> 36303a8 Merge pull request # 416 from roidelapluie/headers
> 5c108f8 Bump golang.org/x/net from 0.22.0 to 0.23.0 (# 623)
> aeb616a Add HTTP headers support to common HTTP client.
> 2cd1b1a Bump golang.org/x/net from 0.22.0 to 0.23.0 in /sigv4 (# 624)
bumping golang.org/x/oauth2 84cb9f7...5fd4241:
> 5fd4241 google: update compute token refresh
bumping golang.org/x/text 8d533a0...9c2f3a2:
> 9c2f3a2 cmd/gotext: fix segfault in extract & rewrite commands
> 59e1219 message: optimize lookupAndFormat function for better performance
> a20a3e2 x/text: update x/tools for go/ssa range-over-func fix
bumping google.golang.org/genproto/googleapis/api 0867130...d264139:
> d264139 chore(all): update all (# 1128)
> dc85e6b chore(all): auto-regenerate .pb.go files (# 1129)
> fc5f0ca chore: min Go version to 1.20 (# 1127)
bumping google.golang.org/genproto/googleapis/rpc d264139...5315273:
> 5315273 chore(all): update all (# 1131)
> a332354 chore(all): auto-regenerate .pb.go files (# 1130)
bumping golang.org/x/tools cc29c91...bc6931d:
> bc6931d go.mod: update golang.org/x dependencies
> 1767b14 go/ssa: remove code with no effect
> 2088083 internal/gocommand: add more debug info for hanging go commands
> f1a3b12 internal/imports: FixImports should be cancellable
> 4478db0 go/analysis/passes/copylock: suppress error in ill-typed code
> 018d3b2 gopls: warn about Go 1.19 and Go 1.20
> 58cc8a4 gopls/internal/filecache: suppress gc in tests
> b623539 gopls/internal/cache: suppress "internal" import check on Bazel
> 1e9d12d go/packages: pass -overlay to all 'go list' invocations
> 3c293ad internal/cache: invalidate broken imports when package files change
> 5eff1ee gopls/internal/cache: check viewMap before altering views
> da9cad4 go/packages: avoid unnecessary "realpath" on pwd
> 71b7fa9 go/callgraph/vta: save some heap allocations in the trie implementation
> 2f8e378 go/callgraph/vta: remove graph successors method
> 624dbd0 go/analysis/passes/stringintconv: post gotypesalias=1 tweak
> 4669dc7 gopls/internal/test/marker: simplify seedCache file
> 6887e99 gopls/internal/cache: use a better view in viewOfLocked
> bd624fd gopls: make tests tolerant of new go/types error format
> 2e977dd internal/drivertest: evaluate symlink before calling packages.Load
> 8d54ca1 gopls/internal/test/marker: seed the cache before running tests
> 01018ba Revert "gopls/internal/settings: enable semantic tokens by default"
> 019da39 gopls/internal/golang: OutgoingCalls: fix crash on unsafe.Slice
> 30c880d gopls/internal/cache: improve missing import error message
> d017f4a go/packages/internal/drivertest: a package for a fake go/packages driver
> e229045 go/callgraph/vta: avoid some temporary data structures using callbacks
> 0215a5b go/packages: document fields that are part of JSON schema
> f10a0f1 gopls/internal/golang: skip TestFreeRefs on js
> d940b33 gopls/internal/server: support InsertReplaceEdit completion
> e635bfa gopls/internal/golang: unexport more declarations
> 7045d2e go/analysis/passes/nilness: fix bug with MakeInterface(TypeParam)
> e1b14a1 gopls/internal/server: avoid VS Code lightbulb
> 34db5bc gopls: initial support for godebug directive in go.mod and go.work
> 56f50e3 gopls/doc: split codelenses out of settings
> 3629652 gopls/internal/analysis/simplifyrange: suppress on range-over-func
> fb52877 all: sync golang.org/x/telemetry@bda5523
> 4646dbf gopls/internal/protocol: customize InsertReplaceEdit JSON unmarshal
> bc5e086 gopls/internal/golang: unexport several functions
> 32cec11 gopls/internal/test/integration: fix race in TestGCDetails_Toggle
> c3aae99 gopls/doc: tidy up analyzer documentation
> 41211c8 gopls/internal/golang: fix bug in freeRefs algorithm
> 788d39e gopls/internal/golang: "Show free symbols" code action
> f73683e gopls/internal/golang: remove test debugging aix-ppc64 issue
> 0b4dca1 gopls/internal/protocol: separate CodeLens from Command; document
> 8cf8c6f internal/test/integration: materialize startedWork and completedWork
> de1032b gopls: remove dead code
> 499663e all: fix function names in comment
> c184dd7 internal/test/marker: skip basiclit.txt on ppc64
> 1f300c9 gopls: upgrade x/telemetry to pick up CL 586195
> fd7deae gopls/internal/test/marker: fix analyzers.txt test that requires cgo
> af36634 gopls/internal/protocol: rename DocumentChange{s,}
> 42d564a gopls: support four kinds of DocumentChanges
> b92578a x/tools: update to x/telemetry@9ff3ad9
> 987af8b x/tools: update to x/telemetry@ac8fed8
> 069435c gopls/internal/cache: use 1 not 0 for missing line/col info
> 528484d gopls/internal/cache: support overlays
> 2e17129 gopls/doc/generate: add link anchors to each setting
> ab7bc6c gopls: further minor generator simplifications
> d40dfd5 gopls: upload from telemetry.Start, rather than upload.Run
> e8808ed gopls: upgrade x/telemetry to latest
> 0006edc go/ssa: support range-over-func
> 59d9797 gopls/internal/settings: annotate TestVetSuite with NeedsTool("go")
> 487737a gopls/internal/golang: fix another crash in RenderPackageDoc
> 4cfd180 gopls/internal/golang: RenderPackageDoc: fix param truncation crash
> 3e9beb6 gopls/doc/release: add release notes for struct tag hover info
> 24f3b32 gopls/internal/golang: show struct tag when hovering over fields
> 9795fac gopls/internal/server: discard non-file scheme workspace folder URIs
> 3b13d03 gopls/internal/cache: fix bug.Report converting Diagnostic positions
> 7f3a258 gopls/internal/test/integration/misc: disable another staticcheck test
> 8483344 gopls/internal/settings: add framepointer,sigchanyzer analyzers
> 8f9d159 gopls/internal/test/integration/misc: disable staticcheck test
> f38ac9b gopls/internal/test: avoid std assumptions in range-over-func test
> e35e4cc go/ssa: compile range-over-func to panic
> e149e84 gopls: rationalize code generation
> ff28778 gopls/internal/protocol: rationalize edit helpers
> 5daf157 gopls/internal/golang: simplify "rewrite" code actions
> 1718e2d gopls/internal/cache: simplify Snapshot Go commands
> a432b16 gopls/internal/analysis: disable ssa/ir analyzers on range-over-func
> b426bc7 go/packages/packagestest: reflect new modules.txt requirements
> a943a14 go/analysis/passes/directive: do not report adjoining //go:debug
> b020bdb go/callgraph/vta: add type alias test
bumping golang.org/x/net d27919b...66e838c:
> 66e838c go.mod: update golang.org/x dependencies
> 6249541 http2: avoid race in server handler SetReadDeadine/SetWriteDeadline
> 603e3e6 quic: disable X25519Kyber768Draft00 in tests
> 67e8d0c http2: report an error if goroutines outlive serverTester tests
> 5608279 http2: avoid corruption in priority write scheduler
> 0d515a5 http2: factor out frame read/write test functions
> 9f5b79b http2: drop unused retry function
> 03c24c2 http2: use synthetic time in server tests
> 022530c http2: add a more full-featured test net.Conn
> 410d19e http2: avoid racy access to clientStream.requestedGzip
> 332fe23 http2: remove spec coverage test
> c1f5833 all: replace deprecated io/ioutil calls
> 9545aea http2: clearer distinction between test server types
> b1ec120 http2: use implicit synchronization in tests
> 49bf2d7 proxy: use strings.TrimSuffix
> c87a5b6 http2: set up the timer of closing idle connection after the initialization
> 8aa6dbf http2: cancel handler context on stream errors
> 2c14f51 http2: drop the gate type
> ac99879 webdav: return 409 for PUT without parent collection
> 7fa635b http2: avoid panic on h2c upgrade failure
bumping google.golang.org/api b49e3b9...c642c84:
> c642c84 chore(main): release 0.183.0 (# 2615)
> 305d137 chore(all): update all (# 2618)
> 0077748 feat(all): auto-regenerate discovery clients (# 2622)
> c7f1614 feat(all): auto-regenerate discovery clients (# 2619)
> 08fdd71 feat(all): auto-regenerate discovery clients (# 2617)
> 5f21214 feat(all): auto-regenerate discovery clients (# 2616)
> 1de148b feat(all): auto-regenerate discovery clients (# 2611)
> 4f98211 fix: add another temporary dep on genproto (# 2614)
bumping knative.dev/hack 3b6d644...0914314:
> 0914314 Update community files (# 384)
bumping golang.org/x/sys 7d69d98...673e0f9:
> 673e0f9 unix: skip ethtool driver test for busy interface
> 6943ab6 unix/linux: update glibc to 2.39
> 92f3ad6 unix: update to Linux kernel 6.9
> f34bb9f windows: add net user enum
> 6dfb94e unix: add types for SOCK_DIAG
bumping golang.org/x/term 46c790f...5f0bb72:
> 5f0bb72 go.mod: update golang.org/x dependencies
bumping golang.org/x/mod aa51b25...c0bdc7b:
> c0bdc7b modfile: add API for godebug lines
> 6686f41 module: add COM0 and LPT0 to badWindowsNames
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
|
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> |
|
|
|
9b6ee73dc4
|
upgrade to latest dependencies (#539)
bumping go.uber.org/zap c8e813e...eaeb0fc: > eaeb0fc Preparing release v1.19.1 (# 1005) > 0944a26 Update changelog (# 1004) > 305c249 json: Fix float32 encoding and add test (# 1003) > 914c4ff json: Fix encoding complex with negative i (# 1001) > d8fd848 Fixes multiple CVE from imports (# 990) bumping knative.dev/pkg 5ae4821...2267a4c: > 2267a4c Bump a few assorted deps (# 2301) > 221312a duck cronjob (# 2299) > f07c8e4 Add pod / cronjob (# 2298) > 07ea512 Update very old Google API dependencies (# 2294) > 55de825 Update actions (# 2296) > c92466a Update community files (# 2295) > b708bde Bump a few assorted dependencies (# 2292) > 7d6d325 Update actions (# 2287) > 61a3edd Add IsNum to true when set `-0` to minimumVersion.Pre (# 2288) > c5ec096 Update community files (# 2286) > 52b0e29 Source validation fixes (# 2285) > d8349b0 Update community files (# 2284) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
0c47112c29
|
upgrade to latest dependencies (#473)
bumping knative.dev/pkg e2947db...ea766de: > ea766de Bump assorted dependencies (# 2130) bumping github.com/google/go-cmp 8fa37b4...d103655: > d103655 Print as text if mostly text (# 258) > 9181d1e Avoid diffing by lines if inefficient (# 260) > c5c3378 Cleanup edit groups after coalescing (# 259) > 1ee4af8 Fix typo in path.go (# 256) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
ec01baa5a5
|
upgrade to latest dependencies (#449)
bumping knative.dev/pkg 952fdd9...01dccc5: > 01dccc5 Add benchmarking for the http tracing handler (# 2080) > 9050838 Bump assorted dependencies (# 2086) > b8e331a Add skonto to metrics reviewers (# 2061) > 4a09d5e Simplify loading of local kubeconfig in sharedmain (# 2079) > 5ac4a75 add optional fs() to edit fake ctx for testing purpose (# 2057) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
9bd909a648
|
upgrade to latest dependencies (#404)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
95a2aaeace
|
Track floating deps @ master again (#284) | |
|
|
7f5b718a01
|
[master] Auto-update dependencies (#261)
Produced via: `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh` /assign n3wscott vagababov /cc n3wscott vagababov |
|
|
|
1dd26e7d03
|
Migrate caching to go mod (#258) | |
|
|
f0d7bb6095
|
Add the initial caching type definitions. (#5)
* Add the initial caching type definitions. This is largely carried over from https://github.com/knative/serving/pull/1972 * Incorporate feedback from @evankanderson * Add the CRD for the type definition. |