mirror of https://github.com/knative/caching.git
28 Commits
Author | SHA1 | Message | Date |
---|---|---|---|
|
93e6a0a5b4
|
upgrade to latest dependencies (#887)
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> |
|
|
d00011f81a
|
upgrade to latest dependencies (#831)
bumping knative.dev/hack ab9b690...f3881d9: > f3881d9 Update community files (# 364) bumping google.golang.org/genproto/googleapis/rpc a9fa171...1f4bbc5: > 1f4bbc5 chore(all): auto-regenerate .pb.go files (# 1083) > ef43131 chore(all): auto-regenerate .pb.go files (# 1082) > 6c6643b chore(all): update all (# 1078) bumping google.golang.org/api ee5c9cc...87aa1d0: > 87aa1d0 chore(main): release 0.163.0 (# 2402) > 2271ef7 feat(all): auto-regenerate discovery clients (# 2405) > 47834b5 feat(all): auto-regenerate discovery clients (# 2403) > 62ceaad feat(all): auto-regenerate discovery clients (# 2401) > 26a1117 chore(main): release 0.162.0 (# 2389) > 6862015 fix(transport): enforce 1s timeout on requests to MDS universe_domain (# 2393) > a6d137b chore(all): update all (# 2396) > 5437df8 chore(all): update module github.com/google/go-github/v52 to v58 (# 2397) > eddfeb9 feat(all): auto-regenerate discovery clients (# 2398) > 169ead6 feat(all): auto-regenerate discovery clients (# 2395) > 140fb54 feat(all): auto-regenerate discovery clients (# 2394) > e5a7a15 feat(all): auto-regenerate discovery clients (# 2392) > c8e77f6 feat(all): auto-regenerate discovery clients (# 2391) > f2f2d22 feat(all): auto-regenerate discovery clients (# 2388) > befbd36 chore(main): release 0.161.0 (# 2387) > f29f327 fix(gen): reject repeated object query params (# 2383) > 54c764a fix(transport): skip s2a for now if service has direct path enabled (# 2385) > 03042ec feat(all): auto-regenerate discovery clients (# 2386) > dcb7e96 chore(main): release 0.160.0 (# 2381) > fee4c8f feat(all): auto-regenerate discovery clients (# 2384) > 5534cf2 feat(all): auto-regenerate discovery clients (# 2382) > 8f26f51 feat(all): auto-regenerate discovery clients (# 2380) bumping golang.org/x/sys 0829ab1...914b96c: > 914b96c windows: support ill-formed UTF-16 in UTF16PtrToString > 511ec84 Revert "windows: support nil done parameter in ReadFile and WriteFile" > 628365d windows: support nil done parameter in ReadFile and WriteFile > bef1bd8 unix: move mksyscall regexp to package level variables > 5710a32 unix/linux: update Linux kernel to 6.7 > b3ce6a3 windows: build env_windows_test.go only go Go 1.21 and above > c3fa2b8 windows: fix parsing of non-ASCII entries in token.Environ > f69d32a unix: in TestDirent, make as many ReadDirent calls as are needed > 0d9df52 unix: add more SECCOMP constants bumping golang.org/x/term ae94145...353276a: > 353276a go.mod: update golang.org/x dependencies bumping golang.org/x/net cb5b10f...73d21fd: > 73d21fd go.mod: update golang.org/x dependencies > 643fd16 html: fix SOLIDUS '/' handling in attribute parsing > 73e4b50 dns/dnsmessage: allow name compression for SRV resource parsing > b2208d0 internal/quic/qlog: fix typo > 0d0b98c http2: avoid goroutine starvation in TestServer_Push_RejectAfterGoAway > 07e05fd http2: remove suspicious uint32->v conversion in frame code > 26b646e quic: avoid deadlock in Endpoint.Close bumping knative.dev/pkg b6659cc...2d2e27d: > 2d2e27d Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 (# 2952) > 3b39834 Bump google.golang.org/api from 0.161.0 to 0.163.0 (# 2953) > 085f505 Bump golang.org/x/net from 0.20.0 to 0.21.0 (# 2954) > 4104e42 Bump google.golang.org/api from 0.159.0 to 0.161.0 (# 2951) > e85c3cf Update community files (# 2950) bumping golang.org/x/oauth2 39adbb7...ebe81ad: > ebe81ad go.mod: update golang.org/x dependencies > adffd94 google/internal/externalaccount: update serviceAccountImpersonationRE to support universe domain > deefa7e google/downscope: add DownscopingConfig.UniverseDomain to support TPC Signed-off-by: Knative Automation <automation@knative.team> |
|
|
40118e0de8
|
upgrade to latest dependencies (#822)
bumping knative.dev/pkg bc230ae...347a4b5: > 347a4b5 Bump github.com/prometheus/common from 0.45.0 to 0.46.0 (# 2937) > e8c79d4 Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 (# 2934) > ff26179 Bump golang.org/x/tools from 0.16.1 to 0.17.0 (# 2936) > e0d5064 Bump golang.org/x/net from 0.19.0 to 0.20.0 (# 2933) bumping golang.org/x/net a8e0109...cb5b10f: > cb5b10f go.mod: update golang.org/x dependencies > 689bbc7 quic: deflake TestStreamsCreateConcurrency > f12db26 internal/quic/cmd/interop: use wget --no-verbose in Dockerfile > c136d0c quic: avoid panic when PTO expires and implicitly-created streams exist > f9726a9 quic: fix packet size logging > c337daf quic: enable qlog output in tests > 2b416c3 quic/qlog: create log files with O_EXCL > 1e59a7e quic/qlog: correctly write negative durations > b0eb4d6 quic: compute pnum len from max ack received, not sent > b952594 quic: fix data race in connection close > 577e44a quic: skip leaked goroutine check on GOOS=js > 65efbad quic: avoid leaking tls goroutines in tests > 08a78b1 quic: unblock operations when closing conns > c1b6eee quic: send occasional ack-eliciting packets > 491f354 quic: log packets and frames > f812076 http2: explicitly set minimum TLS version in tests bumping golang.org/x/sys 13b15b7...0829ab1: > 0829ab1 windows: add SetFileValidData > 32cdffc unix: don't redefine constants already defined in glibc headers > f0c7190 unix: remove extra trailing newlines in zsyscall_openbsd_*.go > 5ff87d7 unix: add Netfilter and NFTables constants bumping github.com/prometheus/common c59927e...7e44242: > 7e44242 Bump Go modules (# 568) > 0e201e4 Merge pull request # 567 from stapelberg/protodelim > 53f76e7 version: make GetTegs() public (# 565) > 1143fec switch to protodelim package (which pbutil now calls) > 21a37ca enable gofumpt, goimports, testifylint linters (# 551) > 256500d Make version getRevision public (# 563) > 0949959 Update common Prometheus files (# 561) > e56a9b7 Bump github.com/aws/aws-sdk-go from 1.48.10 to 1.49.13 in /sigv4 (# 557) > 46ef093 Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 (# 559) > e21e8b5 Update common Prometheus files (# 555) > 9b4f72d Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 in /sigv4 (# 558) > 8c8f8b1 Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (# 560) > f094368 Add hints for promlog (# 556) > 686da34 Merge pull request # 540 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.15.0 > f20b239 Merge pull request # 541 from prometheus/dependabot/go_modules/golang.org/x/net-0.19.0 > eb678ba Update golang.org/x/oauth2 in sigv4. > b861d35 Merge pull request # 552 from prometheus/repo_sync > 83ae14e Bump golang.org/x/net in sigv4. > 4627a1b Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 > 658f673 Merge pull request # 542 from prometheus/dependabot/go_modules/github.com/alecthomas/kingpin/v2-2.4.0 > a4728e4 Update common Prometheus files > 1f5a74c Bump golang.org/x/net from 0.18.0 to 0.19.0 > 919697c Merge pull request # 539 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.48.10 > db4fdbc Bump github.com/alecthomas/kingpin/v2 from 2.3.2 to 2.4.0 > 1d8c672 Merge pull request # 535 from prometheus/repo_sync > a5e739e Merge pull request # 548 from prometheus/repo_sync > e888263 Bump github.com/aws/aws-sdk-go from 1.47.0 to 1.48.10 in /sigv4 > de1c963 Merge pull request # 534 from prometheus/superq/client_model > 36e2952 Update common Prometheus files > ac367b6 Merge pull request # 550 from mmorel-35/linters > 8dd6483 Update common Prometheus files > 64159df Merge pull request # 529 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.47.0 > de26626 Update modules > 4556565 Merge pull request # 546 from TheSpiritXIII/empty-credentials > a29c35f enable errorlint linter > 00ee8d3 Merge pull request # 532 from prometheus/repo_sync > f0d19ff Bump github.com/aws/aws-sdk-go from 1.45.19 to 1.47.0 in /sigv4 > af1c404 Allow using empty Authorization credentials > 832cd6e Merge pull request # 533 from prometheus/metadata > fbbe75a Update common Prometheus files > 6ff0400 Merge pull request # 517 from prometheus/superq/golangci > 445c210 model: add metric type values > 8a72a0c Add golangci-lint config bumping golang.org/x/oauth2 6e9ec93...39adbb7: > 39adbb7 go.mod: update golang.org/x dependencies > 4ce7bbb google: add Credentials.GetUniverseDomain with GCE MDS support > 1e6999b google: add UniverseDomain to CredentialsParams bumping golang.org/x/term ee66497...ae94145: > ae94145 go.mod: update golang.org/x dependencies bumping golang.org/x/tools 2acb2e6...0b1f1d4: > 0b1f1d4 gopls/internal/lsp/cache: (re-)ensure clean shutdown > 706525d gopls/internal/lsp/source/completion: support postfix completion (iferr, > 581c0b3 gopls/internal/lsp/source: add receiver name to stubbed methods > c95fa0f gopls/internal/test: skip marker tests on darwin builders if -short > 25a0e9d go.mod: update golang.org/x dependencies > c9c95f9 internal/refactor/inline: improve a confusing error message > ba8672b go/analysis/passes/unusedresult: add functions from slices package > 3e8a0a3 gopls/internal/lsp/cache: address additional comments from CL 553095 > 920d665 gopls/internal/cmd: factor three loops in fix subcommand > 7825736 gopls/internal/lsp/cache: simplify critical errors > 88ea935 gopls/internal/lsp/cache: don't scan for modules when defining a view > 2e53332 gopls/internal/lsp/cache: remove validBuildConfiguration > a863a4f cmd/goimports: fix -trace flag: flush after stopping trace > 5e6f314 gopls/stub: support for method generation with same name but different receiver > d47b14c gopls/internal/lsp/source/completion: complete return snippet > a08f286 gopls/internal/lsp/cache: add dynamic build tag support > 1f94566 gopls/internal/lsp/source: simplify SuggestedFix plumbing > baf6fd2 gopls/internal/server: simplify fileOf (née beginFileRequest) > 54ac623 gopls/internal/lsp/cache: add support for checking views from tests > 025ebe6 gopls/internal/lsp/cache: associate env with folders, not views > a6819f4 go/callgraph/vta: fix handling of comma map lookups > f6d5f0f gopls/internal/lsp/cache: finish integrating the zero-config algorithm > 862c086 gopls/internal/lsp/cache: don't preserve sequence IDs in updated views > 59384bc gopls/internal/lsp/cache: switch to new bestViewForURI logic > 160631f gopls/internal/lsp/cache: add views for unused modules in selectViews > f801f12 gopls/internal/work: fix crash during go.work completion > b85cfba gopls/internal/lsp/cache: add the zero-config algorithm, and a unit test > ee47fd4 gopls/internal/lsp/cache: simplify view definitions > c431729 gopls/internal/lsp/cache: reconcile view modes and workspace packages > 83bceaf internal/versions: remove use of go/versions > 261fa1a gopls/internal: remove myers diff implementation from gopls > 4d2b6e1 gopls/internal: remove old diff > 3bed147 gopls/internal/server: print stderr in go mod vendor error message > e601fd8 gopls/internal/server: rewrite the server diagnostic tracking > c9f3382 gopls/internal/lsp/cache: do not block View.Shutdown on Snapshot work > 1346c45 gopls/internal/lsp/cache: allow "" or "null" Diagnostics.Data > 20e1bb7 gopls: remove dead types and fields > dcabb5c go/ssa: do not load type parameter method receivers > 5b123a2 cmd/guru,internal/robustio: make tests robust to os.Symlink errors > 5f21477 internal/coverage: delete unused tool > 9ed4fb5 gopls/internal/lsp/protocol: request.params is optional > 6b6442c gopls/internal/lsp/source: rename: update the doc link associated with the object > 3fd334c gopls/internal/test: set GOPACKAGESDRIVER=off for new marker tests Signed-off-by: Knative Automation <automation@knative.team> |
|
|
17bfe1a024
|
upgrade to latest dependencies (#814)
bumping google.golang.org/genproto/googleapis/api 49dd2c1...bbf56f3: > bbf56f3 chore(all): update all (# 1069) > d783a09 chore(all): update all (# 1068) bumping golang.org/x/tools 729e159...a9ef4cf: > a9ef4cf go.mod: update golang.org/x dependencies > d9b9452 gopls/internal/lsp/cache: move quick-fix bundling logic to the cache pkg > 1733061 go/analysis/passes/testinggoroutine: report by enclosing regions > b19be0f gopls/internal/cmd/help_test.go: document > daa4aa5 gopls/internal/lsp/source: stubmethods: fix out-of-bounds index > a586d0d go/types/internal/play: show more types.Scope detail > 53ad329 gopls/internal/lsp/source: move edit logic into the protocol package > 3c677e3 gopls/internal/lsp/cache: move SuggestedFixFromCommand into cache > ab6af7d gopls/internal/lsp/source: extract InDir to a new pathutil package > e7d61d9 gopls/internal/lsp/cache: simplify named error values > 3a915e4 gopls/internal/lsp/cache: use local aliases for all source objects > be332ea gopls/internal/lsp/cache: avoid problematic use of goCommandInvocation > dfa5cbb gopls/internal/lsp/cache: remove workspaceMode > a98c076 gopls: remove the "tempModFile" setting > 3510b4f gopls/internal/lsp: simplify mod update commands > fdf06f2 gopls: simplify the Snapshot and View interfaces > 8966034 gopls/internal/lsp/cache: export Snapshot > bd215c0 gopls/internal/lsp/source: remove View.Snapshot > fdce3cd gopls: remove the "chattyDiagnostics" setting > 6b2c993 gopls: remove the LiteralCompletions option > cc42fd3 gopls/internal/lsp/cache: move go.work parsing into the view > a5e8bb0 Revert "gopls/internal/lsp/source: fix rename spurious shadowing error" > 2529481 gopls/internal/lsp: eliminate server code generation > e0a64c2 gopls/internal/lsp/source: fix rename spurious shadowing error > 00ec6da gopls/test: eliminate, by moving tests to more appropriate places > 42d9779 gopls: move settings to a settings package > c823488 gopls: move file-related types to a 'file' package > 98b4b14 gopls/internal/lsp/source: make source.Analyzer pure configuration > 80a4166 gopls/internal/lsp/source: fix panic in definition(error.Error) > 00a4006 gopls/internal/lsp: remove redundant conversions > 1b54dd7 gopls/internal/lsp/fake: inline fake.toURI away > 553e9d1 gopls/internal/lsp/protocol: delete $GOROOT hack in URIFromPath > 1cab127 gopls/internal/lsp/protocol: rename URI.Filename -> Path > 21a46d4 gopls/internal/lsp/protocol: inline .SpanURI() away > 27abf64 gopls/internal/lsp/protocol: inline URIFromSpanURI away > ccacebc gopls/internal/lsp/span: inline URI away > 369d0ee gopls/internal/span: inline URIFromPath away > e162395 gopls/internal/telemetry/cmd/stacks: create GH issues from telemetry > 057c099 gopls/internal/cmd: remove "span" import, make Span private > 979df5b gopls/internal/span: identify span.URI and protocol.DocumentURI > 65d7356 go/analysis/internal/checker: allow End=0 (meaning End=Pos) in fix > 2bdbb88 go/analysis/internal/checker: clean up tests > 5025441 gopls/internal/lsp: add code action for conversion between raw and interpreted string > 048e15e gopls/internal/lsp/cache: rename workspaceInformation to viewDefinition > 1db3c37 gopls/internal/lsp/cache: remove unused Session.ModifyFiles > 35549c6 gopls/internal/lsp/cache: move upgrades and vulns onto the snapshot > 9fd7ea0 gopls/internal/lsp/cache: exclusively use persistent data in snapshot > 992d984 go/ssa: optimize instructions generated by forStmtGo122 > 4a92712 Revert "gopls/internal/lsp/cache: remove baseCtx from the View" > 8998183 all: add versions.InitFileVersions to gopls where needed > 7df1399 gopls: remove ineffectual skips > cd62b43 go/analysis/passes/loopclosure: disable checker after go1.22. > a1ca4fc internal/gopathwalk: rationalize error and symlink handling in walker.walk > 7d6e6a9 gopls/internal/span: delete SameExistingFile > 7f1f4eb internal/cmd/deadcode: use compiler-style diagnostics by default > 0eb9468 gopls/internal/lsp/protocol: include docs for {,Document}URI > 3292b36 gopls/internal/cmd: move span.{Span,Point} to cmd > 944d4e7 gopls: upgrade x/telemetry and account for new mode logic > 38fc9a2 gopls/internal/lsp/cache: avoid span.Parse{,InDir} > cae49bd gopls/internal/goversion: split out of lsp (server) package > b83ad0a gopls/internal/lsp: tweak docs > 46fd916 gopls/internal/lsp/cmd: move to ../cmd > a22ecf8 gopls/internal/lsp: move semantic token helpers to protocol pkg > 7954689 gopls/internal/lsp: unexport Server > e9a45c3 gopls/internal/lsp: restore Server.semanticTokens{Full,Range} > 134390a internal/versions: strip "go" prefix > 4e080d1 gopls/internal/lsp/source: fix panic on T(x) conversion > 9d19bff internal/cmd/deadcode: simplify function notation in output > b03756e all: apply versions.InitFileVersions in x/tools. > aafa2e0 gopls/internal/lsp/regtest: minor clean up of marker.go > 3b6876f internal/versions: add a new versions package > 4749c1b gopls/internal/lsp: unify semanticTokens{Full,Range} > 4479ae8 gopls/internal/regtest/marker: port remaining marker tests > 92a8009 gopls/internal/regtest/marker: port the selectionrange markers > e3f6798 gopls/internal/regtest/marker: clean up some random packages > bbf8bf8 gopls/internal/lsp/tests: remove AddImport support > 72be087 gopls/internal/regtest/marker: port the semantic tokens tests > f60f2e6 all: replace all usages of golang.org/x/sys/execabs with os/exec > 519859f internal/cmd/deadcode: discard empty Packages from result > 96815ee gopls/internal/regtest/marker: port the inlay hint tests > 80e691c gopls/internal/regtest/marker: port remaining rename tests > ef85672 gopls/internal/regtest/marker: trim redundant header from golden diffs > ae7e7d7 gopls/internal/regtest/marker: use diffs for rename tests > efa2492 gopls/internal/regtest/marker: porting remaining suggestedfix tests > adf124e gopls/internal/lsp/cmd: add codelens subcommand > dcf8eb3 gopls/internal/regtest/marker: use line-based myers diff implementation > 08a94ce gopls/internal/regtest/marker: port the stub tests > fd43d5e gopls/internal/regtest/marker: port the invertifcondition tests > f9217dc gopls/internal/lsp/mod: clarify inlayhint comment > 13b2bd5 internal/packagesinternal: delete GoCmdRunner var (unused) bumping knative.dev/pkg 23f3ee2...9386ad6: > 9386ad6 Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0 (# 2912) > 99dc56f Bump golang.org/x/tools from 0.15.0 to 0.16.0 (# 2911) > 328bf00 Bump google.golang.org/api from 0.151.0 to 0.152.0 (# 2910) > de5c5e6 Bump golang.org/x/net from 0.18.0 to 0.19.0 (# 2909) > f4e2c60 Update community files (# 2908) > ef12203 bump go to v1.21 (# 2907) > 6df4a9a Update community files (# 2906) > 33d95ea Add clotributor link to readme (# 2903) > ea6ea84 upgrade to latest dependencies (# 2901) bumping golang.org/x/sys cb378ae...13b15b7: > 13b15b7 unix: add IoctlLoopConfigure on linux > 11eadc0 windows: add AddDllDirectory and RemoveDllDirectory > e4099bf unix: fix trimmed socket opt string in GetsockoptString > 9888904 unix: update BPF constants for Linux kernel 6.6 > 2d0c736 unix: use fchmodat2 in Fchmodat > ec230da unix: use fcntl(2) libc stub on OpenBSD bumping golang.org/x/oauth2 e067960...6e9ec93: > 6e9ec93 go.mod: update golang.org/x dependencies bumping golang.org/x/term 70d3a0b...ee66497: > ee66497 go.mod: update golang.org/x dependencies bumping google.golang.org/api df9c71c...c18c15e: > c18c15e chore(main): release 0.152.0 (# 2267) > 82f1381 feat(all): auto-regenerate discovery clients (# 2271) > 296fb55 chore(all): update all (# 2275) > b1c45c2 chore(all): update all (# 2260) > 4ffc629 feat(all): auto-regenerate discovery clients (# 2270) > 3138958 feat(all): auto-regenerate discovery clients (# 2269) > 980c045 feat(all): auto-regenerate discovery clients (# 2268) > 22872aa feat(all): auto-regenerate discovery clients (# 2266) bumping google.golang.org/genproto 49dd2c1...bbf56f3: > bbf56f3 chore(all): update all (# 1069) > d783a09 chore(all): update all (# 1068) bumping google.golang.org/genproto/googleapis/rpc d783a09...83a465c: > 83a465c chore(all): update all (# 1070) > 419f025 chore(all): update actions/github-script action to v7 (# 1071) > bbf56f3 chore(all): update all (# 1069) bumping golang.org/x/net fbaf412...a8e0109: > a8e0109 go.mod: update golang.org/x dependencies > 13e88dd quic: rename listener{_test}.go to endpoint{_test}.go > e26b9a4 quic: rename Listener to Endpoint > 399218d quic: implement stream flush > d87f99b quic: idle timeouts, handshake timeouts, and keepalive > 7b5abfa quic: basic qlog support bumping golang.org/x/time 2c09566...883aed5: > 883aed5 rate: add documentation on Limiter concurrent usage > b24d3b5 all: add a go directive, set it to 1.18 bumping knative.dev/hack eb35242...7030d5b: > 7030d5b Update community files (# 355) > 94f0ccf Update community files (# 354) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
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> |
|
|
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> |
|
|
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> |
|
|
0ba05f9fb2
|
Bump google.golang.org/grpc to the latest version (#761) | |
|
051fc0940d
|
upgrade to latest dependencies (#730)
bumping golang.org/x/term 03fcf44...d974fe8: > d974fe8 go.mod: update golang.org/x dependencies > 1efcd90 go.mod: update golang.org/x dependencies > 97ca0e3 go.mod: update golang.org/x dependencies > f72a2d8 go.mod: update golang.org/x dependencies > f6f2839 term: remove unused variable > 8365914 go.mod: update golang.org/x dependencies > 7a66f97 term_test.go: replace io/ioutil with io and os package > a9ba230 A+C: delete AUTHORS and CONTRIBUTORS > 065cf7b x/term: prevent invalid indexing into stRingBuffer > e5f449a all: gofmt bumping golang.org/x/text 383b2e7...71a9c9a: > 71a9c9a all: fix some comments > ec5565b README.md: update documentation of module versioning > c8236a6 unicode/bidi: remove unused global > ada7473 all: remove redundant type conversion > 1bdb400 language: remove compatibility with go < 1.2 > 252bee0 go.mod: ignore cyclic dependency for tagging > ecab6e5 go.mod: ignore cyclic dependency for tagging > 369c86b all: fix a few function names on comments > 434eadc language: reject excessively large Accept-Language strings > 23407e7 go.mod: ignore cyclic dependency for tagging > b18d3dd secure/precis: replace bytes.Compare with bytes.Equal > 795e854 all: replace io/ioutil with io and os package > b0ca10f internal/language: bump script types to uint16 and update registry > ba9b0e1 go.mod: update x/tools to HEAD > d03b418 A+C: delete AUTHORS and CONTRIBUTORS > b4bca84 language/display: fix Tag method comment > ea49e3e go.mod: update x/tools to HEAD > 78819d0 go.mod: update to golang.org/x/text v0.1.10 > 8db23f8 all: gofmt > d1c84af message/pipeline: skip TestFullCycle on plan9-arm > 18b340f language: fix typo in update docs > 7d87486 text/unicod/bidi: remove duplicate assignment > 310d592 cmd/gotext: only match files ending with pattern > 459fa28 text/currency: format currency amount according to the locale > 85a1c56 text/collate: add testable examples > 8da7c0f gen.go: copy all tablesXX.X.X.go versions to golang.org/x/net > 835dae6 internal/export/idna: use nontransitional processing in Go 1.18 > 593da8d internal/export/idna: avoid strconv.Unquote errors on surrogate halves > 86e65b8 internal/export/idna: fix int32 overflows > bb1c798 internal/export/idna: make Transitional an actual toggle > 5bd84dd encoding/simplifiedchinese: Fixes € encoding in GB18030 > 1b99300 all: upgrade x/tools to latest > 22bfdb6 language: fix ExampleMatcher output > 29bf010 Revert "number: match input example to be Dutch as in the output" > 2ca5a52 internal/language: fix canonicalization of extlang bumping golang.org/x/sys 8c9f86f...90c8f94: > 90c8f94 unix: avoid converting non-pointers to unsafe.Pointer in PtraceIO > 4e121b1 unix: add missing address operator in initxattrdest > 68f9dcb windows/debug/svc: buffer channel passed to signal.Notify > 0e1262c unix: add ptrace(PT_DENY_ATTACH) wrapper for darwin > 6938dae unix: add missing constants used with struct Timex on Linux > 01b330b unix: improve flaky solaris test logging > e7d7f63 all: fix some comments > 7a75290 unix/linux: update to glibc 2.36 > 4112509 windows/mkwinsyscall: write source to temp file if formatting fails > 71da690 windows/mkwinsyscall: support "." and "-" in DLL name > b829a39 unix/linux: update to gcc 13.0.0, qemu 7.1.0 for loong64 > c3037ed unix: add support for clock_adjtime on Linux > 13fe000 cpu: add IsBigEndian > 17fce3a unix: avoid false positive in vet shift check > a6f4650 windows: use UTF16FromString and UTF16ToString from syscall > 6e4d1c5 unix/linux: update to Linux kernel 6.1 and Go 1.20-rc2 > b8be2fd cpu: add //go:build line to cpu_gccgo_x86.c > 1e9f341 unix: add //go:build line to gccgo_c.c > b60007c unix: add Uvmexp and SysctlUvmexp for NetBSD > b751db5 unix: gofmt hurd files after CL 459895 > b360406 unix: support TIOCGETA on GNU/Hurd > 3086868 unix: regen on OpenBSD 7.2 > 2b11e6b unix: remove Mclpool from openbsd types > 7c6badc unix: convert openbsd/mips64 to direct libc calls > 3b1fc93 unix: avoid allocations for common uses of Readv, Writev, etc. > 2204b66 cpu: parse /proc/cpuinfo on linux/arm64 on old kernels when needed > 72f772c unix: offs2lohi should shift by bits, not bytes > cffae8e unix: add ClockGettime on *bsd and solaris > 96e75de unix: improve Sendmsg and Recvmsg documentation > 127c0dd unix/linux: use Go 1.20rc1 to generate files > 3ca3b18 windows: add GetLargePageMinimum > d684c6f execabs: isGo119ErrDot: use errors.Is instead of string-matching > fc697a3 unix: add ParseOneSocketControlMessage to parse control messages without allocating > 5726498 unix: in Linux sendmsgN actually send one normal byte > 95e765b x/sys/unix: make ReadDirent available on zOS > 090e330 unix: add support for openbsd/ppc64 > 3938a4f cpu: add support for ppc64 on platforms other than aix and linux > a970992 unix: add support for openbsd/riscv64 > e2bdbfe unix: flip openbsd libc build tags > abe0a0a windows: replace uses of Close() with CloseHandle() > 68d869b unix: migrate some illumos definitions to solaris > 84dc82d all: use grep -E/-F instead of fgrep/egrep > f11e5e4 unix: use unsafe.Slice in (*FileHandle).Bytes > 6fa7a7c windows: allow calling WSASendto with nil Sockaddr > c57c793 unix: add SIG_BLOCK and friends for Linux > d9d178b unix: add PthreadSigmask for Linux > 8cfa568 unix: allow calling Sendto with nil Sockaddr > fb04ddd windows: add DWM window attribute related syscalls > 7b5979e unix: remove Go 1.12 compatibility on darwin > 63ea559 unix: add namespaced versions of Listxattr/Flistxattr/Llistxattr on *BSD > 76c7481 all: simplify unsafe.Slice usage in {Byte,UTF16}PtrToString > 3275c40 windows: add window handle related system calls > aba9fc2 unix: use unsafe.Slice instead of unsafeheader package > 2771309 unix: fix event port panic after close > 7ac13a9 unix: don't call t.Fatal from goroutine in TestSendmsgBuffers > 87db552 plan9: use unsafe.Slice instead of unsafeheader package > d0df966 unix: support all Setuid/Setgid and related syscalls on Linux > 9e1f761 x/sys/unix: use uintptr for tracee addresses on FreeBSD > d48e67d unix: use strconv.Itoa instead of local implementation > 2c41d75 unix: add IoctlLoop{Get,Set}Status64 on linux > c680a09 unix: improve solaris event port panic message > 20c2bfd cpu: fix cpu cacheLineSize for arm64 darwin(a.k.a. M1) > 2296e01 windows: remove duplicate words from comments > 5a39038 unix: convert openbsd/arm to direct libc calls > fbc7d0a unix: convert openbsd/386 to direct libc calls > 5f8f020 unix: convert openbsd/amd64 to direct libc calls > 74508da unix: convert openbsd/arm64 to direct libc calls > 1c4a2a7 unix: make mkasm_darwin.go usable with other operating systems > 3d627bb cpu: implement CPU feature detection for openbsd/arm64 > e9af53b unix: improve and simplify mkasm_darwin.go > 8e32c04 unix: add missing IFLA_* consts on linux > e052cef unix/linux: run each mkall.go target in a seperate goroutine > 6e608f9 unix: update perf_event_attr_go > a90be44 unix: fix sendmsgN return value for empty iovecs and non-empty oob > 66a0560 windows: support Windows SOCKADDR_BTH structure > 1609e55 windows: add QueryWorkingSetEx > 3c1f352 unix: implement recvmsgRaw and sendmsgN on aix > e65921a unix/linux: use Go 1.19rc2 instead of building gotip bumping golang.org/x/net a158d28...8e2b117: > 8e2b117 http2/hpack: avoid quadratic complexity in hpack decoding > 547e7ed http2: avoid referencing ResponseWrite.Write parameter after returning > 39940ad html: parse comments per HTML spec > 87ce33e go.mod: update golang.org/x dependencies > 415cb6d all: fix some comments > 7e3c19c all: correct typos in comments > 296f09a http2: case insensitive handling for 100-continue > f8411da nettest: fix tests on dragonfly and js/wasm > 8e0e7d8 go.mod: update golang.org/x dependencies > 7805fdc http2: rewrite inbound flow control tracking > 2aa8215 nettest: use RoutedInterface for probing network stack capability > ad92d3d websocket: don't recommend Gorilla > e1ec361 http2: fix race in TestCanonicalHeaderCacheGrowth > 1e63c2f http2: limit canonical header cache by bytes, not entries > 3247b5b go.mod: update golang.org/x dependencies > ecf7fda http2: deflake TestTransportMaxFrameReadSize > 0833b63 publicsuffix: embed table data > ecf091a publicsuffix: update table to latest list from publicsuffix.org > 2f8c3d1 http2: add Transport.MaxReadFrameSize configuration setting > 0e478a2 http2: add SETTINGS_HEADER_TABLE_SIZE support > a2d827a go.mod: update golang.org/x dependencies > 15e1b25 http2: speed up TestTransportRetryHasLimit > 93ec86b http2: support SetReadDeadline, SetWriteDeadline, FlushError > efda1ce http2: return os.ErrDeadlineExceeded from timed-out response body writes > a870f35 http2: support Server.ReadTimeout > d7f77dc Revert "http2: Send WindowUpdates when remaining bytes are below a threshold" > 702349b http2/h2c: handle errors when reading HTTP/1 request body > 7a67682 x/net/http2: gzipReader will reset zr to nil after closing body > a1278a7 http2: add common header caching to Transport to reduce allocations > c877839 http2: add a few other common headers to the shared headermap cache > c630100 http2: discard more frames after GOAWAY > 0c1aede http2: calculate a correct window increment size for a stream > 84c13af http2/hpack: build static table with go generate > 430a433 html: properly handle exclamation marks in comments > da05058 net/http: remove unnecessary slicing > 1568cf9 go.mod: update golang.org/x dependencies > cb67ada internal/socket: add support for openbsd/ppc64 > 311fa19 internal/socket: add support for openbsd/riscv64 > f25eb7e all: update golang.org/x/sys > f15817d webdav: ignore path and perm errors in PROPFIND > 0b7e1fb all: fix a few function names on comments > 8021a29 publicsuffix: change node table entry size to 40 bits > bcab684 all: use time.Since instead of time.Now().Sub > 107f3e3 http2: don't return from RoundTrip until request body is closed > f486391 http2: improved Request.Body.Close not to hold lock on connection > aa73b25 http2: handle MaxUploadBufferPerConnection of 65535 > 02166a9 internal/socket: properly reset Iov and Control on the msghdr > 8be6392 webdav: replace os.SEEK_XXX with io.SeekXXX > d300de1 http2: don't rely on double-close of a net.Conn failing > db77216 http2: remove race from TestTransportCancelDataResponseRace > d0c6ba3 http2: close client connections after receiving GOAWAY > 2e0b12c http2: Send WindowUpdates when remaining bytes are below a threshold > bf014ff http2: send undeclared trailers when body is not written > 4a395b0 Revert "http2: Send WindowUpdates when remaining bytes are below a threshold" > f2f64eb http2: Send WindowUpdates when remaining bytes are below a threshold > ca03788 dns/dnsmessage: remove unnecessary []byte conversions > 0081b4b http2/h2c: propagate HTTP/1 server configuration to HTTP/2 > f8f703f http2: accept HEAD requests with a body > bea034e all: remove redundant type conversion > 1e95f45 http/httpproxy: remove comment on https proxy precedance > f3363e0 http2: handle server errors after sending GOAWAY > 83b083e internal/socket: add missing import to zos-s390x file > b0a4917 dns/dnsmessage: use exported MustNewName in example > 3211cb9 nettest: fix Unix socket test on macOS > 4c34ddd http2: delete multipart form tempfiles after ServeHTTP returns > 1d4ff48 http2: add DialTLSContext to Transport > 13a9a73 http2: fix conn flow control when stream closes on bad content-length > 07c6da5 dns/dnsmessage: add AD and CD bits support > f428fae all: add FreeBSD riscv64 support > a33c5aa route: import syscall rather than golang.org/x/sys/unix > 7431dee lif: import syscall rather than golang.org/x/sys/unix > 0bcc04d http2: fix spec document links > c7608f3 ipv4, ipv6: enable additional tests on darwin and ios > f92ba40 route: remove RTM_LOCK on openbsd > 1f511ac internal/socket: delete darwin/{386,arm} code > 41545e8 route: drops const that x/unix has > 993b7b1 net: update to new x/sys version > 0699458 html: escape comment and doctype tokens' data > 46097bf internal/socket: support building with gccgo bumping knative.dev/pkg 2fdd6bf...645afb2: > 645afb2 bump golang.org/x/net to v0.7.0 (# 2695) > 0591b75 bump net and text packages (# 2692) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
ce26e92930
|
upgrade to latest dependencies (#691)
bumping golang.org/x/mod 9b9b3d8...86c51ed: > 86c51ed all: remove golang.org/x/xerrors dependency > 41445a1 zip: update TestUnzipSizeLimitsSpecial for CL 366854 > 145421b all: gofmt > 605edab sumdb/note: relax prescriptiveness of key hash format > a410e2d sumdb/note: catch a Verifiers that returns the wrong Verifier bumping knative.dev/pkg 158538c...714b763: > 714b763 upgrade to latest dependencies (# 2609) > 21d3b47 upgrade to latest dependencies (# 2608) > 8178c38 update k8s to 1.25.2 (# 2599) > fb2e4fb Preserve webhook namespaceSelector.matchLabels (# 2605) > 5c5da28 Update actions (# 2607) > 1fb3e67 Update community files (# 2606) > bc93b0a bump min kubernetes to v1.23 (# 2595) > 8cacac2 upgrade to latest dependencies (# 2604) bumping github.com/go-logr/logr 99e02a9...47e013c: > 47e013c Merge pull request # 128 from thockin/format-test > b359493 Merge pull request # 140 from thockin/testing_testr > d731630 Add some test cases > 28755ae Merge pull request # 130 from thockin/nil-stringer > 5377a98 Move testing -> testr, deprecate, alias old names > 4610455 Reformat existing test cases > ec7c16c Merge pull request # 135 from thockin/fix-actions-go-versions > 945d619 funcr: Handle panic in Stringer, Marshaler, error > e2fd555 Merge pull request # 133 from pohly/nil-logger > e438a74 Fix GH actions for Go versions, drop 1.14 > af7b868 Add stringer, error, marshaler to benchmark > eb02c45 Merge pull request # 129 from tonglil/patch-1 > 68ef51c docs: describe handling of optional logger parameters > 8aa3af1 Update README.md bumping k8s.io/kube-openapi 3ee0da9...67bda5d: > 67bda5d Merge pull request # 308 from alexzielenski/fieldlevelannotation > 011e075 Merge pull request # 302 from ruquanzhao/branch2 > 4d09b3c add field level override integration test for openapi gen > c39d0f6 Merge pull request # 306 from apelisse/go-1.18 > dff3465 Remove newlineReporter custom report > 74b52a2 update smd to 4.2.3 > 1062c7a Merge pull request # 304 from dims/switch-to-released-version-of-v3.8.0-github.com/emicklei/go-restful/v3 > 0bed9f0 Update to go1.18 > 89ff079 upgrade ginkgo to ginkgo/v2 > 48d47d9 remove unused function > 31174f5 Merge pull request # 303 from dims/move-to-newer-v3-version-of-go-restful > 77c5a1e Switch to released version of v3.8.0 - github.com/emicklei/go-restful/v3 > bff9878 add ability to override structType with field-level annotation > 5e7f5fd Merge pull request # 300 from Jefftree/remove-bazel-references > ca8f27e Move to newer version (v3) of github.com/emicklei/go-restful > b28bf28 Merge pull request # 283 from alexzielenski/gnostic_conversion > fa41ef1 Remove bazel references > c715a76 add direct conversion for gnostic v2 types bumping sigs.k8s.io/json 9f7c6b3...f223a00: > f223a00 Merge pull request # 16 from kevindelgado/strict-error-path-separation > ff3dbbe Merge pull request # 14 from liggitt/go118 > b536e95 store err type and path separately in strict errors > 227cbc7 Merge pull request # 15 from liggitt/ci-refresh-go > 4017094 sync go1.18 changes from encoding/json > 93e9748 Check latest go version in CI bumping sigs.k8s.io/structured-merge-diff/v4 65611e5...26781d0: > 26781d0 Merge pull request # 224 from apelisse/revert-backwards-incompatible-changes > 4ad28cc Merge pull request # 223 from apelisse/v5 > 4d3633c Remove all copies of Schema and Map > ebd569f Merge pull request # 220 from alexzielenski/fieldannotation > 1754a8d Create package v5 for backward incompatible change > b4e893e Revert "use pointer semantics for schema" > 5e8be97 Merge pull request # 222 from alexzielenski/fix-exponential-bug > c779eba fix gofmt > a70144b Revert "Create package v5 for backward incompatible change" > 8f72076 Merge pull request # 221 from apelisse/improve-operations-parsing > 478fc28 fix nil schema type not being deduced to whatever the other operand is > 50567d1 update gofmt > e3fbe42 Merge pull request # 204 from zqzten/retry_add_back_owned > 11d9bfa Change operation test dependency on parseableType rather than typename > 0f66c33 Add exponential test failure for large CR > 15f722a add benchmark excercising field-level overrides > 0f3c884 Merge pull request # 215 from alexzielenski/schema-copy > 41d6b2c add test for multiple version appliers with reliant fields conversions > 8a2620f Name operation tests after their filename > 60b3b65 use pointer semantics for schema > 73412af Merge pull request # 213 from apelisse/add-readme-testdata > f345637 fixup! add CopyInto method to schema.Schema > 5e01923 add back owned items at pruned version first > 00b6b52 add field-level element relationship which overrides referred type > aa301db Merge pull request # 214 from apelisse/update-jsoniter-go118 > f0fadd0 Add README to explain how schemas can be generated > c26273c add CopyInto method to schema.Schema > b2bdf68 Update jsoniter to v1.1.12 to work with go1.18 bumping github.com/imdario/mergo 9316a62...9f23e2d: > 9f23e2d Update README.md > 7816d7f Merge pull request # 86 from vdemeester/append-slice-without-pancking > 9a471d7 Appending slice can cause Mergo to panic… bumping k8s.io/api 44d27eb...4b838ea: > 4b838ea Update dependencies to v0.25.2 tag > fce3016 Merge pull request # 112161 from pohly/automated-cherry-pick-of-# 112129-origin-release-1.25 > 29513a2 dependencies: update to ginkgo v2.1.6 and gomega v1.20.1 > 5c4a1b1 Merge remote-tracking branch 'origin/master' into release-1.25 > 714e431 Merge pull request # 111657 from aojea/hc_nodeport > 8608211 Merge pull request # 109090 from sarveshr7/multicidr-rangeallocator > 7840548 doc services healthcheckNodePort is inmutable > b88698c Merge pull request # 111258 from dobsonj/kep-596-ga-feature-flag > a7621fb Auto generate code for ClusterCIDR API > 2f9e588 Merge pull request # 111113 from mimowo/retriable-pod-failures-job-controller > b964bc7 Move CSIInlineVolume feature to GA > 14e048f Introduce networking/v1alpha1 api, ClusterCIDR type > 3be517c Merge pull request # 111696 from liggitt/go119mod > fe83bea Support handling of pod failures with respect to the specified rules > 991b481 Merge pull request # 108692 from jsafrane/selinux > e281bde Update go.mod to go1.19 > f42f86a Regenerate files > a39f97c Add CSIDriverSpec.SELinuxMount > c8f0601 Merge pull request # 111677 from dims/stop-panic-in-govet-levee > ea1451a run lint-dependencies and follow directions > a2b9bcc Stop panic in govet-levee CI job > ad89a10 Merge pull request # 110495 from alexzielenski/atomic-objectreference > e590d1f Merge pull request # 111090 from kinvolk/rata/userns-support-2022 > d978b18 mark persistentvolume's claimRef as granular > 7488a8c Merge pull request # 111435 from soltysh/cronjob_timezone_beta > 2a31718 Update autogenerated files > d351ecd Merge pull request # 111557 from alexzielenski/update-smd-422 > f990455 Update generated > 9448de2 pkg/apis, staging: add HostUsers to pod spec > ae37896 update smd to 4.2.3 > 010c740 Promote CronJobTimeZone to beta > 1b82208 Merge pull request # 110959 from mimowo/retriable-pod-failures-pod-conditions > 08dedd8 Introduction of a pod condition type indicating disruption. Its `reason` field indicates the reason: > f5e1938 Merge pull request # 111587 from ialidzhikov/k8s-utils@ee6ede2d64 > b3c30ab Update `k8s.io/utils` to `ee6ede2d64ed` > be740eb Merge pull request # 111441 from denkensk/respect-topology > a76179a Merge pull request # 111402 from verb/111030-ec-ga > acf399c code generated by script for MatchLabelKeys in TopologySpreadConstraint > 537ea12 Merge pull request # 111442 from ialidzhikov/k8s-utils@56c0de1e6f > d8280df Remove EphemeralContainers beta disclaimer > d96a10b api defination for MatchLabelKeys in TopologySpreadConstraint > 8f210eb Update `k8s.io/utils` to `9bab9ef40391` > 04aced3 Merge pull request # 111254 from dims/update-to-golang-1.19-rc2 > dda4dee Generate and format files > f6f0d0e Merge pull request # 111194 from ravisantoshgudimetla/promote-maxSurge-ga > f77fa25 Merge pull request # 111229 from ravisantoshgudimetla/promote-podOS-GA > 7b89ea1 Generated: maxSurge for DS > 9a18f7a Merge pull request # 110178 from kevindelgado/validation-beta-1-25 > 844753e Generated: PodOS field to GA > d895ab7 api: Promote DS maxSurge to GA > 096c9df Merge pull request # 110388 from sanposhiho/graduate-mindomain-beta > 1d3dcfc update kjson > bdc8eb0 api: Promote PodOS field to GA > fa32a3a Merge pull request # 110896 from ravisantoshgudimetla/promote-minReadySec-sts-update-ga > eeea400 Update doc comment > 08c75a7 Merge pull request # 111008 from cici37/bumpCEL > 40e8eea Generated: minReadySeconds for STS > 0110f55 Update v1 package to graduate minDomains to beta > 0c6d49d Bump cel-go to v0.12.0 > df27ddf api: Promote statefulset MinReadySeconds to GA > b9bd732 Merge pull request # 110564 from j4m3s-s/add-ports-doc-fix > 51e4c4a Merge pull request # 111010 from thockin/remove-refs-to-EndpointSliceNodeName > b7c39ad Fix description of Ports in PodSpec > 248dcdb Merge pull request # 111001 from pohly/klog-update > 4756865 Remove obsolete refs to gate EndpointSliceNodeName > b5b8fba build: update to klog v2.70.1 > 8488949 Merge pull request # 110990 from thockin/svc-typenames-IPFamilyPolicyType > ed77e2e Rename IPFamilyPolicyType => IPFamilyPolicy > 33ab20e Merge pull request # 110868 from rikatz/endport-to-ga > f18d381 Merge pull request # 110831 from chendave/openapi > 270b22d Generated files for endPort promotion > 724b071 Bump `kube-openapi` to the latest > e803bc1 Promote endPort to GA > b98f264 Merge pull request # 110724 from pohly/klog-update > 61fcc0f build: update to klog v2.70.0 > edebc67 Merge pull request # 110561 from Shubham82/extend_Description > 60387f6 Merge pull request # 110378 from lucacome/bump-grpc > 1cba8e4 RBAC: Modify the Description for the apiGroup. > 89ed2a8 Bump grpc to v1.47.0 > 6b0201d Merge pull request # 110520 from dims/update-gopkg.in/yaml.v3-to-v3.0.1 > 2c10714 Update gopkg.in/yaml.v3 to v3.0.1 > d50b1bc Merge pull request # 109293 from iamNoah1/improve-ingressclassname-api-doc > 832b1f4 Merge pull request # 109938 from dims/move-from-k8s.gcr.io-to-registry.k8s.io > bba462c generate ressources after change request > ed22bb3 Move from k8s.gcr.io to registry.k8s.io > d1f2717 add change requests > be84346 Merge pull request # 109968 from kerthcet/feature/optimize-apifield-comment > e85f85a generate ressources after change request > 209903b amend comment of NodeInclusionPolicy > bac3ee2 add change requests > ae35a85 Merge pull request # 108492 from kerthcet/feature/add-NodeInclustionPolicies > a3f4ca9 generate ressources after change request > 202371b feat: add NodeInclusionPolicy to TopologySpreadConstraint in PodSpec > 4e39c88 add change requests > 9b88471 Merge pull request # 109891 from pohly/log-dependency-update > af2d87a add generated assets > 548c53c Merge pull request # 109602 from lavalamp/remove-clustername > 0f669be dependencies: logr and zapr v1.2.3 > 4b894ff first shot improving api doc for ingressclassname > 5e2f5ad Merge pull request # 109308 from danwinship/traffic-policy-docs > eb567e7 compat > a2ee8c7 Merge pull request # 109803 from liggitt/api-fixture-data > 85c4c9d Clarify ExternalTrafficPolicy/InternalTrafficPolicy definitions > fcb6509 Merge pull request # 109440 from liggitt/gomod-1.18 > 1afa1ae Remove v1.22.0 API fixture data > 3f52c1d Regenerate vendor > a2ae4d4 Add v1.24.0 fixture data > d672b36 Merge pull request # 109506 from wangrzneu/fix-comment > f2f8c15 Merge pull request # 109421 from vpnachev/fix/typo-in-token-request-doc-string > 35e4518 fix IngressClassParametersReferenceScopeCluster comment in staging/src/k8s.io/api/networking > af4f75e Merge pull request # 105963 from zhucan/bugfix-95367 > aed3ebb Fix typo in TokenRequest doc string > 7a89730 Merge pull request # 109436 from JamesLaverack/revert-108290 > 56fb9f0 generated code and doc > 1f82dd7 Revert "Introduce APIs to support multiple ClusterCIDRs (# 108290)" > 6f81c7b csi: add nodeExpandSecret support for CSI client bumping knative.dev/hack 92a65f1...3fdc50b: > 3fdc50b Remove Signing Feature Gate (# 236) > 2d67db5 generate provenances (# 237) > 52a87e1 Update community files (# 235) bumping golang.org/x/tools 897bd77...b3b5c13: > b3b5c13 internal/lsp/cache: invalidate packages with missing deps when files are > 39a4e36 internal/lsp/regtest: only run /default tests with -short > f157068 internal/lsp/regtest: allow sharing memoized results across regtests > 8ccb25c internal/lsp: treat struct tags as string type > 6c8a6c4 internal/lsp: suppress parameter hint when argument matches parameter > c83f42d internal/lsp: update inlay hints documentation to include go snippets > 8b47d4e all: update dependencies > 7600454 gopls: update dependencies > 2a6393f internal/lsp: Refactor to share logic with rename > 4375b29 cmd/auth/cookieauth: delete unreachable os.Exit > 005c07a gopls/internal/vulncheck: adjust logging > 04bd087 internal/lsp: enable fillstruct for generics > 6ec939a internal/span: fix incorrect bounds check in ToOffset > 178fdf9 gopls/internal/regtest: unskip Test_Issue38211 > 1cfe623 gopls/internal/regtest: unskip TestQuickFixEmptyFiles > 3d474c8 internal/lsp/diff: new diff implementation to replace go-diff > a2a2477 gopls/internal/regtest: externalize shouldLoad tracking > 7b605f4 gopls/internal/vulncheck: pass go version to vulncheck config > 126ef8f gopls/internal/govulncheck: sync x/vuln@b9a3ad9 > a732e45 gopls: update golang.org/x/vuln > 980cbfe A+C: delete AUTHORS and CONTRIBUTORS > ec1f924 internal/lsp: add check for nil results to fillreturns > 79f3242 godoc: support go1.19 doc comment syntax > 2957e9d go/callgraph/vta: use types.IsInterface instead of our own isInterface > 2eaea86 go/callgraph/vta: do not include interface types during propagation > dc45e74 internal/lsp: Update FilterDisallow to support matching directories at arbitrary depth. > ce6ce76 internal/lsp/regtest: increase the time allowed for shutdown > 32129bf go/internal/gcimporter: adjust importer to match compiler importer > 22d1494 internal/gcimporter: add support for reading unified IR export data > c3af7c2 internal/lsp/cache: delete workspacePackageHandles (dead code) > 1a4e02f internal/lsp/analysis/unusedvariable: add analyzer > db8f89b internal/memoize: rename Handle to Promise > a7c53b5 internal/analysisinternal: move FindBestMatch to internal/lsp/fuzzy > 9b6c018 internal/lsp/cache: don't trim unexported struct fields > 85173cc internal/lsp/cache: follow usual structure for packages, analysis maps > b2eae76 internal/lsp/cache: simplify modwhy cache > dcb576d internal/lsp/cache: simplify modtidy > b230791 internal/lsp/cache: move PosTo{Decl,Field} out of cache > 8730184 internal/lsp/fake: retry spurious file lock errors on windows > 459e2b8 internal/lsp/progress: actually close over Context in WorkDoneWriter > 7c06b01 go/callgraph/vta: remove interprocedural flows for receiver objects > 6e6f313 internal/lsp/regtest: simplify, consolidate, and document settings > 3db2cdc internal/lsp: wait for ongoing work to complete during server shutdown > a5adb0f internal/lsp/cache: use mod=readonly for process env funcs > a79ee0f Revert "Revert "internal/lsp/cache: don't pin a snapshot to view.importsState" > bc957ec internal/lsp/source: use token.File-agnostic positions to dedupe refs > b6e4951 Revert "internal/lsp/cache: don't pin a snapshot to view.importsState" > 71dc5e2 internal/lsp/cache: make snapshot reference counting uniform > 42457a5 internal/lsp/cache: don't pin a snapshot to view.importsState > d6c099e internal/memoize: document stateIdle, RefCounted > 53ead67 internal/memoize: delete Generation and Bind > 8746177 internal/lsp/cache: simplify ParseGo > 9c2a556 internal/lsp/cache: fail addPackageHandle if metadata is stale > 1dfab61 internal/lsp/cache: use GetHandle not Bind for 5 URI-keyed maps > 2aef121 internal/lsp: consolidate .go/go.mod link logic > 8184d1f internal/lsp/cache: use GetHandle not Bind in astCacheData > 36430f4 internal/lsp/cache: use GetHandle not Bind for actions > b929f3b internal/span: make NewRange accept File, not FileSet > d69bac6 internal/lsp/cache: cache isActiveLocked calculation across snapshots > afa4a95 internal/lsp/cache: persist known subdirs > 698251a internal/lsp/cache: sort Metadata.Deps, for determinism > f79f3aa internal/lsp/cache: clarify buildPackageHandle > e92a18f internal/lsp/lsppos: reduce allocations in NewMapper > f487f36 internal/lsp/source: reduce allocation in workspace-symbols > 7b04e8b internal/persistent: no-op deletion from map does not allocate > f042799 internal/memoize: delete Bind(cleanup) hook > bec0cf1 internal/lsp/cache: avoid Handle mechanism for workspace dir > ffc70b9 lsp/completion: fix ranking of *types.PkgName candidates > 93bf1fc gopls: add range over channel postfix completion > 79fefdf internal/memoize: do not iterate all handles on generation destruction > fa4babc internal/lsp/cache: use persistent map for storing packages in the snapshot > 9358add internal/lsp/cache: remove unused function > c77473f gopls: upgrade staticcheck to v0.3.2 > e8e5b37 internal/lsp/cache: don't construct a new metadata graph if no changes > 8314b7a go/analysis: add suggested fix for unkeyed composite literals > 8865782 internal/lsp: add text edits for unkeyed literals > 1a196f0 internal/lsp/cache: don't build symbol info for non-Go files > b84d509 gopls/doc: regenerate documentation > c10541a go/analysis/passes/fieldalignment: document "false sharing" > 7743d1d internal/lsp: respect range for inlay hints > 0248714 internal/lsp: add additional instrumentation around package loading > e5b3324 internal/lsp: add InlayHint regtests > 2a90056 go/gcexportdata: fix Find for Go modules > 7404bd2 all: gofmt some recent file changes > ec0831a refactor/satisfy: don't crash on type parameters > 66bbba3 internal/memoize: remove unused Store.generations map > 56116ec internal/memoize: don't destroy reference counted handles > 10494c7 cmd/digraph: fix typo > 93a03c2 internal/lsp/cache: invalidate reverse closure when loading packages > c36379b internal/lsp/cache: don't set new metadata if existing is valid > e1ec1f3 internal/imports: use a module resolver if GOWORK is set > 60ca636 internal/lsp: use camel case for inlay hint config fields > 2994e99 internal/persistent: change map to use set/get as method names > 22ab253 internal/lsp: rename viewport to range > 3f5f798 internal/lsp/cache: use persistent map for storing files in the snapshot > f60e9bc internal/lsp/cache: use persistent map for storing gofiles in the snapshot > 871637b internal/lsp: add settings for inlay hints and enable > a44cc76 cmd/stringer: use explicit NeedX values instead of deprecated LoadSyntax > 4e231cb internal/lsp/cache: don't prune unreachable metadata on clone > a2de635 internal/lsp/cache: honor the go.work for computing workspace packages > cbb8e8e internal/span: optimise URI.Filename to avoid allocation > 63d8015 internal/lsp/cache: minor simplifications to Symbols > 59bd4fa internal/lsp: find references to package > a1303c8 internal/lsp: remove tooltip from inlay hints > 641b30b internal/lsp: add inlay hints for inferred type params > 70ccf57 go/packages: fix loading single file when outside of GOPATH, module > 381ac87 internal/lsp/debug: reduce critical sections in trace > 1e14d99 internal/lsp: add inlay hints for composite literal types > e987015 internal/lsp/cache: symbolize in parallel > 88325aa internal/memoize: add trace region for Handle.run > c353b05 internal/lsp/cache: delete checkSnapshotLocked > 567c98b internal/lsp/cache: don't walk URIs to invalidate metadata > dffd645 internal/lsp/cache: only clone metadata if something changed > 4ba3d22 internal/lsp/cache: clone the metadata graph when clearing ShouldLoad > 39d3d49 internal/lsp/cache: use metadataGraph.Clone in snapshot.clone > 8a92078 internal/lsp/cache: build a new metadata graph on load > 9f38ef7 internal/lsp/cache: derive workspace packages from metadata > 041035c Revert "internal/lsp/cache: reduce critical sections" > d097bc9 gopls/internal/vulncheck: include nonaffecting vulnerability info > e8b9ff1 gopls/internal/govulncheck: sync x/vuln@4eb5ba4 > 654a14b internal/lsp/cache: reduce critical sections > 27db7f4 gopls: update golang.org/x/vuln to latest @4eb5ba4 > c993be6 go/analysis/internal/checker: log codeFact error, remove unused action.inputs > ed27611 internal/lsp/cache: cache known subdirs pattern > ebc084a internal/lsp: add inlay hints count to test summary > c15c045 internal/lsp: enable inlay hint tests > 0343989 internal/lsp: fix error message for inlay hints > a41fc98 internal/lsp/cache: use [256]byte Hash instead of hex digit string > c41ddce internal/lsp: include padding in inlay hint marker tests > 5e48d26 internal/lsp: add inlay hints for composite literal names > 83b0675 internal/lsp: add inlay hints for constant values > ecc1479 internal/lsp: add inlay hints for variable types > 65c0181 internal/lsp: support textDocument/inlayHint for parameter names > 9651276 internal/lsp/cache: optimize Snapshot.clone > 697795d internal/lsp/regtest: don't run the connection on the test context > ad756c7 internal/lsp: initial test set up for inlay hints > 1d19788 internal/lsp/cache: always compute IsIntermediateTestVariant > 4a8620f internal/lsp/cache: move metadata fields to a new metadataGraph type > a3d129c internal/lsp/cache: extract module load errors when go.work is used > 6bfd3a4 Revert "internal: temporarily disable tests so we can land CL 410955" > 5ca4cc8 internal: temporarily disable tests so we can land CL 410955 > 63dfc2d internal/lsp/cache: two minor optimizations > 030812f internal: remove unneeded FileSets > 2417911 go/analysis/internal/checker: add -test flag for single/multi-checkers > 43cce67 go/analysis: document need for deterministic Fact encoding > af82757 cmd/callgraph: add test of -algo=vta > 76325da internal/lsp/progress: detach context for all progress notifications > b2fbc38 cmd/callgraph: add -algo=vta option > d68628a go/ast/astutil: clarify PathEnclosingInterval > 3dd056a internal/lsp/mod: fix broken assumptions about file base > 0cdf4b5 internal/lsp/source: eliminate ColumnMapper.PointSpan in favor of Pos > 9d7bf95 internal/lsp: factor out column mapper construction from content > 9e1d19b internal/span: eliminate TokenConverter > dae3f4b internal/lsp/diff: remove unused TokenConverter parameters > de3ef4a internal/lsp/source: remove workaround for newline terminated files > 6b760fc internal/lsp/source: remove ineffectual memoization in MappedRange > ea60815 internal/lsp: use the correct converter for mapped range offsets > 1ff52e2 gopls/internal/vulncheck: use internal/govulncheck > 2bb78cf internal/lsp: add missing bug reporting, and panic during marker tests > 0e859af go/analysis/analysistest: use listed mode instead of deprecated const > f385733 internal/gocommand: skip ill-formed env vars in cmdDebugStr > ccb1050 internal/lsp/cache: invalidate metadata when parsing issues resolve > 904e24e go/ssa: tweak Function.Name() for generic instantiations > 4dd2c74 internal/govulncheck: copy from x/vuln repo > b62b00f internal/lsp: add an option to get notified of bug reports > 960b4ce internal/typeparams: adds core type implementation > b55ed5e internal/lsp/regtest: only print RPC logs if asked > 44db4eb gopls/internal/regtests: add a test for bad go.work files > f97a804 go/analysis/passes/nilness: fixed slice not being considered as non-nil > 13bcb69 internal/lsp/analysis/stubmethods: recognize *ast.CallExpr > facb0d3 internal/span: eliminate Converter and FileConverter > 814e0d7 go/gcexportdata: don't assume that fmt names never change > 1e55371 go/ssa: fix *SelectorExpr within *IndexExpr handling > 29d48d6 go/callgraph/rta: adds tests for (instantiated) generics > ed968f6 internal/lsp/bug: add a package for bug reporting > 090b14e internal/lsp/regtest: make TestResolveImportCycle robust to error order > 820e093 go/types/objectpath: implement fast path for concrete methods > cfd9905 go/ssa: inline *ssa.selection methods > 304195c go/ssa: create *ssa.selection. > f918e87 gopls/internal/vulncheck: copy logic of govulncheck -html > a518b79 gopls/internal/vulncheck: synchronize cache access > ad497c6 internal/lsp/cmd: add -config option to gopls vulncheck > 62d837c go/analysis/passes/httpresponse: minor clarification > 6eb3de2 internal/lsp/analysis: fix a doc comment typo > 728485f gopls/internal/regtest: add a test for using staticcheck with generics > 1a5eed3 cmd/compilebench: use -p, handle packages with asm files > 93852cb internal/lsp: fix source.CompareDiagnostic asymmetry > 8ec40b5 x/tools/go/ssa: instantiate sel.Recv() on MethodVal. > 28c754d internal/lsp/analysis: analyzer for //go:embed directive > 033cbfc internal/typeparams: run go generate with go1.18.2 > bc0e26e internal/typeparams: remove examples in favor of x/exp/typeparams > b87ceec go/analysis/passes/httpresponse: inspect enclosing context of resp, err > 313af96 go/ast/astutil: make Apply follow TypeParams fields > d303668 internal/lsp/cache: use cached parsed files for symbols, if available > 0fb1abf internal/lsp: factor out go/token wrapper into a safetoken package > cde25b3 internal/lsp/lsppos: add helpers for mapping token positions > 22b7096 internal/lsp/cmd: change vulncheck to directly call the hook > 72a884b gopls: update golang.org/x/vuln dependency > d7e01c0 internal/lsp/source/completion: use typeutil.Map for short-circuiting > d299b94 passes/copylock: suppress reports on Offsetof and Alignof > 30fbd19 internal/lsp: fix fillstruct for structs with unsafe.Pointer > 0ebacc1 internal: remove pre-go1.12 conditionally compiled files > 45c8a71 internal/tool: implement structured help command > d27d783 cmd/godoc: expand skips in TestWeb > 4911e4a internal/testenv: remove darwin/arm case from NeedsGoBuild > 54c7ba5 go/analysis/passes/asmdecl: add build tag for loong64 > b4c4500 README: restructure and update > 556c550 internal/lsp/cache: invalidate packages that have added files > 4a3fc21 internal/lsp: only linkify urls with http, https, and ftp schemes > 04fc2ba cmd/godoc: skip TestWeb if waitForServerReady fails > 6872d3b passes/unusedwrites: Add TODO for how to handle generics. > 7c895e0 pointer: Adds unit tests for pointer with type parameters. > ddadc42 guru: Add a TODO list to the guru cmd. > c39ac6a callgraph/vta: Removes dead return statement (misc cleanup). > aafffac internal/lsp/source: avoid panic in HoverIdentifier > c862641 cmd/digraph: only print non-trivial sccs > 6fff1af go/analysis/passes/errorsas: update testdata for new warning > 115b454 go/analysis/passes/errorsas: warn if errors.As target is *error > 60b4456 go/callgraph/static: adds tests for (instantiated) generics > a37ba14 go/callgraph/cha: adds tests for (instantiated) generics > dcaea06 go/callgraph/vta: adds tests for (instantiated) generics > b44fad8 lsp/completion: fix func literals with type params > 5bb9a5e lsp/completion: fix literal completions with type params > 0941294 lsp/completion: further improve generic func arg ranking > c903563 internal/lsp/cache: don't cache parsed files when checking for metadata > 825b661 nilness: add unit test for generic instantiation. > 2548a8b ssautil: Add unit tests that set ssa.InstantiateGenerics > ae12e8f ssa: switch lblocks to types.Object > 559469a internal/lsp: render package documentation when hovering over a package import > fa7afc9 lsp/completion: improve generic func arg ranking > d567bc1 go/ssa: monomorphize generic instantiations. > 5d7ca8a go/ssa: return nil on parameterized types on MethodValue. > 48a2cc8 x/tools: remove dependency on golang.org/x/xerrors > 235b13d cmd/godoc: remove usage of golang.org/x/xerrors > b22f048 internal/jsonrpc2*: remove usage of golang.org/x/xerrors > bcfc38f go/packages: remove usage of golang.org/x/xerrors > 37590b3 gopls: remove usage of golang.org/x/xerrors > e854e02 go/ssa: fix miscompilation of <<= and >>= statements > c02adcc go/packages: ask for EmbedPatterns and EmbedFiles if needed > 5bb9c48 x/tools/go/packages: on Go 1.19+, explicitly ask for -json fields needed > 00aa68c go/ssa/interp: use *ssa.Global as key type for interpreter.globals > b4aba4b go/internal/gcimporter: key tparams by Package instead of pkgname > 46bc274 go/ssa: Update callee for wrapper function instantiation. > 884ffcd go/analysis: add support for loong64 > afc6aad go/packages: make loadFromExportData ignore go.shape > b7d7574 internal/lsp/protocol: avoid replying with non-nil interface values in case of error > 1f10767 gopls/doc: update neovim examples for nvim 0.7 > a220087 internal/lsp/protocol: ignore reply values with non-nil errors in jsonrpc2_v2 adapters > d5f48fc all: gofmt > d996daa go/ssa: gofmt > f9c13bb go/pointer: gofmt > ad8ef15 go/callgraph: gofmt > ce1e683 go/analysis: gofmt > 2bbdb7a gopls, internal/lsp: gofmt > 5fef6fd cmd: gofmt > 04fab9a go/callgraph/vta: avoids cycles for pathological recursive types > fbebf43 go/internal: gofmt > b900e88 go/ssa: emit Low expression before High in *ast.Slice > b2552ef internal/lsp: run go mod vendor exclusively to avoid file contention > 9e788ee internal/lsp/fake: consider mtime when polling for file changes > fe932b4 go/ssa: Instantiate calls to generic functions and methods. > ce5936c go/ssa: bound functions are now unique per instantiation. > 7dd9f20 go/ssa: Adds datastructures for function instantiation. > ee2bc8b go/ast/astutil: fix panic in DeleteNamedImport from line directive > 48e6d8d cmd/fiximports: skip TestFixImports on plan9-arm > 7f10777 gopls/internal/regtest/modfile: temporarily skip TestSumUpdateFixesDiagnostics > 7cc24c2 gopls: upgrade staticcheck to v0.3.0 > 1f763df internal/lsp: add semantic tokens for arrows in declarations > b3e0236 go/ssa: Track created functions in the builder. > 6731659 go/ssa: adds position info to implicit field selection instructions > 74cea6e internal/imports: ignore some line directives > 37acb39 internal/lsp: run vulncheck in specified dir > 4077921 all: fix spelling > ff66cbe internal/lsp: remove unused parameters from moduleAtVersion > 7d125fe cmd/callgraph: expand windows/arm64 skip to the whole platform > 153e30b internal/lsp/lsprpc: only propagate explicit GOWORK when using remote > cda13e2 internal/lsp: fix incorrect line and start of semantic tokens > 41787c4 gopls: run go mod tidy -compat=1.16 to fix the 1.16 build > b9a4807 internal/gopathwalk: remove unnecessary call to os.Lstat > 8e193c2 go/ssa: removes conversion of index value in Index and IndexAddr to int > 9d8009b go/analysis: validate report if analyzer.Run is empty > 761e51f go/ssa/interp: Adds reflect.DeepEqual model for interp testing > e342718 gopls/internal/vulncheck: skip vuln entries without callstacks > b22bc85 gopls/doc: update stale documentation on generics > e693fb4 go/internal/gcimporter: fix IImportBundle error text > ed5a15c go/internal/gcimporter: replace assert with more helpful panic > f4515dd go/packages: fix load with NeedTypes but not NeedImports > 11930bd go/packages: fix handling of NeedExportFile in go list > e0095ae go/packages: fix precedence typo in needtypes calculation > e309672 go/packages: rename NeedExportsFile to NeedExportFile > 54af36e internal/lsp: handle invalid URL args in command params > 707beb0 internal/lsp/source: descend into fields and field lists in qualifyExpr > 1e5ae83 internal/lsp/command: remove unnecessary json struct tag > b7db7eb internal/lsp/cmd: add vulncheck command > c62a3b3 gopls/internal/vulncheck: limit the included callstack count > 78ff15e tools: fix some typos > f23240f gopls/go.mod: switch to golang.org/x/vuln/vulncheck > 4adaded internal/lsp/source: handle empty strings in directoryFilters > 2536df9 internal/lsp/source: include builtin name in hovered signature > cd31eaa internal/lsp/command: add RunVulncheckExp > 4737f45 internal/lsp/command: add VulncheckArgs/Result types > 84a0321 doc/generate.go: handle non-empty JSON tag correctly > 4460e9b gopls/internal/vulncheck: copy x/vuln/cmd/govulncheck/cache.go > 9fd677e gopls/internal/vulncheck: add cmd that runs govulncheck-like analysis > b169789 go/ssa: add position information for switch case conditions > 9814b1b gopls: update settings link to code lenses > 87a8611 x/tools/go/packages: add Embed support > 1428e83 lsp/completion: fix bogus generic func conversion > cbdab03 lsp/completion: fix bogus type param candidate > 3a6cbd6 lsp/completion: improve completion for func type params > c717623 go/analysis/passes/asmdecl: define register-ABI result registers for PPC64 > 86b02b3 internal/lsp/cache: check for nil WorkFile.Go > 5ea13d0 internal/lsp/source: move doc links to the bottom of hover > 779dfa4 internal/lsp: invalidate package on go.mod change with go.work > c7b0e9a internal/lsp/template: fix processing of multi-line tokens > e998cd2 internal/lsp: remove unused code > 877ec07 internal/lsp/cache: remove unused code > 85d68bc internal/lsp: update LSP stubs, including provisional InlayHints > fb5dfde internal/imports: update stdlib index for 1.18 > d67eab4 go/types/objectpath: break cycles through type parameters in find > 77aa08b internal/completion: default to regular completion for f.Fuzz without f.Add > 6799a7a internal/lsp/source: canonicalize objects in reference/rename requests > 54a569a internal/imports: use first quote when matching import path > 40370f8 go/internal/gcimporter: add a test case for issue 51219 > 24806f2 go/analysis: add tests check for calling *F methods in fuzz func > dff7c5f go/internal/gcimporter: guard against infinite recursion with recursive > 49d48a0 go/analysis/passes/composite: allow InternalFuzzTarget > 198cae3 go/ssa: split pkg() into different cases for *Package and *types.Package > ee31f70 internal/lsp: add completion for use directives > 622cf7b internal/lsp/cache: copy workFile when invalidating workspace > e7a12a3 go/ssa: add type substitution > c773560 internal/lsp/cache: set GOWORK=off when mutating modfiles > 613589d internal/lsp: more precise completions for *testing.F fuzz methods > 9f99e95 go/analysis: add analyzer for f.Add > 7b442e3 go/callgraph/vta: fix package doc > 1670aad go/analysis: fix bug with finding field type > fd72fd6 go/ssa/interp: adding external functions for tests > b105aac internal/lsp: use regexp to add go mod edit -go quick fix > 03d333a internal/lsp: add snippet completion for function type parameters > 94322c4 go/internal/gcimporter: pass -p to compiler in test > b59c441 internal/lsp/cache: always consider go.work files for ws expansion > e155b03 cmd/getgo: exec main from TestMain instead of running 'go build' in tests > e562276 internal/lsp: add hover for go.work use statements > 121d1e4 internal/lsp: report diagnostics on go.work files > 0eabed7 cmd/file2fuzz: exec main from TestMain instead of running 'go build' in tests > 19fe2d7 gopls: update xurls dependency, remove \b workaround > 3ce7728 internal/lsp/source: support stubbing concrete type params > 3286927 internal/lsp/cache: construct workspace even when go.work has error > 09e0201 go/ssa: determine whether a type is parameterized. > e43402d go/ssa: changes Package.values to objects. > a972457 go/ssa: adds *types.Info field to ssa.Function. > fc47946 go/ssa: Move BasicBlock operations into block.go > 7103138 gopls: add regtest for edit go directive quick fix > 4a5e7f0 internal/lsp: correctly apply file edits for edit go directive > 6a6eb59 go/ssa: Put type canonicalization on own mutex. > afc5fce gopls/doc: address additional comments on workspace.md > abbbcaf gopls/doc: update the documentation for workspaces to suggest go.work > 72442fe gopls: update neovim documentation for imitating goimports > ffa170d internal/jsonrpc2_v2: fix a racy map assignment in readIncoming > 625c871 gopls: update neovim documentation for using go.work > fb3622a signature-generator: add Go func signature fuzzing tools > 5d35a75 internal/jsonrpc2_v2: clarify documentation > abc106c gopls/integration/govim: build gopls using go1.18rc1 > c2ddf3d internal/lsp: add quick fix for unsupported feature > 0e44f7a gopls/doc/advanced.md: correct commands for unstable version build > acdddf6 go/ssa: allows right operand of a shift to be signed. > 9ffa3ad internal/lsp: Provide completions for test function definitions > b7525f4 internal/lsp: hash go version into package key > 5210e0c gopls: wire in LangVersion and ModulePath for gofumpt formatting > e6ef770 go/types/typeutil: don't recurse into constraints when hashing tparams > 258e473 internal/lsp/source: disable the useany analyzer by default > b7d2949 internal/lsp: don't store diagnostics for builtin.go > 4f21f7a gopls: update gofumpt to v0.3.0 > 3e31058 internal/imports: update to permit multiple main modules > 43f084e internal/typesinternal: update typesinternal for 1.18 bumping k8s.io/apimachinery 97e5df2...478dd6e: > 478dd6e Merge pull request # 112527 from liggitt/automated-cherry-pick-of-# 112526-upstream-release-1.25 > 14bc1be Limit redirect proxy handling to redirected responses > 8252641 Merge pull request # 112330 from enj/automated-cherry-pick-of-# 112193-upstream-release-1.25 > 10b456c Merge pull request # 112161 from pohly/automated-cherry-pick-of-# 112129-origin-release-1.25 > 4759a80 Add an option for aggregator > 3296217 dependencies: update to ginkgo v2.1.6 and gomega v1.20.1 > 117bd9b Merge pull request # 111113 from mimowo/retriable-pod-failures-job-controller > 74deb3d Merge pull request # 111696 from liggitt/go119mod > dbffa07 Support handling of pod failures with respect to the specified rules > fef5499 Update go.mod to go1.19 > 41606c6 Merge pull request # 111677 from dims/stop-panic-in-govet-levee > 6627090 run lint-dependencies and follow directions > addc01f Stop panic in govet-levee CI job > f15b816 Merge pull request # 110495 from alexzielenski/atomic-objectreference > e68cae5 update kube-openapi > b541046 Merge pull request # 111557 from alexzielenski/update-smd-422 > ace683f update smd to 4.2.3 > 899984f Merge pull request # 111587 from ialidzhikov/k8s-utils@ee6ede2d64 > c77a8ed Update `k8s.io/utils` to `ee6ede2d64ed` > 954536d Merge pull request # 111450 from HecarimV/fix-22072710 > d58901c Merge pull request # 111454 from HecarimV/fix-log-capitalized > a9b0d05 cleanup: omit redundant arguments in make call > 8b07078 Merge pull request # 111496 from HecarimV/unnecessary-fmt > 1be2ea2 cleanup: fix some error log capitalization > 3bab4b1 Remove unnecessary use of fmt.Sprintf > 47ba8cb Merge pull request # 111442 from ialidzhikov/k8s-utils@56c0de1e6f > 0a1c3aa Update `k8s.io/utils` to `9bab9ef40391` > 7fb0342 Merge pull request # 111254 from dims/update-to-golang-1.19-rc2 > 9652184 Merge pull request # 106388 from alexzielenski/ssa-ignore-nonsemantic-changes > fdf7942 Generate and format files > 915d89a Merge pull request # 111173 from BinacsLee/binacs/regenerate-sets > 65bf58a optimize nil and empty also for slices > 0661104 Merge pull request # 110178 from kevindelgado/validation-beta-1-25 > fb683c6 Re-Generate k8s.io/apimachinery/pkg/util/sets > 6586a12 optimize nil and empty case for parity with other branch > 5d375c1 update kjson > 019f1e1 revert timestamp updates to object if non-managed fields do not change > cff14a5 Merge pull request # 111081 from HecarimV/fix-22071210 > afc5e00 Merge pull request # 111008 from cici37/bumpCEL > 6f7b214 Fix: some typo in apimachinery/pkg > 51e28bc Merge pull request # 111097 from saltbo/fix-thethe-typo > cd7836f Bump cel-go to v0.12.0 > 5074e27 fix: update the typo code comment > 0897ed8 Merge pull request # 108532 from cbandy/status-cause > 9cb1f71 Merge pull request # 110916 from zhoumingcheng/master-code-v1 > 9291eff api/errors: Improve performance of Is* functions > 4afd3f4 Merge pull request # 109111 from chendave/ginkgo_upstream > 8c521e1 Fix a typo > 1eec2ee Use errors.As to detect wrapping in StatusCause > c87322d update ginkgo from v1 to v2 and gomega to 1.19.0 > 2496976 Merge pull request # 111001 from pohly/klog-update > d40a017 build: update to klog v2.70.1 > a869692 Merge pull request # 110831 from chendave/openapi > e4283bb Bump `kube-openapi` to the latest > 66bbc50 Merge pull request # 110788 from 21kyu/change_reflect_ptr > 55378ba Change reflect.Ptr to reflect.Pointer > e74e8a9 Merge pull request # 110724 from pohly/klog-update > 21dbaf7 build: update to klog v2.70.0 > eda93e0 Merge pull request # 110448 from twilight0620/test0608 > c5be385 Merge pull request # 110378 from lucacome/bump-grpc > 6243438 add some uts of group_version.go > bae69c6 Bump grpc to v1.47.0 > b90ea24 Merge pull request # 110520 from dims/update-gopkg.in/yaml.v3-to-v3.0.1 > 1831736 Update gopkg.in/yaml.v3 to v3.0.1 > d407afb Merge pull request # 110351 from dims/switch-to-v3-of-github.com/emicklei/go-restful > 5e1e879 Switch to v3 of github.com/emicklei/go-restful > be3a79b Merge pull request # 109892 from jlsong01/add_annotation_comments > 5abf6e2 Merge pull request # 110207 from wojtek-t/clean_shutdown_managers > 21bf400 clarify a comment on annotation key validation > be75d4d Make contextForChannel public > e3c6631 Merge pull request # 110079 from ash2k/dial-with-context > e929c35 Always dial using a context > e572490 Merge pull request # 109752 from MadhavJivrajani/remove-apimachinery-clocks > e11374f Merge pull request # 110040 from astoycos/fix-panic > 5526e82 apimachinery/clock: Delete the clock package > ca5c89b Merge pull request # 110029 from ash2k/ash2k/no-double-tls-validation > 7c09d67 Fix additional panic > 4f2ae94 tls.Dial() validates hostname, no need to do that manually > ec91382 Write Unit test to imitate Panic > 28c7554 Merge pull request # 109651 from ash2k/ash2k/spdy-cleanup > f3b1305 Merge pull request # 108080 from astoycos/issue-132 > 284911f Pass context for TLS dial > 1c398d5 Merge pull request # 107213 from mk46/portname_validation > 912a38b Fix Panic Condition > f1ceaed Don't clone headers twice > 4778951 Merge pull request # 109891 from pohly/log-dependency-update > b243f86 Fixed portName validation error message. > b85d889 Merge pull request # 109602 from lavalamp/remove-clustername > 1c1f82a dependencies: logr and zapr v1.2.3 > 0ac710b generated files > 430b920 Remove ClusterName > 5f6d692 Merge pull request # 109804 from cici37/celUpdate > a5de00b Merge pull request # 109750 from aojea/spdy_tls > b6901b9 Update go-control-plane, cncf/xds/go, cncf/udpa/go and remove unused versions > b042ede Merge pull request # 109440 from liggitt/gomod-1.18 > e57894b spdyroundtripper: d tlson't verify hostname twice > 535f064 Update GRPC > 92ee148 Regenerate vendor > 1564fe5 spdyroundrippter: close the connection if tls handshake fails > 5ac2923 Update genproto and antlr. > f71cc27 Merge pull request # 109259 from roycaihw/tweak-quantity-docs > 54c2bc0 Bump cel-go to v0.11.2 > 080c0c7 Merge pull request # 109212 from alexzielenski/copylock-fix > af9793b Generated files > cf0bfa9 Tweak Quantity docstring for ease of reference generation bumping golang.org/x/net 27dd868...a158d28: > a158d28 A+C: delete AUTHORS and CONTRIBUTORS > 1185a90 ipv4,ipv6: retry ENOBUFS in TestPacketConnReadWriteUnicastUDP > c90051b http2/h2i: update install documentation > 69896b7 lif: use SIOCGLIF*, AF_* and SOCK_DGRAM consts from x/sys/unix > 1bab6f3 lif: use IFT_* consts from x/sys/unix > 263ec57 lif: remove unused sysIFF_* constants > 9d032be Revert "http2: enable VerboseLogs in TestTransportGroupsPendingDials" > 355a448 http2: enable VerboseLogs in TestTransportGroupsPendingDials > 694bf12 http2: add newly dialed conns to the pool before signaling completion > fb05da6 nettest: skip known failure mode of TestTestConn/TCP/RacyRead on windows/arm64 > c690dde http2: remove arbitrary timeouts in server_test.go > c960675 http2: eliminate arbitrary timeouts in testServerResponse > c186220 http2: prioritize RST_STREAM frames in priority write scheduler > 5463443 go.mod: update golang.org/x/sys to latest version > 1d687d4 http2/h2c: support direct hand off of h2c-upgrade connections > 2e3eb7b http2: optimization of AppendHuffmanString > 183a9ca http2: exclude some header from 1xx responses > 20f9603 nettest: log more details about err for checkForTimeoutError > 45b2658 all: fix go vet warnings > 9564170 http2: allow sending 1xx responses > 2871e0c ipv4,ipv6: retry ENOBUFS and shut down the PacketConn on failure in TestPacketConnConcurrentReadWriteUnicastUDP > 1d1ef93 http2: use custom concurrent safe noBodyReader type when no body is present > 1850ba1 http2: make the Server use the priority write scheduler > a630d4f http2: support concurrent Request.Close calls > 290c469 all: gofmt > aac1ed4 http2: skip "write: broken pipe" failures in TestServer on OpenBSD > 749bd19 net/http2: omit invalid header value from error message > 543a649 http2: log pings and RoundTrip retries when http2debug=1 > de3da57 net/http/httpproxy: support non-ASCII characters in NO_PROXY bumping k8s.io/utils 3a6ce19...ee6ede2: > ee6ede2 Merge pull request # 252 from ialidzhikov/cleanup/testdata > 9bab9ef Merge pull request # 251 from dims/tolerate-path-lookup-issues-in-golang-1.19 > a4934a1 Move test data file under testdata/ > 56c0de1 Merge pull request # 249 from ialidzhikov/pointer-func-deprecations > ee5bcf5 tolerate path lookup issues in golang 1.19 > f6158b4 Merge pull request # 248 from aojea/ci > 161a940 Properly deprecate the funcs from the pointer pkg > 74ebc72 IP.UnmarshalText() uses net.Parse internally > 105d5f1 fix linter > f2fee6f call to (*T).Fatalf from a non-test goroutine (govet) > 8cc7140 update github CI bumping k8s.io/code-generator 65c70a5...7e9837e: > 7e9837e Merge pull request # 112161 from pohly/automated-cherry-pick-of-# 112129-origin-release-1.25 > ecb165b dependencies: update to ginkgo v2.1.6 and gomega v1.20.1 > 775c304 Merge remote-tracking branch 'origin/master' into release-1.25 > d31c93c Revert "Remove gcp and azure auth plugins" > 7a6b27b Update go.mod to go1.19 > fa4467d Merge pull request # 111677 from dims/stop-panic-in-govet-levee > 7b3066b run lint-dependencies and follow directions > c04cb7f Stop panic in govet-levee CI job > aed7155 Merge pull request # 110495 from alexzielenski/atomic-objectreference > 02dff21 update kube-openapi > 24b65b5 Update kubectl kustomize to kyaml/v0.13.9, cmd/config/v0.10.9, api/v0.12.1, kustomize/v4.5.7 (# 111606) > ce96325 Merge pull request # 111557 from alexzielenski/update-smd-422 > 3e298a9 update smd to 4.2.3 > 98b8ad1 Merge pull request # 111587 from ialidzhikov/k8s-utils@ee6ede2d64 > 7d41d4b Update `k8s.io/utils` to `ee6ede2d64ed` > f7e6982 Merge pull request # 111442 from ialidzhikov/k8s-utils@56c0de1e6f > 5e969f2 Update `k8s.io/utils` to `9bab9ef40391` > 22db44c Merge pull request # 111254 from dims/update-to-golang-1.19-rc2 > 53c2ca0 Generate and format files > a08f67b Merge pull request # 110178 from kevindelgado/validation-beta-1-25 > e22e97f update kjson > 40a88eb Merge pull request # 111008 from cici37/bumpCEL > 9a892d0 Bump cel-go to v0.12.0 > d665e29 Merge pull request # 108792 from wongearl/modify-todo > dc61ef8 Merge pull request # 111001 from pohly/klog-update > dec659d fix CustomArgs annotation, todo describe > 162a509 build: update to klog v2.70.1 > 132cd9f Merge pull request # 110831 from chendave/openapi > 0bd13bc Bump `kube-openapi` to the latest > 068d9f8 Merge pull request # 110724 from pohly/klog-update > 051a429 build: update to klog v2.70.0 > 4e8f8f5 Merge pull request # 110378 from lucacome/bump-grpc > 39381c1 Bump grpc to v1.47.0 > a2acbb4 Merge pull request # 110546 from liggitt/fix-example > cb496e7 Merge pull request # 110518 from dims/switch-to-released-version-of-v3.8.0-github.com/emicklei/go-restful/v3 > e246394 Drop spurious replace > f2ea995 Merge pull request # 110520 from dims/update-gopkg.in/yaml.v3-to-v3.0.1 > 306deab Switch to released version of v3.8.0 - github.com/emicklei/go-restful/v3 > d8adc26 Update gopkg.in/yaml.v3 to v3.0.1 > 35a5f00 Merge pull request # 110351 from dims/switch-to-v3-of-github.com/emicklei/go-restful > e1fbd90 Switch to v3 of github.com/emicklei/go-restful > 7d977b3 Merge pull request # 110013 from enj/enj/i/remove_azure_gcp_auth_plugins > 7e85903 Remove gcp and azure auth plugins > 9f887a7 Merge pull request # 109891 from pohly/log-dependency-update > acd6f5b Merge pull request # 109602 from lavalamp/remove-clustername > 7c0fe80 dependencies: logr and zapr v1.2.3 > 05559de generated files > 8ed2cce Merge pull request # 109804 from cici37/celUpdate > f82eadd Update go-control-plane, cncf/xds/go, cncf/udpa/go and remove unused versions > cd6d91a Update GRPC > df8059b Update genproto and antlr. > 4a69c11 Bump cel-go to v0.11.2 > 0a834f8 Merge pull request # 109440 from liggitt/gomod-1.18 > 5cbad16 Regenerate vendor > 8f17de0 Merge pull request # 109031 from Jefftree/openapiv3beta > 858bf3c generated: Update kube-openapi and vendor bumping k8s.io/client-go 3e73df6...593f096: > 593f096 Update dependencies to v0.25.2 tag > 1904631 Merge pull request # 112161 from pohly/automated-cherry-pick-of-# 112129-origin-release-1.25 > 8f4eb75 Merge pull request # 112336 from enj/automated-cherry-pick-of-# 112017-upstream-release-1.25 > e278668 dependencies: update to ginkgo v2.1.6 and gomega v1.20.1 > 1874bc6 exec auth: support TLS config caching > db7e2d8 Merge pull request # 112055 from aanm/automated-cherry-pick-of-# 111752-origin-gh-aanm-release-1.25 > c9008f3 client-go/rest: check if url is nil to prevent nil pointer dereference > 1a46dfd Revert "client-go: remove no longer used finalURLTemplate" > b3e4a40 Merge remote-tracking branch 'origin/master' into release-1.25 > c2f61ae Update removal warnings to 1.26 > 54e42ab update-gofmt > ef26118 Revert "Remove gcp and azure auth plugins" > a890e7b Merge pull request # 109090 from sarveshr7/multicidr-rangeallocator > f10f16e Merge pull request # 111113 from mimowo/retriable-pod-failures-job-controller > 76884cd Auto generate code for ClusterCIDR API > 3300752 Merge pull request # 111696 from liggitt/go119mod > c439b25 Support handling of pod failures with respect to the specified rules > ce9ac37 Merge pull request # 108692 from jsafrane/selinux > 4100519 Update go.mod to go1.19 > a00e9ab Regenerate files > 55b6f70 Merge pull request # 111677 from dims/stop-panic-in-govet-levee > 606e4a8 run lint-dependencies and follow directions > fe9020e Stop panic in govet-levee CI job > e803ec6 Merge pull request # 110495 from alexzielenski/atomic-objectreference > 07171f8 Merge pull request # 111090 from kinvolk/rata/userns-support-2022 > b5feb25 mark persistentvolume's claimRef as granular > bebf219 Update kubectl kustomize to kyaml/v0.13.9, cmd/config/v0.10.9, api/v0.12.1, kustomize/v4.5.7 (# 111606) > 912b04a Update autogenerated files > c5a511a update kube-openapi > 68639ba Merge pull request # 111557 from alexzielenski/update-smd-422 > 828c3cb pkg/apis, staging: add HostUsers to pod spec > b0d4101 Merge pull request # 111475 from alculquicondor/clear_pod_disruption > 1631be4 update smd to 4.2.3 > 3dfaef5 Add clock interface to disruption controller > 3e9c4b4 Merge pull request # 111587 from ialidzhikov/k8s-utils@ee6ede2d64 > 2037cc6 Update `k8s.io/utils` to `ee6ede2d64ed` > 07735ea Merge pull request # 111441 from denkensk/respect-topology > 95367f2 Merge pull request # 110851 from negz/more-like-mac-slow-s > 2190b2f code generated by script for MatchLabelKeys in TopologySpreadConstraint > ec0f337 Merge pull request # 111387 from marseel/feature/retry_internal_errors > 761f55c Use SHA256 sums to verify discovery cache integrity > c2d2c47 Merge pull request # 111228 from Abirdcfly/220716 > ff6bf67 Add option to retry internal api error in reflector. > 735524f Use sha256 to sanitize discovery HTTP cache keys > fe12e65 Merge pull request # 111442 from ialidzhikov/k8s-utils@56c0de1e6f > 65b1e7d clean Unreachable code > 1ea239f Use checksums instead of fsyncs to manage discovery cache corruption > 7a55c3b Update `k8s.io/utils` to `9bab9ef40391` > 76fccca Add a benchmark for the discovery cache RoundTripper > cc879cd Merge pull request # 111254 from dims/update-to-golang-1.19-rc2 > b5c7588 Merge pull request # 109141 from ulucinar/bump-discovery-burst > 2a6c116 Generate and format files > b2097e6 Merge pull request # 110666 from ldsdsy/modify > 4aac6a7 Bump discovery burst of default ConfigFlags to 300 > 4db4856 Merge pull request # 111242 from wojtek-t/fix_leaking_goroutines_11 > 123d4e7 Fix a typo > ed7d154 Bump default burst limit for discovery client to 300 > 95a40e2 Merge pull request # 110178 from kevindelgado/validation-beta-1-25 > 9dde02d Clean shutdown of client integration tests > 267b657 Merge pull request # 111235 from Abirdcfly/220719 > b4c3510 update kjson > 0cfc963 Merge pull request # 110649 from harshanarayana/fix/GIT-110335-fix-fake-event-expansion > ca60e0e fix a possible panic because of taking the address of nil > c6bd30b Merge pull request # 111176 from p0lyn0mial/upstream-cacher-refactor-for-streaming > e2ef408 GIT-110335: address namespace defaulting for events > 441e2c8 reflector: simplify reading the resourceVersion > 04f67d5 reflector: move LIST to its own method > 4e28921 reflector: refactor watchHandler > 163ee0b Merge pull request # 111080 from zhoumingcheng/master-v3 > 743e29d Merge pull request # 111008 from cici37/bumpCEL > 84e1219 Correct some wrong syntax > 79a582f Merge pull request # 111097 from saltbo/fix-thethe-typo > 7f7dbbc Bump cel-go to v0.12.0 > eabd428 Merge pull request # 111002 from HecarimV/fix-220707 > 7c3fa18 fix: update the typo code comment > 59fda2e Merge pull request # 111087 from HecarimV/fix-22071205 > f295032 fix static-check for staging/src/k8s.io/client-go/ > 2f582c2 Fix:import the same package multiple times > 3b969f9 Merge pull request # 111001 from pohly/klog-update > 26b5064 build: update to klog v2.70.1 > 506ef89 Merge pull request # 110990 from thockin/svc-typenames-IPFamilyPolicyType > 61a7d9d Rename IPFamilyPolicyType => IPFamilyPolicy > a16e76e Merge pull request # 110831 from chendave/openapi > 6a58c3a Bump `kube-openapi` to the latest > f5b6af4 Merge pull request # 110788 from 21kyu/change_reflect_ptr > 1b23c15 Change reflect.Ptr to reflect.Pointer > 8dfe88a Merge pull request # 110724 from pohly/klog-update > 899bcd7 Merge pull request # 110425 from LY-today/fake-evict-list-err > cb4a10d build: update to klog v2.70.0 > 0647d43 Merge pull request # 109632 from weilaaa/recorrect_byindex_input_param > 9ac8bfe fix: list pod err after an pod evicted > acab036 Merge pull request # 110436 from nicks/nicks/issue-1108 > 64585cf correct input params and add godoc > 830d4c4 Merge pull request # 110378 from lucacome/bump-grpc > 5ce7078 client-go: fix panic in ConfirmUsable validation > e0fa504 Bump grpc to v1.47.0 > 2a9f955 Merge pull request # 110518 from dims/switch-to-released-version-of-v3.8.0-github.com/emicklei/go-restful/v3 > d4fc9af Merge pull request # 110520 from dims/update-gopkg.in/yaml.v3-to-v3.0.1 > 7e1edab Switch to released version of v3.8.0 - github.com/emicklei/go-restful/v3 > 08b4bbc Update gopkg.in/yaml.v3 to v3.0.1 > 87a5b7b Merge pull request # 110351 from dims/switch-to-v3-of-github.com/emicklei/go-restful > cf0ba13 Switch to v3 of github.com/emicklei/go-restful > f88de91 Merge pull request # 96771 from soltysh/shortcut_expander > e2598a4 restmapper: re-try shortcut expander after not-found error > cf13620 Merge pull request # 84145 from bells17/fix-typo > 33115b4 Merge pull request # 110100 from tkashem/client-go-backoff-fix > 21f4308 Fix typo: type -> eventtype > 0bc005e Merge pull request # 110076 from karlkfi/patch-1 > 71b8c17 client-go: fix backoff delay > 8764064 fix: reflector to return wrapped list errors > ef63e49 Merge pull request # 110013 from enj/enj/i/remove_azure_gcp_auth_plugins > 1f7dc88 Remove gcp and azure auth plugins > 77f6364 Merge pull request # 108080 from astoycos/issue-132 > b4b8e5e Merge pull request # 108492 from kerthcet/feature/add-NodeInclustionPolicies > f19a514 Fix Panic Condition > 5bb1a76 feat: add NodeInclusionPolicy to TopologySpreadConstraint in PodSpec > 2420926 Merge pull request # 109891 from pohly/log-dependency-update > 7c5b742 Merge pull request # 109602 from lavalamp/remove-clustername > c301d44 dependencies: logr and zapr v1.2.3 > 5a9c3ac generated files > c0ab12a Merge pull request # 109804 from cici37/celUpdate > bb66d80 Merge pull request # 109607 from liggitt/drop-unused-third-party > 631da0c Update go-control-plane, cncf/xds/go, cncf/udpa/go and remove unused versions > f4c553f Merge pull request # 109440 from liggitt/gomod-1.18 > 7481505 Remove package variables > 28feddd Update GRPC > ccff963 Regenerate vendor > 28c4a4d Drop unused golang/template funcs > a8fbc49 Update genproto and antlr. > 671a40c Merge pull request # 109520 from cncal/lcn_cleanup_duplicate_code_snippet > ac3e4ba Bump cel-go to v0.11.2 > 211d8a7 Merge pull request # 109443 from kevindelgado/dynamic-apply > 152e68f Remove the duplicate code snippet in client-go delaying_queue tests > 2cf1a8f Merge pull request # 105963 from zhucan/bugfix-95367 > 4eab6be Add Apply and ApplyStatus methods to dynamic ResourceInterface > 28ccde7 Merge pull request # 109436 from JamesLaverack/revert-108290 > 1f8debf generated code and doc > f9fdccd Revert "Introduce APIs to support multiple ClusterCIDRs (# 108290)" bumping golang.org/x/sync 036812b...886fb93: > 886fb93 A+C: delete AUTHORS and CONTRIBUTORS > 0de741c x/sync/errgroup: make note of the default errgroup goroutine limit (unlimited) > 0976fa6 x/sync/errgroup: add TryGo and SetLimit to control concurrency bumping github.com/google/go-cmp d103655...f144a35: > f144a35 Additional cleanup with Go 1.13 as minimal version (# 295) > 63c2960 remove xerrors (# 292) > 71220fc Use string formatting for slice of bytes (# 294) > 4664e24 Fix printing of types in reporter output (# 293) > 79433ac Run tests on Go 1.18 (# 290) > 039e37c Add //go:build lines (# 285) > 3242228 Drop hacks to work around Go reflection bugs in Go1.9 (# 282) > f59cd61 Update minimum supported version to go1.11 (# 281) > 6faefd0 Reduce minimum length for specialize string diffing (# 275) > f1773ad Use any alias instead of interface{} (# 276) > 9094ef9 Change build status badge (# 269) > 3ee52c8 Fix spelling mistakes (# 271) > 395a0ac Use sha256 in test (# 268) > 402949e Merge pull request # 266 from dsnet/fix-format > 290a6a2 Avoid shadowing variable (# 263) > d5fcb38 Fix textual printing of byte slices > 248ccff Fix staticcheck findings (# 262) bumping google.golang.org/grpc aff571c...5b509df: > 5b509df Change version to 1.47.0 (# 5377) > ed75225 Don't call cmp in non testing file (# 5370) > 081c688 client: fix hctx leakage in addrConn.createTransport (# 5337) > 30b9d59 client/SubConn: do not recreate addrConn if UpdateAddresses is called with the same addresses (# 5373) > 459729d xds/priority: avoid sending duplicate updates to children (# 5374) > 9f4b31a Added HTTP status and grpc status to POST check (# 5364) > 333a441 xds/ringhash: update connectivity state aggregation, and make sure at least one SubConn is connecting in TF (# 5338) > e23132c Added support for metadata matcher invert (# 5345) > d9b952b xds/resolver: use correct resource name in log message (# 5357) > db79903 xds/priority: start the init timer when a child switch to Connecting from non-transient-failure state (# 5334) > 462d867 xds: Add Outlier Detection configuration and CDS handling (# 5299) > 5c46f1a xdsclient/csds: fix leaked metadata (# 5339) > ee67b3d xds: Handle loops and ignore duplicates in aggregated cluster handling (# 5317) > 799605c client: fix potential panic during RPC retries (# 5323) > 78b13f2 xds/client: hold authority mutex before making a new authority (# 5331) > de73b2b examples: improve error messages (# 5329) > dc86d5d internal/proto: update generated code (# 5332) > 7567a5d documentation: fix typo in RegisterCodec godoc (# 5306) > 3bf6719 test/interop: register RLS to the interop test client (# 5272) > 8d68434 gcp/observability: correctly test this module in presubmit tests (# 5300) > ebd0983 xds/eds: reject EDS resources with multiple instances of the same locality in the same priority (# 5303) > 9711b14 server: clarify documentation around setting and sending headers and ServerStream errors (# 5302) > 924e484 server: return better status for context err when writing header (# 5292) > 5682cc6 Change version to 1.47.0-dev (# 5298) > 4467a29 gcp/observability: implement logging via binarylog (# 5196) > 18fdf54 cmd/protoc-gen-go-grpc: allow hooks to modify client structs and service handlers (# 5240) > 337b815 interop: build client without timeout; add logs to help debug failures (# 5294) > e583b19 xds: Add RLS in xDS e2e test (# 5281) > 0066bf6 grpc: perform graceful switching of LB policies in the `ClientConn` by default (# 5285) > 3cccf6a xdsclient: always backoff between new streams even after successful stream (# 5280) > 4e78093 xds: ignore routes with unsupported cluster specifiers (# 5269) > 99aae34 cluster manager: Add Graceful Switch functionality to Cluster Manager (# 5265) > 42cadc1 test: cleanup balancer switching tests (# 5271) > b6873c0 grpc: move to `TransientFailure` in `pick_first` LB policy when all addresses are removed (# 5274) > 474948a github: run all testing jobs to completion even if one fails (# 5282) > c57d2b1 clientconn: fix target parsing tests to be tolerant to new url.URL field OmitHost (# 5279) > 562e12f test: use channelz instead of stats handler to determine RPC count (# 5275) > e63e123 advancedtls: remove the usage of CDP in CRL enforcement (# 5218) > 3a74cd5 balancergroup: Add trigger point to gracefully switch a child (# 5251) > 34660d1 test: use `t.Fatal` instead of `panic` for service config parsing errors (# 5266) > 96bdede pickfirst: cleanup tests (# 5263) > e49486d test: add a test for clientConn close with pending RPC (# 5264) > 2fccb82 metadata: copy slices in FromContext() functions (# 5267) > 9d08896 github: update to test with Go 1.18 (# 5262) > 597e5d1 don't apply defaultSC upon receipt of invalid service config (# 5257) > 51ddcba xds: suppress redundant updates only when we are SERVING (# 5258) > 4635bf2 make the RLS LB policy name available in the internal package (# 5259) > 50d0d0a server: set TCP_USER_TIMEOUT socket option for linux (# 5219) > 7840bd6 grpc: add a comment explaining why updateClientConnState is handled inline (# 5261) > 7ea4af9 internal/googlecloud: refactor OS-dependent code (# 5239) > 1ffd63d binarylog: generalize binarylog's MethodLogger preparing for new observability features (# 5244) > 63bdcbc xds/interop: add xds_k8s_lb test suite (# 5250) > 89f3195 interop/client: simplify fallback test client and parameterize fallback deadline (# 5248) > 8078d1d balancergroup: Switched subBalancerWrapper to wrap a gracefulswitch.Balancer (# 5245) > 6131e9d examples: regenerate certs to use SHA256 signing algorithm (# 5256) > f95b001 xds: avoid log spam during server mode switches (better A36 compliance) (# 5215) > 97c3143 xds/client: accept resources wrapped in discoverypb.Resource message (# 5242) > 6c3ccbe grpc: remove remaining usages of grpc.WithInsecure() (# 5246) > fbe4ccb xds/client: include Node ID in error messages from the XdsClient (# 5223) > c4cabf7 grpc: handle invalid service configs by applying the default if available (# 5238) > 94ee386 test: cleanup roundrobin tests to use stubserver (# 5236) > 23cc28f security/authorization: upgrade cel-v0.10.1 and fix breaking API change. (# 5243) > 84793b5 xds/client: reset backoff when a message is received, even when the message is invalid (# 5241) > 722… Signed-off-by: Knative Automation <automation@knative.team> |
|
|
08e34dbb9c
|
upgrade to latest dependencies (#609)
bumping knative.dev/hack cf8cbc0...e178598: > e178598 Update community files (# 157) bumping knative.dev/pkg 80c511a...2fdd5f2: > 2fdd5f2 Update actions (# 2449) > 76a28b0 set git user name/email prior to merging upstream (# 2448) > fe26417 Allow overriding lease name for a reconciler (# 2435) > 9b5c411 allow overriding the default grace period of 45 seconds (# 2423) > 4c2331f Bump golang.org/x/crypto (# 2444) > 708dc1c Update community files (# 2443) > 062ca30 upgrade to latest dependencies (# 2433) > 4fcbc1b Update actions (# 2434) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
a2e8051b64
|
upgrade to latest dependencies (#581)
bumping knative.dev/hack 813559c...e11ac12: > e11ac12 Update community files (# 126) > 4ec2223 Update community files (# 124) bumping knative.dev/pkg 438776b...18589ac: > 18589ac Bump assorted dependencies to their latest releases (# 2371) > d37811b Update community files (# 2370) > 0c482f1 Update actions (# 2369) > 07fb0dd Update community files (# 2368) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
81e17fbea3
|
upgrade to latest dependencies (#561)
bumping knative.dev/hack 11d193b...b284d49: > b284d49 fix the latest_version function (# 101) > 42a2ccb Release use `knative-vX.Y.Z` tag and infer go module tag version automatically (# 98) > a42c72a Update community files (# 95) > 810ab22 Make go_update_deps module-release aware (# 93) > f1228dd Update community files (# 90) bumping knative.dev/pkg 96c0204...4640349: > 4640349 Bump assorted dependencies (# 2340) > fc9d595 upgrade to latest dependencies (# 2336) > 6ff7fb8 add array of user agents for healthcheck in drainer (# 2331) > dce062f Update community files (# 2335) > 95f98e5 Update actions (# 2332) > 8bcc5aa upgrade to latest dependencies (# 2333) > f7b70f5 Update community files (# 2330) 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> |
|
|
f4b23a3262
|
upgrade to latest dependencies (#519)
bumping knative.dev/pkg a94f5f0...4472e04: > 4472e04 Bump golangci-lint timeout to 10m for github actions (# 2241) > fac4920 Update assorted dependencies (# 2240) > 263ce40 Add chains to the downstream test (# 2237) > ddd97e9 Remove obsolete verbose log message for pre-release (# 2235) > a7f5b39 Addressable resolver now accepts custom resolvers (# 2195) > 2b66fdd Update community files (# 2239) > 51f5642 Update actions (# 2238) > 46a3611 Add Tekton downstream test (# 2233) > a70bb26 Add length limit for the generated names used in tests (# 2217) > a4ed097 Update version check comment (# 2234) bumping go.uber.org/zap 120b08c...c8e813e: > c8e813e Release v1.19.0 (# 987) > 2198a43 Optimize size of BufferedWriteSyncer by moving stopped bool field (# 984) > 81879d1 Simplify check for writing errors to ErrorOutput (# 983) > 1cac10b go mod tidy (# 977) > 42e70dd fix typo (# 976) > 007a55e Discard counters for out-of-bounds levels (# 975) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
0b10d08733
|
upgrade to latest dependencies (#485)
bumping k8s.io/code-generator 29e28b1...48c1e31: > 48c1e31 Merge pull request # 100501 from joelsmith/automated-cherry-pick-of-# 98477-upstream-release-1.20 > 0af40aa update gogo/protobuf to v1.3.2 > 3f1cbd4 Merge pull request # 99171 from jkh52/release-1.20 > 2ff6012 Bump konnectivity-client to v0.0.15 in release-1.20 > 80a9312 Fixes fake client test generation > 0843e0f Merge pull request # 96317 from Jefftree/test-ssa > 63fc387 Integrate defaults marker and remove ContainerPort defaulter > 3ba8036 Re-generate with defaults > 99f3521 Update kube-openapi > 18d1afb Merge pull request # 96425 from bobbypage/vendor-cadvisor-v0.38 > 7807f00 vendor: cadvisor v0.38.4 > ebc5cde Merge pull request # 96549 from caesarxuchao/net-sys-dep-update > a642cbb update golang.org/x/net and golang.org/x/sys > ed440de Merge pull request # 95954 from sttts/sttts-go-openapi > 11382a9 bump(k8s.io/kube-openapi) > 3609764 Merge pull request # 96154 from rf232/update_klog > 5e02ab7 Update Klog dependency > e7a6809 Merge pull request # 96108 from liggitt/revert-sys > 434f956 Merge pull request # 94480 from wojtek-t/remove_conversion_fields > a5b4fb2 Revert "Updated golang/x/net. Also updated golang.org/x/sys" > df96d3e Merge pull request # 96076 from caesarxuchao/update-deps > c3c461f Remove FieldMatchingFlags > 5daf257 Updated golang/x/net. Also updated golang.org/x/sys, as required by > d825dac Adjust conversion generator to new converter changes > 7dd5311 Merge pull request # 96063 from thockin/fix-96015-extra-dirs-conversion-gen > 8ee1822 Pass all packages to conversion-gen > 60862b8 Merge pull request # 95692 from markusthoemmes/bump-azure-adal > e756b36 Fix dependency linting > 331018b Bump github.com/Azure/go-autorest/autorest/adal to 0.9.5 > f6667ec Merge pull request # 93901 from jpbetz/atomic-structs > 291e6a8 Merge pull request # 92897 from MikeSpreitzer/fix92895 > 3b523a3 Tag LabelSelector with +structType=atomic > 4116974 Merge pull request # 94491 from dashpole/consistent_quoting > 42134b3 Fix description of conversion generator > 381b500 Bump to latest kube-openapi and SMD to pick up structType=atomic support > 45d9ef7 consistently use double quotes in proto files > 7dbebec Merge pull request # 93164 from roycaihw/fix/clientgen-use-canonical-import-path > 5a311e6 Merge pull request # 93867 from apelisse/update-smd > 06edf33 generated > c7f0493 Update SMD to v4.0.1 and kube-openapi > 07c5e14 add vendorless to client-gen > 26c5289 Merge pull request # 93264 from justaugustus/go115 > c6756c4 generated: hack/update-vendor.sh > 2ad8e7e [go1.15] go.mod: update to go1.15 > f8b0999 Merge pull request # 93410 from nikhita/apimachinery-triage-labels > 4660147 Revert "Merge pull request # 93156 from logicalhan/triage-api-machinery" > 400576c Merge pull request # 93156 from logicalhan/triage-api-machinery > 0496061 automatically assign triage labels to api-machinery tagged PRs > 9193f19 Merge pull request # 92919 from dashpole/update_cadvisor > cf20b2f Merge pull request # 92768 from deads2k/security-contacts > da8687c update cAdvisor to v0.37.0 > 585bb4e Merge pull request # 92661 from jpbetz/smd-bump-field-unsetting > 36c715e update security contacts for apimachinery repos > 68ddf1c Bump to sigs.k8s.io/structured-merge-diff 43c19b to pick up unsetting fields changes PR# 166 > 8501556 Merge pull request # 92611 from liggitt/go1.13 bumping knative.dev/pkg f19eef1...dd15eb0: > dd15eb0 URIResolver verifies that services actually exist (# 2149) > 9593069 upgrade to latest dependencies (# 2154) > 8d21ce6 set webhooks OwnerReferences to namespace (# 2044) (# 2098) > c96c7be drop kubeclient struct (# 2151) > eaa823c bump k8s to v1.20.7 (# 2145) > 0f304f6 support multiple cleanup functions (# 2141) > 00fa154 Bump a few assorted libs (# 2153) > 97f1823 drop camel as downstream test as it's being archived (# 2150) > c1db741 upgrade to latest dependencies (# 2148) bumping k8s.io/apimachinery 2f881bd...c278689: > c278689 Merge pull request # 100952 from saschagrunert/automated-cherry-pick-of-# 99839-upstream-release-1.20 > 2d51b86 Merge pull request # 101326 from joelsmith/automated-cherry-pick-of-# 101306-upstream-release-1.20 > e3b7810 Cleanup portforward streams after their usage > b6e7048 Additional CVE-2021-3121 fix > 640a627 Merge pull request # 100501 from joelsmith/automated-cherry-pick-of-# 98477-upstream-release-1.20 > 653e41b update gogo/protobuf to v1.3.2 > 2641dba Merge pull request # 99038 from apelisse/update-smd-1.20 > 1a42446 Update sigs.k8s.io/structured-merge-diff to v4.0.3 > dd12c7a Merge pull request # 99171 from jkh52/release-1.20 > 70e9d54 Bump konnectivity-client to v0.0.15 in release-1.20 > 2456ebd Merge pull request # 95981 from caesarxuchao/http2-healthcheck > 859536f Merge pull request # 96317 from Jefftree/test-ssa > 5ff8662 allow configuring ReadIdelTimeout and PingTimeout via env var > e8cd3b1 Update kube-openapi > f364803 configure the ReadIdleTimeout and PingTimeout of the h2 transport > 65a627a Merge pull request # 96425 from bobbypage/vendor-cadvisor-v0.38 > bd89392 vendor: cadvisor v0.38.4 > 3231570 Merge pull request # 96549 from caesarxuchao/net-sys-dep-update > 88452b9 update golang.org/x/net and golang.org/x/sys > 671277b Merge pull request # 94866 from smarterclayton/scheduling_metrics > ea81dfb quantity: Allow quantity to be converted to float64 > 000b5f4 Merge pull request # 96331 from mithuns/fix-lint-runtime-serializer-protobuf > dd0b9a0 Merge pull request # 95908 from chenk008/fix_quantity_string > 5a2beb9 Fix go lint on folder apimachinery/pkg/runtime/serializer/protobuf > 2afe1df Merge pull request # 96323 from msscaroso/fix-lint-runtime-serializer-json > 0a90637 fix all Sting method not check nil in "k8s.io/apimachinery" > a787aaf Merge pull request # 95954 from sttts/sttts-go-openapi > fc267ee Fix go lint on folder apimachinery/pkg/runtime/serializer/json > 8f768e7 bump(k8s.io/kube-openapi) > d67967d Merge pull request # 96020 from deads2k/dynamiclist > 79ef3cb Merge pull request # 96154 from rf232/update_klog > 53dac37 remove dead negotiation methods > dc3e230 Update Klog dependency > 1aed267 Merge pull request # 95961 from KnicKnic/set_condition > a876aa5 Merge pull request # 90355 from gaurav1086/apimachinery_remove_map_exists > 9338bf8 SetCondtion updates generation > 8046191 Merge pull request # 96108 from liggitt/revert-sys > a35bab0 [apimachinery] map delete key remove exists check > b6980d0 Merge pull request # 93859 from habibrosyad/patch-92402-2 > e69fc57 Revert "Updated golang/x/net. Also updated golang.org/x/sys" > ff4a23d Merge pull request # 94480 from wojtek-t/remove_conversion_fields > 4d3fd53 fix vendor/k8s.io/apimachinery/pkg/api/meta staticcheck > 3a3fc75 Merge pull request # 96076 from caesarxuchao/update-deps > 95cb56f Remove FieldMatchingFlags > 8b0d589 Updated golang/x/net. Also updated golang.org/x/sys, as required by > d10b9c3 Merge pull request # 95874 from tkashem/webhook-handle-error > ab98f4d dual stack services (# 91824) > 82ec183 Webhook: handle error when calling wait.ExponentialBackoff > 3c73e5f Merge pull request # 95836 from nodo/yaml-unmarshal-number > 09e0b8e Merge pull request # 95821 from markusthoemmes/optimize-nn-string > d49a39e Add yaml util to unmarshal numbers into int/float > 4617138 Optimize string building for NamespacedName > 554eef9 Merge pull request # 95692 from markusthoemmes/bump-azure-adal > 00bf20f Fix dependency linting > 3c07e78 Bump github.com/Azure/go-autorest/autorest/adal to 0.9.5 > d4f471b Merge pull request # 89482 from renatoviana12/master > 44d2359 Merge pull request # 95179 from stevenshuang/master > 7a27181 Fixed percentage behavior in instr > 6a8da43 Replace AreLabelsInWhiteList with isSubset > 10b3882 Merge pull request # 93901 from jpbetz/atomic-structs > a3b564b Tag LabelSelector with +structType=atomic > 3aab1ee Bump to latest kube-openapi and SMD to pick up structType=atomic support > 829ed19 Merge pull request # 94170 from awly/spdy-pings > 5b968b2 Merge pull request # 94501 from ialidzhikov/nit/labels-staticcheck > 5f0d6cf spdy: add optional periodic Pings on the connection > 714f113 Merge pull request # 93214 from trashhalo/prefer-error > dd92ff6 Fix staging/src/k8s.io/apimachinery/pkg/labels golint findings > 2f44a17 Merge pull request # 93027 from ialidzhikov/enh/label-funcs > f2eff94 prefer NoError/Error over Nil/NotNil > 1173d23 Merge pull request # 93785 from SataQiu/fix-comment-20200807 > 97afc01 Add metav1.SetMetaDataLabel func > d8e5c2b Merge pull request # 94476 from habibrosyad/patch-92402-12 > 7913322 fix incorrect comment in runtime ObjectKind interface > e57c6de Merge pull request # 94491 from dashpole/consistent_quoting > 5dbc7bc fix vendor/k8s.io/apimachinery/pkg/runtime/serializer/versioning staticcheck > 2e9dd8b consistently use double quotes in proto files > 1eef857 Merge pull request # 94460 from wojtek-t/remove_default_conversions > f663465 Remove default conversions > 6084ad0 Merge pull request # 94387 from habibrosyad/patch-92402-9 > fc49b38 Merge pull request # 94182 from mattfenwick/issue-94088 > f58c7c2 fix vendor/k8s.io/apimachinery/pkg/conversion staticcheck > 22a90f1 modify DNS-1123 error messages to indicate that RFC 1123 is not followed exactly > ba0f2f0 Merge pull request # 93108 from lixiaobing1/lxb-HandleCrash2 > c643b8b Merge pull request # 94317 from kevindelgado/draft/fix-fakeclock-reset > 6e7cb7c fix HandleCrash() order > 5e0d80e Fix FakeClock::Reset to always succeed > 94222d0 Merge pull request # 93250 from liggitt/unstructured-int-float > c43a9f0 Merge pull request # 93291 from dixudx/codecfactory_serializers > 88f29bb Handle int -> float conversion in FromUnstructured > 598f878 Merge pull request # 92987 from nikhita/cleanup-owners-apimachinery > 7976cfa remove serializers from codec factory > cde3cec Merge pull request # 92637 from phinphing/master > 89eaa6d apimachinery: remove inactive members from OWNERS > 65d7dbf Merge pull request # 92491 from BenTheElder/fuzz-only-test > 5dca623 fix typo in runtime/interfaces.go > f9108ab Merge pull request # 91602 from sxllwx/lock_free_broadcaster > 08191f1 disable goffuzz in binaries > f3a77ab Merge pull request # 94100 from habibrosyad/patch-92402-8 > 289560e lock-free broadcaster, use chan to ensure thread safety > 1b2290d Merge pull request # 93809 from Howie66/chore-Correct-words > 683e506 fix vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructuredscheme staticcheck > 8dfb339 Merge pull request # 93960 from habibrosyad/patch-92402-5 > 43d5521 Format Codes > 61bb6d1 Merge pull request # 93871 from habibrosyad/patch-92402-4 > 658f890 fix vendor/k8s.io/apimachinery/pkg/util/framer staticcheck > 2a67c66 Merge pull request # 93860 from habibrosyad/patch-92402-3 > edb5786 fix vendor/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured staticcheck > 1bdd76d Merge pull request # 92823 from AliMirlou/patch-1 > ebebea5 fix vendor/k8s.io/apimachinery/pkg/labels staticcheck > 9254095 Merge pull request # 94147 from liggitt/json-patch > 2bfbee4 Fix a typo in comment > 0cfc30a Update json-patch to v4.9.0 tagged release > 2c6e837 Merge pull request # 93867 from apelisse/update-smd > e75ffe4 Update SMD to v4.0.1 and kube-openapi > da970ee Merge pull request # 93810 from liggitt/json-patch-4.8.0 > c3261aa Merge pull request # 93797 from liggitt/unwrap-net-errors > 5bab0c8 Update to json-patch 4.8.0 > b8eb6aa [go1.15] Use errors.As to unwrap net errors > 945d4eb Merge pull request # 93264 from justaugustus/go115 > 06799a5 generated: hack/update-vendor.sh > 71c5b9e [go1.15] go.mod: update to go1.15 > 5a17a77 [go1.15] apimachinery/pkg/util/proxy: Drop identity transfer-encoding > b84716e Merge pull request # 93410 from nikhita/apimachinery-triage-labels > 4948a58 Revert "Merge pull request # 93156 from logicalhan/triage-api-machinery" > 3f0ac6a Merge pull request # 93156 from logicalhan/triage-api-machinery > 296e520 automatically assign triage labels to api-machinery tagged PRs > cc2fa4f Merge pull request # 92941 from tallclair/invalid-redirect > 8e7d6bb Merge pull request # 92919 from dashpole/update_cadvisor > a76b711 Don't return proxied redirects to the client > 8e13431 Merge pull request # 92768 from deads2k/security-contacts > a8c4c9d update cAdvisor to v0.37.0 > 9894919 Merge pull request # 92661 from jpbetz/smd-bump-field-unsetting > 6047e48 update security contacts for apimachinery repos bumping k8s.io/kube-openapi 6aeccd4...d219536: > d219536 Merge pull request # 217 from apelisse/make-prune-schema-public > e5efaa5 Merge pull request # 216 from apelisse/remove-default-removal > b345f90 Make PruneDefaultsSchema public > 1a53ea8 Merge pull request # 215 from apelisse/remove-default-removal > d1ae56e PruneDefaults from OpenAPI definitions > 4260ea8 Merge pull request # 210 from apelisse/add-default-field > 3d739c2 Revert "Do not publish defaults in the OpenAPI" > 74b467f Merge pull request # 214 from sttts/sttts-validation-owners > 8302f5d Generate OpenAPI default field from +default comment marker > fd18780 Merge pull request # 213 from gautierdelorme/fix_unexpected_error_values > 4c5de0b validation: add OWNERS > c633d96 Do not publish defaults in the OpenAPI > e58175e Merge pull request # 211 from sttts/sttts-go-openapi > dc2906f remove unused stringValidator logic > 8b50664 Merge pull request # 201 from mandelsoft/master > 842b075 Merge pull request # 212 from apelisse/schemaconv-defaults > 79abcd8 go mod tidy > 6022c63 Fix unexpected error values > 64514a1 Merge pull request # 208 from apelisse/master-on-smd-v4 > 7eba4cb fix type comments in tests > 75b8c0c Carries default from OpenAPI to smd schema > f11f208 pkg/validation: remove yaml dependency > daf3cbb Merge pull request # 204 from jpbetz/fix-separable-granular > 9e5d302 Change spaces indentation in yaml > 7defebb fix handling of inlined embedded struct pointer fields > e38fae7 Update structured-merge-diff to v4.02 with defaulting > 6d4b372 pkg/validation: revert github.com/go-openapi/validate/pull/81 > 37f25a7 Merge pull request # 202 from jpbetz/atomic-map-extension > e87543d Fix openAPI x-kubernetes-map-type enum to be granular, not separable > 6a26536 kube-openapi release-1.19 uses smd v4 > 4c7aaf5 Merge pull request # 199 from joelsmith/master > 2feab02 pkg/validation: disconnect from mongo libraries > 118b65b Add x-kubernetes-map-type: atomic support > dffdd16 Merge pull request # 198 from windayski/fix-typo > 5eea07a Add SECURITY.md > 7c24206 pkg/validation/validate: remove Swagger specific options > fc40da1 fix typos > 810b3bd pkg/validation/validate: delete misplaced $schema and id logic > 12b99a1 pkg/validation: strip errors package > cc84d3c pkg/validation: strip validate package > d3e34b6 pkg/validation: strip strfmt package > 73fa09a pkg/validation: strip spec package > c8c0761 pkg/validation: adapt imports > d5ff47f Add 'pkg/validation/strfmt/' from commit '4582ae0121f5848b90e7a2512238b657c8136124' > 4231b2d Add 'pkg/validation/spec/' from commit '3b94d049fd4e1a0ad441b1d45bb338b25647b519' > 6faa644 Merge pull request # 57 from go-openapi/fix-base64-regression > 41abdff Add 'pkg/validation/validate/' from commit '3f99090fb9b5c19d4b814575b460d99799b16477' > 2223ab3 fix expanding for go 1.13 > 432db8f fix linting issues > ecb9ab3 revert back to stdencodign for base64 > 5388388 Add 'pkg/validation/errors/' from commit '79f62bc27c99a0c81cbd7cfdced6d414dbee2c7b' > 08232b6 Merge pull request # 119 from fredbi/fix-items > bdfd7e0 update go.mod and travis for go1.12 > f620df9 use official mongodb driver > d9664f9 add go.mod and go.sum > 1170d1c Merge pull request # 120 from fredbi/fix-relinting-excl-tests > 6cf224c Fixes issues related to swagger-specific rules with array schemas and items. > b2056d6 Merge pull request # 91 from sttts/sttts-nullable > a3e0926 remove easyjson dependency > 1801eed Merge pull request # 16 from fredbi/serve-nil-error > 80d596e Merge pull request # 118 from petrkotas/go-yaml-fix > cac980b linting, excluding test > cc050a9 linting & refactoring tests > 9d9763c Merge pull request # 90 from fredbi/fix-gob-security > 915f417 Add nullable > 49685d4 Fix function comments based on best practices from Effective Go > 87bb653 Merge pull request # 15 from maxatome/defaultHTTPCode > 41df026 Completed test for ServeError with nil Error, as discussed in # 13 > cae306c Refactor type formats (# 117) > e0a8a7d Bump go-yaml version to cover fixed ddos heuristic > 53d7765 Merge pull request # 85 from fredbi/lint-and-refact > cb961e9 Fixed gob encoding/decoding for SwaggerProps > e87a5af Merge pull request # 54 from jeffreydwalter/master > ffd6e7d use go 1.11 in travis > 214ef8a Default error code can be changed externally > d85eac7 Add parameter type and validation match check (# 116) > 5b6cdde Merge pull request # 88 from fredbi/fix-1824 > 9453b11 More unit testing > b0d6b39 Merge pull request # 52 from ligustah/fix-time-json-null > 57bf448 Issue # 53: Added support for parsing ISO8601 timestamps that are in localtime. > b2b2bef Merge pull request # 12 from fredbi/lint-and-test > d8e712d update to newer spec for go1.13 compatibility > c3754ea Merge pull request # 87 from fredbi/fix-1846 > 4967c03 Fix gob encoding on operations > 22e9aff * Updated to new lint rules (globals and inits) > 29177d4 Merge pull request # 50 from justincormack/uuid > 5029a76 Handle JSON null values for DateTime > 7bcb96a fix # 10 - add error factor must be positive (# 11) > 41e8bbe - linting > 6405b90 update go.mod and travis for go1.12 > 5bae59e add go.mod and go.sum > c166dd3 Fix regression on unmarshalling Ref types by using gob encode/decode > cfd46eb Reduce debt > 4d736b2 Merge pull request # 48 from kenjones-cisco/feature/cidr-format > c004288 Use google/uuid not pborman/uuid > 03cfca6 Merge pull request # 8 from ligustah/patch-1 > fa1c2cc update .travis.yml for go1.12 > f1468ac use go 1.11 in travis > bb51295 Merge pull request # 47 from mjvm/fix/empty-datetime-shouldbe-invalid > 2dbb59a Feature: Add CIDR format > fc3f73a Merge pull request # 7 from Simon-Li/patch-1 > b587e41 Set Content-Type explicitly in ServeError > a2e819b Merge pull request # 109 from sttts/sttts-nullable > 384415f Merge pull request # 83 from fredbi/fix-circular-absolute > bc2668d Merge pull request # 45 from mrostecki/fix-deepcopy-comments > 28d9b38 empty datetime shouldn't be converted to epoch time and it shouldn't be accepted as valid > 49fe8b3 notify in slack > c25e181 Add a helper method for making up name > 3fd099a Fix schema options aren't propagated to childs (# 107) > 505f35f Add nullable > bce47c9 Merge pull request # 82 from go-openapi/circularRespParamsFix > 837d3d5 * Added option to expand circular $ref with absolute path > dd2bd34 Merge pull request # 44 from mrostecki/deepcopy > 2ce5189 Fix typos in comments to DeepCopyInto methods > c2d1ee3 move to travis > 5b1623b Merge pull request # 106 from tossmilestone/fix-array-items > 90cb622 Merge pull request # 81 from go-openapi/fix-circular > 2d9ee49 - handle transitive refs for responses/parameters > 870f786 Merge pull request # 43 from fredbi/fix-42 > 13e5106 Add DeepCopy and DeepCopyInto methods to all types > 4178436 Merge pull request # 6 from go-openapi/valid-http-statuscode > d2eab7d add go.mod and go.sum > 691579c Add object disable array check option > ac0b6b8 Revert "Hang when expanding circular $ref" > 64080af Fix unit test no specifying correct path > e471370 Merge pull request # 40 from jimmystewpot/extend_hostname_validation > 1a393c9 Fix hostname validation regexp > 529f25f Merge pull request # 5 from ethanfrey/master > add0cc5 fix pullapprove regex > e0648ff use go 1.11 in travis > b79fccf Hang when expanding circular $ref > 08971c5 Added fixture for # 69 > b7bbaf9 Merge pull request # 37 from jimmystewpot/36-fix_hostname_regex > b52d81c Merge branch 'extend_hostname_validation' of https://github.com/jimmystewpot/strfmt into extend_hostname_validation > d24ebc2 Merge pull request # 3 from go-openapi/pullapprove > a4b12db Define distinct error codes for different causes > bbed4f3 update drone to 1.7 > 7c19119 Merge pull request # 100 from fredbi/fix-unit-test > 8b2cc60 Merge pull request # 78 from fredbi/fix-remote-skip-schemas > e2e66a1 * Circular ref, cont'd: absolutized initial root path passed with options > 81f5045 Merge pull request # 35 from fredbi/golangci-lint > 6232591 Fixes # 36 Hostname matching doesn't conform to modern hostname patterns > 88430b3 fix up rebase merge conflict > 1683a72 tidy up readability of tests > 8a4ac38 Merge pull request # 2 from fiorix/master > fd93366 adds pullapprove support > f023e63 update drone to 1.7 > 4f81262 Merge pull request # 98 from fredbi/expand-with-base > 72cdde7 Fixed undue warnings w/race in unit test > 16284f9 Merge pull request # 68 from fredbi/travis-update-go-8-9 > f9ebe9c Relocate relative $ref in response and param schema > 70ef9ff * Fixed transitiveResolver (change root) > edab999 Merge pull request # 33 from go-openapi/fix-goswagger-1519 > 53354ba Linting > 8fde95a tidy up readability of tests > 292dbf3 fix regex to allow non-ascii and long tlds > b6a74a9 update readme badge > f16c3d9 Fix typo mulit vs multi > 4c3f2a6 map internal error code to http status code > 9a6e517 Merge pull request # 96 from fredbi/fix-linting > 109e4ba Fixes with remote and cyclical $ref > 49a17f2 Merge pull request # 73 from fredbi/fix-linting > 1d51702 Merge branch 'master' into travis-update-go-8-9 > 6e1e397 Merge branches 'fix-circular' and 'master' of https://github.com/go-openapi/spec into fix-circular > 35fe473 add go.mod and go.sum > d2c6911 adds finns failing address > 6f9e6a3 rebase from master > 57feacd add unicode (emoji) and puny code domain support to hostname validation > 9a60a06 adds badges > b0a3ed6 Merge pull request # 95 from jerome-laforge/master > 58e1f50 * Some linting > bcff419 adds test for security requirement parsing > 93213da Linting > a866211 upgrade CI with go 1.8 and 1.9 > 035942d - change basepath when encountering a transitive ref > 7761141 Merge pull request # 31 from jerome-laforge/master > 4571a0b ensure the address is not just a name > 92d4b1f add unicode (emoji) and puny code domain support to hostname validation > c70d1bd adds license etc > 9ce4aba Merge pull request # 94 from jerome-laforge/master > d543b1a Remove unnecessary code duplication > 68d51af update jsonschema draft4 > af4c70f Hang when expanding circular $ref > 6292e8b use go 1.11 in travis > 04228a9 # 30 github.com/go-mgo/mgo is no longer maintained > 44323b0 adds a test with some unusual email addresses > 5998ddd adds drone build > 9286f6d Merge pull request # 91 from sttts/sttts-fix-defaulter-plus-test > 8da38e2 Avoid lock when regexp's cache is hot. > 2be454c Merge branch 'master' into master > 370d9e0 Merge pull request # 72 from go-openapi/fixSpelling > eed2e94 update travis yml > 5e0adf9 use an RFC 5322 address parser for email addresses > 8c410d7 fixes # 363 add int validation for min/max > e943f4b Merge pull request # 90 from fredbi/fix-debug-logger > c803615 Stop defaults overriding existing values > f6c557a Remove unnecessary code duplication > 9acd888 Merge pull request # 71 from go-openapi/transitiveResolverLocalRefCheck > 18bafbc - fix spelling > 913ee05 Merge pull request # 29 from fredbi/fix-linting > 5891937 cleanup and update vendor > f8f9c59 Merge pull request # 88 from victorxw/87-fix-regexp-cache-race > 5a75475 Fix debug logger side effects > a309226 Merge pull request # 70 from go-openapi/transitive-refs > f7d3cf6 - only change the resolver for transitive refs if the ref isn't local > 4818084 Merge pull request # 28 from fieryorc/cr/26-fix_null_date > 6410a8a Linting > 3436444 fixes enum validation fail > 659e09d Merge pull request # 86 from sttts/sttts-reflect-slices > 64288d1 Fix regexp cache race issue > d8000b5 fix case no url fragment > 66589c1 - remove dead code > 257eae8 Merge pull request # 27 from fieryorc/pr/26-uuid-null > 67468bf Handle null dates when deserializing > 82dd1e1 reformat > a6c59cf Merge pull request # 81 from sttts/sttts-orthogonal-defaulting > 1788db6 Clarify post-algorithm inputs > 410b67e normalizePaths() and tests issues fix for Windows > b1a574a - fixes # 65 > 6ba3155 Merge pull request # 25 from outdoorsy/master > 6e21b58 Handle null uuids when deserializing > 6fb880f adds license header > 180bba5 Added fixtures for non-regression > 563c6e5 optimize: reduce quantor allocations > 17d85e3 Allow typed slices via reflection > 8f284a2 more accurate, with normalizeAbsPath() > 6d1a47f Merge pull request # 24 from fredbi/strfmt-extends-ut-dates-and-times > d62f4e6 Fix str->bson function usages > d06126e Merge branch 'gen-spec' > 1846887 Fix hang on recursive schemas when checking example of default values. > deac891 Add pruning post-validate algorithm > ed99db2 Add runtime integration test > fe19c0b absPath() windows fix > 2a209b0 Merge pull request # 21 from fredbi/doc-update > 7f951f2 Extended unit tests coverage on date, datetime and duration > 565063a refactors validation errors > 359dec9 remove godeps, testify breakage > 1ff04bd - run long running tests in parallel > 94e900b defaulting: implement orthogonally to validation > 1de3e05 improve performance of schema deserialize > 4dd3d30 Merge pull request # 19 from krnkl/18-date-validation > 4f91803 Doc work: README, godoc and linting > 7b27eb5 move last remaining error into errors package > 19a5938 Better test coverage > c7c5d5c defaulting: add benchmark > 7a3d901 Merge pull request # 60 from go-openapi/all-circular-refs > a764d2e The dashes in UUIDs are optional. > 245bafe Fixed isDate validation; added unittests > 5220f8d some extremely low hanging fruit tests > d5d4826 Fixes # 75 > e62278c defaulting: add simpler unit test for debugging > a7c6967 Merge pull request # 59 from stoplightio/fix-response-exansion > b7cbfa8 - if ref is equal to the current ref for a response, parameter or path item then don't expand again. > 610b6ca Add RFC3339 format with microsecond precision > 868563a generate operations and parameters for the server > 4d761f0 Fix issue# 73: panic on unresolved in response definition > e5cac01 Merge pull request # 58 from koron/normalize-drive-letter-windows > 41de52f - fix expand response, path items, and parameters > 7ede853 - handle circular references for path items, responses and parameters > af70bcd Allow MarshalFormat to be overridden > 55567f4 generators wip > 2a09d72 - [x] Fixed panic case whenever a $ref is declared as sibling of response. > 81ece4e Merge pull request # 57 from kreamyx/expansion-export > ce2166c normalize cache key for root in ExpandSchema > 93a31ef Fixing date_test to use Formatted string reference date for comparison > 8a1c964 Adds support for authentication > 9129a28 Added default validation for headers > f3499b5 Merge pull request # 55 from stoplightio/httpRelativeBase > c4e71bf added exported versions of the expandResponse and the expandParameter functions to be used by the validate package > 1cb88cb Correcting date time storage to use RFC3339Millis > f1b51f3 render correct success status code > 2f38c53 Non-validating examples raise warnings, not errors > 8ed76de Merge pull request # 54 from stoplightio/fix-expand-schema > cccc148 - use strings.HasPrefix instead of strings.Contains to detect a url > 6dd1b17 Correcting date time storage to use RFC3339Millis > df6dca6 add more tests > 9999dd7 Merge pull request # 64 from stoplightio/master > fa03337 Merge pull request # 50 from kreamyx/clean-up > 6bff943 - Don't write root schema to disk. > 18002ed relative base can be a http url > 583d10b Adding cast to time.Time for sql.Value calls for non-reflecting drivers > e258299 (wip) jsonschema implementation > 9b59475 Merge pull request # 62 from fredbi/53-enhance-message-catalog > 35e5534 - fix TestSchemaValidator_Panic > 5fb63ac Merge pull request # 49 from go-openapi/revert-48-master > 7857ce9 clean up temp files > bf5b18a fix grammar mistake found by @PaulCapestany > 612ee2e adds validations for array paramters > fa47bbf Validate examples. Refactoring of validate pkg. (# 60) > c7d02fc Complete godoc-ed catalog of validation messages > 0d19bc5 Merge pull request # 48 from CiscoM31/master > e41dd92 Revert "47-Delete temporary files before program termination" > 38b28fd Merge pull request # 12 from go-openapi/feat-mgo-compatibility > f747d65 implements validation for parameters > 0e805b1 44 FIX - Improve spec validation messages (# 42) > 06b88aa Merge pull request # 46 from hypnoglow/45-fix-expand-schema-with-empty-basepath > 803abef Delete temporary files before program termination > 2f6a212 Merge pull request # 10 from go-openapi/feat-convertors > 988898b add bson objectid type > 05502a8 refactor binding into a parameter module, add some validation > 32db5cd update json schema fixtures > aa90e7c Merge pull request # 44 from hypnoglow/43-relative-base-checks > 6ef9882 Fix expandSchema when basePath is empty > 0cb3db4 revert hostname validator > 3f0a5ee update ci/travis to work with multiple packages > 2c55f40 add GetBSON/SetBSON for all types > f29eabe adds sanity tests for error generation > 84511ac fix validate test to reconcile recursive refs with temp files > 0173894 fixing paths for windows (# 42) > ae13823 Consistently check if RelativeBase is empty > 5050127 use more of govalidator where possible > 78ff80e add conv pkg > ffb252e big restructuring of project layout > d509235 Recognize path parameters in path segment fragments # 39 > 4a3d261 optimization of ResolveRef during code generation (# 41) > 34fc3ba move to travis > a52193a allow a property name to be properties > 65a3c60 reference resolution (# 38) > 0b340fc Merge pull request # 6 from karim-elghamrawy/mapstructure > 9ca207c remove debug artefact > 5a4a1e9 Merge pull request # 40 from databus23/regression-issue-39 > d65c7fd Merge pull request # 5 from karim-elghamrawy/UUID-validation > c7420a9 modify drone > bed0b99 allow a property name to be items > bfb48d3 Merge pull request # 39 from databus23/patch-1 > 967b480 Avoid null value when serializing operations > dfda818 Merge pull request # 4 from go-openapi/pullapprove > 8bc5140 Fixed the uppercase isse for UUIDx validations > c19edbc added mapstructure hook > a762d5d more validations when type does not even exist > a4fa957 Merge pull request # 37 from ethantkoenig/example > 58f1853 Don't drop empty arrays of operations security definitions > 256bd5a Merge pull request # 3 from shawnps/master > 7189d7d adds pullapprove support > 32c2d07 Fix panic for nil schema > 84b5bee Merge pull request # 35 from kreamyx/ref-resolution > eef1d9a Add Example field to SimpleSchema > ee18223 Merge pull request # 2 from go-openapi/easyjson-methods > e4017a4 gofmt -s > e9896c1 added a check that type array must have items > 48c2a71 Merge pull request # 33 from morlay/master > 778dc9b solve recursive issue > 66a99d4 Merge pull request # 1 from tzneal/master > 45a8a06 update drone.yml > b6cfc35 added tests > 7abd574 Merge pull request # 31 from nikhita/fix-json-marshal > b6429be marshal unmarshal item with vendorExtensible > d9e0070 fix basePath and add some logging > f827e8c adds license etc > c8619da add support for MAC and split/fix tests > 3525286 adds methods for easyjson interfaces > e8b25c4 check that any object with items key should have a type array > 3faa005 Merge pull request # 30 from nikhita/fix-ref-comment > bfeb729 nil value should get marshalled to json null > 4762da7 added tests > 957c950 adds drone build > 4566af4 Add the test case causing the (fixed) panic > 51363c5 return empty ref instead of empty fragment for root ref > 352aaa8 ref: fix comment for MustCreateRef > 78d12de remove debug artifact > 65b0e7f once and for all work out the rules for pointing to things > e291569 Fix panic when json.Number value is in a string field > 9cf697d Merge pull request # 28 from stoplightio/master > 00fbf1c ref resolution > 5c5ca2f Change strfmt.DateTime and strfmt.Date types to alias > dc8a684 Fix multipleOf validation for float > e81a133 Merge pull request # 27 from stoplightio/master > 3a1ce1b - don’t panic when an array of refs can’t be expanded because the ref doesn’t exist. > 927b235 FIXES # 193 > 6ea11e6 Revert "Spec Validate function returns validated spec document" > e51c28f fix resolving local files on windows > d9973aa Update missingRef.json > 0f765d4 Refactor strfmt/time tests, add strfmt.NewDateTime function > 901ab08 Spec Validate function returns validated spec document > 02fb9cd Merge pull request # 20 from tgraf/response-vendor > 568697b - add test fixture for continue on error > ff65ae4 remove nil handling > 8a82927 Add defaulter support > f81e0f7 Merge pull request # 19 from go-openapi/fix-definitions-omitempty > 20787e6 Add vendor extension to response > 61a0b1c - add test case for continue on error flag for expanding a spec. > ea5835c allow for nil too > 035dcd7 Merge pull request # 23 from go-openapi/fix-ci-readme-badge > e072eb2 add vendor extensions to items > 15bda12 omit definitions from json serialization when empty > 3bb6a37 - fix Schema and Ref struct tags > f4a0ffb adds test for the zero unmarshal > 8e5a58a Merge pull request # 22 from carvind/arvind-test-recursive-refs > 3bc6644 replace vmware badges w/ travis/codecov > 593aa4c Merge pull request # 18 from carvind/fix-external-refs > 2269577 always default to unix epoch 0 > b11dbf8 update json-schema-fixtures > d32bc74 Add test for recursive expansion > 3a04341 add .editorconfig file > b0bd7b5 Remove unnecessary paincs > 6fa5d3a fix golint issues for strfmt > 0134d56 Merge pull request # 21 from GlenDC/6-no-responses > 458d956 reset resolver in between different stages of expanding spec > 866da0c Check external refs if already resolved > 7bb072e reformat > 763d886 fix validation of spec with local file references > f3cd0d1 add tests for issue 6 > 34b5fff no pointer for status code response > 8856928 fixes # 92 structs can't have more than one swagger function > f31278a Merge pull request # 20 from GlenDC/18-validate-patterns > f7e42b8 add missing JSONPointable interface implemenations > abe1c79 adds license header > 2c997e1 update json-schema acceptance tests > 755cb91 validate invalid patterns - fixes # 18 > 2303790 allow for skipping schemas when resolving refs > 7a142d4 fix NPE for reading invalid date type > 027696d Merge pull request # 15 from go-openapi/update-jsonschema-suite > 8be5aee adds methods to resolve items and path items > ba15317 Scan() and Value() for most string types. > e931a23 Merge pull request # 14 from go-openapi/fix-enum-validation > 806aac1 remove duplicate test > 2b6b49e more fixes for windows path concatenation > 5e67547 sql.Scanner and driver.Valuer implementation for strfmt datetime types. > 03d947b Merge pull request # 9 from go-openapi/number-fix > 39be12f fix int enum validation > 0f417b1 update travis with pretty print lib > 501bbbb rewrite paths on windows > c0af102 Replace casualjim with go-swagger in imports. > deaf2c9 Merge pull request # 1 from go-openapi/pullapprove > 721fe46 disable failing test for more important fix > 18a374f adds verbose logging > 8eb7426 rewrite file paths for windows > 67d464a Fixes # 7 adds support for password format > 1487254 fall back to converting and comparing for enum validation (for go-swagger/go-swagger# 523) > 7c0865a adds pullapprove support > 6d57208 add a case for dealing with json.Number > 98ced7e update fixtures and move to travis > 3008893 detect if base is a file or dir > 9c8bbcd Merge branch 'gen-spec' > f9db1b8 remove the reload > 0348a3c make IsValidURI base path aware > 4bc9387 add support for custom string formats > fd5ef4b drop the '+' from a +swagger: annotations > e6da236 refactor package structure to flat > 6138df5 Verify expansion works in response > ff140ef partial implementation for parsing schemas > 82fd27f update build > f7ae86d fix # 17 remove binary > 6650845 wip > 3aa147d update drone.sec > d1c18b3 Merge pull request # 16 from prettyxw/master > dfff0ca remove godeps, testify breakage > 495e588 re-enable file validation > 75eab84 Merge pull request # 15 from prettyxw/master > 06cc456 Improve code in normalizeFileRef(). > 33a653a add build files etc > 8f2b3d0 Merge pull request # 13 from BafFlynN/master > 15b547f Fix infinite loop error in resolveRef(). > 50dbb09 Better if to determine a file reference. > 0f8a682 move errors and strfmt into their own repo > 451818a Merge pull request # 12 from go-openapi/expander-fixes > 1c7661f pass original target.ID onwards > 7e980cd Fix: Expand spec that contains file reference. > f950ca5 Fix type assetion error. > d86e7ae moves loads and analysis into their own packages > 98bb9aa Update README.md > a31ef44 fixed r.currentRef needed = currentRef in r.Resolve > 61cbb7b update json schema > 6c46ef7 Support circular file references. > dbbd2f0 rewrite for removal of loads package > 04b593a update badges in readme > 54c6519 adds a failing test > 0dbebf5 all tests pass now > 75d0421 moves spec, swag, internal/testing, jsonpointer, jsonreference to their own repos > 660f7a7 Merge pull request # 10 from go-openapi/avoid-race > 709a663 update > f131695 Merge pull request # 485 from go-swagger/extract-spec-analyzer > bbc678b Merge pull request # 9 from prettyxw/master > 2766ac2 remove a rare race > 12a467f Merge pull request # 450 from galaxie/master > 73107a7 moves yaml spec loading functions to its own package > 2433d2f Merge pull request # 8 from go-openapi/spec-update > d2461f9 Add vendor extensions support for header. > 4c2c438 Merge pull request # 440 from flavioribeiro/master > 023add3 Merge branch 'master' into master > 7eb8dd4 moves loading a spec doc into its own package > 6aced65 Merge pull request # 7 from mbohlool/master > cd9894a update swagger schema.json > 1800165 Merge pull request # 396 from gaplyk/master > f1d923d fix typo (defintion -> definition) > cfa6b86 Check non-valid values in Required function. Fix minor typos > 3e6d6b1 move analysis out of object model > e9fab75 Merge pull request # 5 from go-openapi/pullapprove > 137bf17 Make all sub-properties public > e89ccd7 Merge pull request # 394 from go-swagger/368-merge-expand-items > c4f436f Merge branch 'master' of github.com:go-swagger/go-swagger > 9e02bb8 Add validation required fix and corresponding package tests > 95959bd Merge pull request # 4 from stoplightio/master > ed19648 adds pullapprove support > 88796ac Merge pull request # 392 from caglar10ur/flags > 408016c cherry-picks files from stoplight branch > 12e3276 Merge branch 'master' of github.com:go-swagger/go-swagger > 2029f51 Merge pull request # 1 from stoplightio/master > ff49af6 - Fixes # 3, circular refs no longer panics. > 2e13aac Merge pull request # 391 from gaplyk/master > 6dcc7c8 Merge branch 'master' into flags > 72a68b0 add robots.txt file > afe1c90 Merge pull request # 387 from go-swagger/159-invalid-ref > 1f40fcb adds license etc > f183b62 - keep track of parent refs better, fixed https://github.com/go-swagger/go-swagger/issues/483 > ba2ac84 fixes # 16 warn for unused values > da1b22d Update .gitignore > aa454dd Merge pull request # 374 from go-swagger/363-int-minmax > 9077d68 fixes # 159 invalid uris are invalid refs > 59736cd update for new package structure > c4e61b4 fixes # 127 add formdata and body validation > 9fe9d04 Merge pull request # 373 from go-swagger/misc-fixes > df8e8b6 fix linting errors > 6e05c1b moves yaml spec loading functions to its own package > cb38921 Merge pull request # 157 from ecnahc515/support_x-nullable > c4ad296 fixes # 372 separate listener creation from serving > a1b0ff6 fixes # 363 add int validation for min/max > 3386a82 moves loading a spec doc into its own package > 852d3b2 fixes # 149 add allowEmptyValue support on server and client > ad56ea5 fixes # 128 validation for empty path param names > c421876 pre-allocate known lengths, remove some commented code > bdde9c7 updates domain names > 768ead8 removed stale files > 7366d2e stop tests from triggering firewall dialog on osx > 5c5e615 move analysis out of object model > 78cffcb fix recursive ref resolutions in validation > 88c964f Fix for exander test. > d5a535e fixes # 123 fixes wrong name detection for circular ancestry > becf18a Use cache as it is designed to be used, not as it is actually used. > ebd43ca reformat > de24523 once and for all work out the rules for pointing to things > f855ecd update from upstream > 4b54972 fixes # 386 fields in response refs > fbaf4db adds license header > a77b1fc allow empty operation ids > 5476576 - fix Panic expanding responses that are a schema ref with circular > 59164d3 Add 'docs/public/' from commit '82664226de5580c9258c9fa97cd3dbf838fa1c72' > 7003341 fixes # 104 swagger validate now fails for duplicate operation ids > c89aaf5 Merge branch 'master' into master > 8fb592c Add 'docs/themes/bootie-docs/' from commit '81e1459dac71f81285cb4f4b3fe2aae7878136cb' > 8e8fa3b - fix circular refs! > e3a6c42 removes goconvey from tests > 308a3af fixes # 62, fail validation for swagger spec jsonschema > 13a58f3 hugo new theme > d9516bd removes goconvey from tests > 970c819 - expand schemas properly, with all tests passing. > 07253ed fixes # 61 find refs > 694783e - Don't decode array's as null if objects are empty. > 5bcbad1 cherry-picks files from stoplight branch > 6a517e7 fixes multiple-refs in params validation > 747eae7 fixes # 159 invalid uris are invalid refs > daf2b56 fix NPE for reading invalid date type > 8d899c8 fixes # 372 separate listener creation from serving > fe5e970 validate response examples against schema > c5275f5 fixes # 304 operation consumes/produces now overrides instead of complements > 1cedc8d fixes # 79 validate enum values > d9eda23 fixes # 278 adds support for unix domain sockets > ced2f7b fixes # 18 validates default values > 965bd77 Add Support for Extensions on the swagger root object. > 53fcc15 adds validations for schema > 12291ed fixes # 254 go 1.6 fixes reflection bug we relied on > 1c08d05 validate default values for headers > 32f7333 build generator DOM once > 127bebd also validate parameter items > 5271609 adds chainable builder methods > d2475c0 also fail validation for a parameter > 8b7d2fe fixes # 187 add an init command > b67ec08 make the success case work for parameters > 7da8251 fixes # 16 warn for unused values > 54640f4 beginning of tests > 0ad45a3 operation id has no influence over routing > 91b2f07 untested params validation > 48f049f fixes # 170 render instagram api server > f0eafb5 fixes # 63, rely on resolution for parameters bag at root level > 989bded fix analyzer so it uses slash paths instead filepath, all test pass on windows > bc6d013 Merge pull request # 64 from dolmen/fix/show-path-in-path-parameter-validation-error > 1400258 fixes # 149 add allowEmptyValue support on server and client > 7052e53 fixes # 17 must be able to resolve all references > e70e111 validation: show path in path parameter validation errors > c568ef0 fixes # 65 support discriminators for schemas > 171b662 fixes # 13: validates circular ancestry > 022bea8 fixes # 123 fixes wrong name detection for circular ancestry > cfaa794 fixes # 12 duplicate property names in composed definition > bbde078 fixes # 115 support https in generated server > 7e37496 fixes # 53 fail when swagger version is missing > e1b1b25 reformat > c6a38d1 fixes # 52: check for nil on paths > a8f2096 ensure basepath starts with '/', don't render unset body > 2f65e0a Merge pull request # 26 from gbjk/master > 40effcb contributes to # 90 renders all the known annotations > 25c76d1 Merge pull request # 25 from gbjk/feature/leaked_target > ea9ba78 Merge remote-tracking branch 'upstream/master' > b470a48 move scripts into scripts dir > 8bcf01c Merge pull request # 24 from gbjk/feature/import_paths > 3e1a592 moves interfaces from root to httpkit package > 1c2301d Replace casualjim with go-swagger in imports. > 811998c adds license header > c7b7454 move validation to httpkit/validate > 8d3449d fixes # 85 pick up shared parameter definitions for client gen > a9868a5 renames util package to swag > 4fe7f0d fixes # 62, fail validation for swagger spec jsonschema > d23fa32 Merge branch 'gen-spec' > bcf62ac fixes multiple-refs in params validation > b511e86 add a few doc comments > d8f29db wip > 53ddbfe validate response examples against schema > 848b18b adds validation for required properties in definitions > 7ab50d3 update to latest swagger json schema definition > 8afca9f Adds specs for validating items for array elements > aba00bb fixes # 63, rely on resolution for parameters bag at root level > 8fbfed5 adds extra validations for operation parameters > b91c4ed partial fix for # 65 > 08607fb update some docs > dd97f70 fix test failure > 9b5a3cd refactors validation errors > 296ff68 fixes # 53 fail when swagger version is missing > f88ae0d merge generators branch > 86102af fixes # 52: check for nil on paths > a1f9cb5 Adds support for authentication > bda65b6 refactor validate package > a950cdd updates swagger schema.json > f66362e render correct success status code > f57dc3b moves lots of validation code in internal package > 3793557 fixes # 55 convert custom formats > 991daf5 refactor basepath to be a router middleware only thing > a8a3cc1 move content type validation to middleware package > ca4ede4 More tests for additionalProperties > b345d6c adds a command for serving swagger ui > 08a0862 remove some dead code > 38038f5 Found a big gap in the support for additional items > ee0e624 integrates validation into request binding > 23a23c2 fix remaining missing types > 652f81d moves spec related assets under spec package > 11941ef adds support for extra formats defined by json-schema > 065cf38 add support for custom string formats > af91bb5 Fix tests for integer > fcae14d brings validate command back > fdece36 adds binding slice parameters > 1c6f06a Adds tuple type array definitions > 6098d61 makes all the json schema test suite specs pass > fde79a8 fix remaining test failures > 324641e wip, sharing simplest spec > d87e774 adds some tests for expanding refs > a9d8f65 fix some tests after testify upgrade > d8b19ff regen assets to pass golint > 52b8b65 struct support > 7c90c32 generate operations and parameters for the server > 4dc672a fixes # 4 include swagger version > 25bd51d makes the last jsonschema tests that don't require reference resolution pass > 58729c2 generators wip > 72c7dba Replace casualjim with go-swagger in imports. > f362fe2 (wip) jsonschema implementation > 446def4 renames util package to swag > a6d4fe7 Adds validator for items in parameters > 9f82d9f Merge branch 'gen-spec' > e811262 adds validations for array paramters > 7ff1ee3 Adds specs for validating items for array elements > 0baff8e adds parsing of response structs > c8d6550 don't validate content twice > 5247d48 adds extra validations for operation parameters > c2039a3 adds parsing of structs to schemas > 801527e implements validation for parameters > a546ef3 moves testing helpers into internal package > c9f2a67 partial implementation for parsing schemas > 1906e15 refactor binding into a parameter module, add some validation > 6853c23 refactors validation errors > 326e781 wip moving to gb as tool > cb20c8b adds tests for binding a fully untyped request > 30761de moves lots of validation code in internal package > 1325118 big restructuring of project layout > 6a64ce8 Add generating a builder > 2b9c6a5 initial commit > cb77705 refactor router to use http.Handler > b9b1153 generate typed authed operation > eb319d3 generate operations and parameters for the server > d51facf generators wip > 1fdc069 Adds support for authentication > 9fd9785 render correct success status code > dcb2bd0 makes a bit of the petstore example work with current featureset > 94c535d integrates validation into request binding > d2fe763 adds support for extra formats defined by json-schema > 002eb78 brings validate command back > 2f18ec1 makes all the json schema test suite specs pass > bbbd25a add missing files > 6c2c7e5 adds some tests for expanding refs > 5f3b0de adds resolving refs and id fields according to jsonschema rules > d7d044d refactor to use jsonreference.Ref > a56719c struct support > 0639da9 (wip) jsonschema implementation > 66fb3d5 Adds validator for items in parameters > a0d4cc8 adds validations for array paramters > 9127f87 add missing file > 96e2a6d implements validation for parameters > 0f20074 refactor binding into a parameter module, add some validation > 4b1b6b6 adds tests for binding a fully untyped request > cb9ba12 big restructuring of project layout bumping k8s.io/api 20fd6bc...6f23172: > 6f23172 Update dependencies to v0.20.7 tag > f223af8 Merge pull request # 100714 from kevindelgado/automated-cherry-pick-of-# 100341-# 98576-upstream-release-1.20 > 70c1d0d Declare TCP default for service port protocol > 4cbcd86 Merge pull request # 100501 from joelsmith/automated-cherry-pick-of-# 98477-upstream-release-1.20 > 0cd0422 update gogo/protobuf to v1.3.2 > d610c6e Merge pull request # 99038 from apelisse/update-smd-1.20 > e5551c6 Update sigs.k8s.io/structured-merge-diff to v4.0.3 > 3e193e6 Merge pull request # 99171 from jkh52/release-1.20 > 46c7876 Bump konnectivity-client to v0.0.15 in release-1.20 > 4a626d3 Merge pull request # 96317 from Jefftree/test-ssa > ec60fd7 Merge pull request # 96527 from adtac/apfbeta > 71efbb1 Add default for protocol and test that it works > ccdf63a Merge pull request # 96425 from bobbypage/vendor-cadvisor-v0.38 > 8c7a924 APF: graduate API and types to beta > 0efa9ae Update kube-openapi > 38ad389 Mixed protocol support for Services with type=LoadBalancer (# 94028) > e3d81d1 vendor: cadvisor v0.38.4 > 2f89adb Merge pull request # 92744 from Nordix/disable-nodeport > e29b223 Merge pull request # 96549 from caesarxuchao/net-sys-dep-update > 19b688b Update generated files > a3e3f1b update golang.org/x/net and golang.org/x/sys > 85142af Add service.spec.AllocateLoadBalancerNodePorts > 9e320fe Merge pull request # 96528 from andrewsykim/service-topology-gate > 00b6ba7 Merge pull request # 96454 from Sh4d1/revert_92312 > 8154bb5 core/v1: document that topologyKeys requires the ServiceTopology feature gate > 2b01906 Merge pull request # 96440 from robscott/endpointslice-pre-ga > 6b48320 Revert "Merge pull request # 92312 from Sh4d1/kep_1860" > a5dfa0b Merge pull request # 93130 from zshihang/master > dc73add Updates related to PR feedback > 41612b2 plumb service account token down to csi driver > 9d748f7 Adding NodeName to EndpointSlice API, deprecation updates > 88ad409 Merge pull request # 95718 from SergeyKanzhelev/runtimeClass2 > a1154c0 Merge pull request # 95282 from xing-yang/snapshot_ga > cb1ab4f GA of RuntimeClass feature gate and API > 5dbd153 Merge pull request # 86102 from derekwaynecarr/downward-api > 033e8c8 Move Snapshot to GA > 9843017 Merge pull request # 96376 from gnufied/fsgroup-change-policy-beta > e9668ce Downward API hugepages > 8519c5e Merge pull request # 95954 from sttts/sttts-go-openapi > bc23b5d Move fsGroupChangePolicy feature to beta > 1803f8c bump(k8s.io/kube-openapi) > 7aff1d6 Merge pull request # 92312 from Sh4d1/kep_1860 > 262093b Update generated > dea1ae4 fix reviews > 155a8ba Update generated > ba68473 fix review > 923a977 Add route type field to loadbalancer status ingress > 3e589e9 Use topology labels instead of old beta names (# 96033) > 202618c Merge pull request # 92968 from andrewsykim/endpointslice-termination > 6dca4bb endpointslice API: rename 'accepting' condition to 'serving' condition > d2b999a endpointslice API: add accepting and terminating conditions > 01c5338 Merge pull request # 96154 from rf232/update_klog > d94ed24 Update Klog dependency > 18d4659 Merge pull request # 94925 from yue9944882/apf-e2e > 7a95b56 Merge pull request # 96108 from liggitt/revert-sys > 24c7173 e2e cases for apf > dfd7172 Revert "Updated golang/x/net. Also updated golang.org/x/sys" > 14f7c84 Merge pull request # 96076 from caesarxuchao/update-deps > 952edf2 Updated golang/x/net. Also updated golang.org/x/sys, as required by > 4d8a081 Merge pull request # 95925 from deads2k/doc-events > 320e5d6 Merge pull request # 95196 from thockin/auto-wipe-linked-service-fields > 199c52e generated > 6f066c5 Wipe some fields on service "type" updates > d034441 add godoc for events to events.k8s.io > 840d9f1 Merge pull request # 95924 from khenidak/tombstone-ipfamily > c92b8c2 Event: Document TTL and best-effort-ness > 9a528eb tombstone-ing IPFamily field(15) > 0415de8 dual stack services (# 91824) > ccbd11b Merge pull request # 90691 from arjunrn/container-resource-hpa > 5d30734 Added functionality and API for pod autoscaling based on container resources > 54bcc31 Merge pull request # 95692 from markusthoemmes/bump-azure-adal > 2ea8d3c Fix dependency linting > bdd653e Bump github.com/Azure/go-autorest/autorest/adal to 0.9.5 > 2c3c141 Merge pull request # 94910 from yashvardhan-kukreja/issue-94602/fix-comment-declaration-event > 18112a7 Merge pull request # 93901 from jpbetz/atomic-structs > 751d93c Cleaned up and fixed: the potentially misleading comments around Event struct > c7f225a Bump to latest kube-openapi and SMD to pick up structType=atomic support > 5bb35d2 Merge pull request # 94501 from ialidzhikov/nit/labels-staticcheck > d9d0f55 Merge pull request # 94936 from liggitt/1.16-default-off > e112735 Fix staging/src/k8s.io/apimachinery/pkg/labels golint findings > 46266dc Return the Kubernetes version which stopped serving deprecated APIs by default > 52bf624 Merge pull request # 94090 from deads2k/podpreset > 9c05be1 generated > b27da9d remove pod presets > c34296b Merge pull request # 92064 from roycaihw/storage-version/serve-api > b8168ac generated > 61e6429 Let kube-apiserver host the storage version API > bc9e561 Merge pull request # 93087 from roycaihw/storage-version/move-types > 728e00b generated > 984448e fix import paths > 250a6ae update doc.go and register.go > eadab4c move apiserverinternal types to kube-apiserver > 697df40 Merge pull request # 94010 from ghostsquad/docs/hpa-v2beta-type-missing-external > d07d586 Merge pull request # 94491 from dashpole/consistent_quoting > 302b86d chore: 📦 update generated files > 69fcdae consistently use double quotes in proto files > 330bc69 docs(api): 📝 Fix HPA docs with addition of "External" type > 03aa42f Merge pull request # 94182 from mattfenwick/issue-94088 > 56ca95a modify DNS-1123 error messages to indicate that RFC 1123 is not followed exactly > 73d7eb3 Merge pull request # 94372 from mikkeloscar/stabilization-window-seconds-optional-omitempty > 9a15610 Merge pull request # 94341 from liggitt/1.19-api-testdata > 077b223 Omit optional field when empty > de4ea02 Add 1.19.0 API testdata > d873a30 Remove 1.17.0 API testdata > 4022903 Merge pull request # 94161 from RyPeck/mark-volume-projection-as-optional > f7be94e Merge pull request # 92987 from nikhita/cleanup-owners-apimachinery > a693b01 Make ProjectedVolumeSource optional > af6c97a Merge pull request # 94160 from matthyx/startupprobe-ga > dc06773 apimachinery: remove inactive members from OWNERS > 0f09571 Merge pull request # 87919 from SomtochiAma/update-api-docs > 99704f8 Remove StartupProbe featuregate and related logic > 051d027 Merge pull request # 94147 from liggitt/json-patch > 8ef363d Adds additional documentation for job status > 043b3b3 Update json-patch to v4.9.0 tagged release > 4934d0c Merge pull request # 93867 from apelisse/update-smd > 3816ff6 Update SMD to v4.0.1 and kube-openapi > a982eb5 Merge pull request # 93810 from liggitt/json-patch-4.8.0 > 6f78dd3 Update to json-patch 4.8.0 > 4859c94 Merge pull request # 93570 from liggitt/deprecate-component-status > 0deb595 Mark componentstatus as deprecated > 9540e4c Merge pull request # 93264 from justaugustus/go115 > 6982bb4 generated: hack/update-vendor.sh > 4d9e384 [go1.15] go.mod: update to go1.15 > e4973e0 Merge pull request # 92001 from huffmanca/include-csidriver-fsgroup > be36015 Merge pull request # 92919 from dashpole/update_cadvisor > cf56203 Updated dependencies > 702e5df Merge pull request # 92784 from pohly/generic-ephemeral-inline-volumes > 84c245e update cAdvisor to v0.37.0 > 1d3d0cb Include CSIDriver SupportsFsGroup > 67a6848 Merge pull request # 92661 from jpbetz/smd-bump-field-unsetting > 9ac8387 GenericEphemeralVolume: 'make update' for API > 8b48348 Merge pull request # 91637 from robscott/endpointslice-mirroring > 43a1684 Bump to sigs.k8s.io/structured-merge-diff 43c19b to pick up unsetting fields changes PR# 166 > 1e4834a GenericEphemeralVolume: feature gate, API, documentation bumping k8s.io/client-go c7a570d...435503c: > 435503c Update dependencies to v0.20.7 tag > 357b3cd Merge pull request # 100952 from saschagrunert/automated-cherry-pick-of-# 99839-upstream-release-1.20 > 28a5bed Cleanup portforward streams after their usage > 720ea49 Merge pull request # 100501 from joelsmith/automated-cherry-pick-of-# 98477-upstream-release-1.20 > 2e2f042 update gogo/protobuf to v1.3.2 > 717704b Merge pull request # 99038 from apelisse/update-smd-1.20 > dfd3d2c Update sigs.k8s.io/structured-merge-diff to v4.0.3 > f511eef Merge pull request # 99171 from jkh52/release-1.20 > 95701f0 Bump konnectivity-client to v0.0.15 in release-1.20 > fb61a7c Merge pull request # 96720 from liggitt/throttled-logger > 66db254 Merge pull request # 95981 from caesarxuchao/http2-healthcheck > 61471be Deflake ThrottledLogger test > 7c9ea22 Merge pull request # 92743 from liggitt/gc > 8dde295 Add a unit test testing the HTTP/2 health check help the REST client > c476b49 Add GC unit tests > 77eda6a Merge pull request # 96317 from Jefftree/test-ssa > 76f4826 Merge pull request # 96527 from adtac/apfbeta > 96c6b1c Update kube-openapi > 4ab8fb4 Merge pull request # 96425 from bobbypage/vendor-cadvisor-v0.38 > 8ff8f8a APF: graduate API and types to beta > 4bbb204 vendor: cadvisor v0.38.4 > d396fd9 Merge pull request # 96549 from caesarxuchao/net-sys-dep-update > 759e1a8 Merge pull request # 95614 from wilsonehusin/golint-client-go-transport > 26433c8 update golang.org/x/net and golang.org/x/sys > 30548ac Merge pull request # 96001 from serathius/datapolicy-client-go > d6281e9 Fix golint failures in client-go/transport > e93788d Add datapolicy tags to staging/src/k8s.io/client-go/ > 04f89d4 Merge pull request # 95718 from SergeyKanzhelev/runtimeClass2 > 381d446 GA of RuntimeClass feature gate and API > bef66ad Merge pull request # 95954 from sttts/sttts-go-openapi > be00baa bump(k8s.io/kube-openapi) > a2cda56 Merge pull request # 96279 from cmluciano/cml/netutilsipv4 > 9950c71 Merge pull request # 74363 from aanm/fix-client-go-metrics > 1a0a999 dualstack: incorporate IsIPv4 updates from utils repo > 1eb2027 Merge pull request # 96020 from deads2k/dynamiclist > 2396a52 client-go/rest: fix finalURLTemplate for url base == "/" > bcecfea Merge pull request # 93293 from soltysh/loading_precedence > 20c034c add GVK to fake dynamic client to match actual behavior > 68bb4a9 Merge pull request # 96154 from rf232/update_klog > 87661a7 kubeconfig: add explicit path, if specified to loading precedence > 75ef13e demonstrate existing generated client and fake client behavior is consistent > 0177754 Update Klog dependency > 1db2969 fake dynamic client: support *List kinds > 534b10d Merge pull request # 95933 from brianpursley/kubernetes-95882 > 4ef01cd Merge pull request # 96108 from liggitt/revert-sys > 135cef1 Fix bug in JSON path parser where an error occurs when a range is empty > 3b0c685 Revert "Updated golang/x/net. Also updated golang.org/x/sys" > 852de46 Merge pull request # 96076 from caesarxuchao/update-deps > 285943f Updated golang/x/net. Also updated golang.org/x/sys, as required by > 0c53f2f Merge pull request # 95489 from ankeesler/ankeesler/enj/f/exec_plugin_cluster > e84213f Merge pull request # 95939 from dprotaso/leaderelection-release > 078729a exec credential provider: exec -> client.authentication.k8s.io/exec > d58491a Merge pull request # 95923 from deads2k/remove-deprecated > 3da398a Re-add the event recorder in the release test > 405010f exec credential provider: k8s.io/client-go/tools/auth/exec helper > 3ced13b Merge pull request # 95117 from andrewsykim/fake-dynamic-list > f3da8d0 remove the deprecated client that we stopped generating > bfd1732 Don't clear the cached resourcelock when errors occurs on updates > a7ba87c exec credential provider: ProvideClusterInfo and kubeconfig shadow > f45d942 fake dynamic client: document that List does not preserve TypeMeta in UnstructuredList > a0a4a35 Add failing test showing release is not working properly > eb15c10 Generated bazel > b8dd4e3 Merge pull request # 80954 from zachomedia/fix-lock-release > 8959cc2 Generated conversions > d1a4fe5 Merge pull request # 95692 from markusthoemmes/bump-azure-adal > 7efa263 Add lease release tests in leader election > 9e147f1 exec credential provider: wire in cluster info > a789af5 Merge pull request # 95646 from jprzychodzen/leader-election-1 > f3ff478 Fix dependency linting > 710705c Generate complete leader election record to resolve leader election issues with LeaseLocks > 5b14150 Add new way to generate leader election lock > 605bdce Bump github.com/Azure/go-autorest/autorest/adal to 0.9.5 > 67b0d20 Merge pull request # 95427 from roycaihw/fix/tls-transport-cache > 27421ea Merge pull request # 95230 from Git-Jiro/fix_vendor_client_go > a3299cf don't cache transports for incomparable configs > 5682372 Merge pull request # 95316 from sfowl/mask-token-in-toCurl > 3450a04 Fix staticchecks in vendor/k8s.io/client-go > 1c5be7d Merge pull request # 92201 from cici37/features > e8f871a Mask bearer token in logs when logLevel >= 9 > c06103a Move cloud related feature gates to controller-manager > becbabb Merge pull request # 95098 from phunziker/92402-memcache_test > 7584677 Merge pull request # 93901 from jpbetz/atomic-structs > 0588bc8 Fix staticcheck failure for vendor/k8s.io/client-go/discovery/cached/memory > ec2ace7 Bump to latest kube-openapi and SMD to pick up structType=atomic support > a0a9b7d Merge pull request # 94364 from wojtek-t/efficient_watch_resumption > 206f761 Merge pull request # 93951 from eddiezane/ez/update-client-go-out-of-cluster-example > 866e6a7 Allow tracking resource version for reflector store > f8c0b22 Merge pull request # 94947 from phillc/master > a6ca2f5 Update client-go out of cluster example > 8ea16c1 `find . -type f \( -name "*.go" -or -name "*.md" \) -print0 | xargs -0 gsed -i 's/the the /the /g'` > cba7285 Merge pull request # 93214 from trashhalo/prefer-error > a32e602 Merge pull request # 94090 from deads2k/podpreset > 166114c prefer NoError/Error over Nil/NotNil > 78470a5 clean up podpreset deprecated client > e655799 generated > 26b3743 remove generated podpreset > 890d74c remove pod presets > 909a5a3 Merge pull request # 94594 from knight42/fix/TestGetListener > f0b431a Merge pull request # 94605 from yttan/lint > 9ff85ef test(portforward): deflake TestGetListener > 42c4a6e Merge pull request # 93087 from roycaihw/storage-version/move-types > 3f4798d fix golint failures for staging/src/k8s.io/client-go/examples/workqueue > f20af93 generated > 529dda0 Merge pull request # 94570 from knight42/fix/TestEventSerie… |
|
|
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> |
|
|
8ae1528470
|
upgrade to latest dependencies (#424)
bumping knative.dev/pkg 6045ed4...a02dcff: > a02dcff Bump a few assorted dependencies to their latest versions (# 2013) > 4b2ae07 Replace deprecated github.com/markbates/inflect with github.com/gobuffalo/flect (# 2014) > 8878069 upgrade to latest dependencies (# 2010) > c493a9e Update common github actions (# 2009) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
9bd909a648
|
upgrade to latest dependencies (#404)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
f2bc7482b3
|
upgrade to latest dependencies (#377)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
7bd76ca7b6
|
[master] Auto-update dependencies (#337)
Produced via: `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh` /assign n3wscott vagababov /cc n3wscott vagababov |
|
|
446be89872
|
[master] Auto-update dependencies (#297)
Produced via: `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh` /assign n3wscott vagababov /cc n3wscott vagababov |
|
|
bf86c4f251
|
[master] Auto-update dependencies (#293)
Produced via: `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh` /assign n3wscott vagababov /cc n3wscott vagababov |
|
|
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) |