mirror of https://github.com/knative/caching.git
93 Commits
Author | SHA1 | Message | Date |
---|---|---|---|
|
1609145e5a
|
upgrade to latest dependencies (#819)
bumping knative.dev/pkg 697d669...de3e9cc: > de3e9cc Fixing all deprecated use of sets.String (# 2915) > a65a9e2 lower log level for AdmissionController.Admit validation failures (# 2905) > 4c06610 Update community files (# 2929) bumping knative.dev/hack 7030d5b...3ea694d: > 3ea694d include additional k8s bash file when updating exec permission (# 357) > 2f27d6e Update community files (# 356) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
a65bf6e6e2
|
upgrade to latest dependencies (#810)
bumping google.golang.org/api 83b8a6c...df9c71c: > df9c71c chore(main): release 0.151.0 (# 2254) > 786dca6 feat(all): auto-regenerate discovery clients (# 2265) > 3e83ea6 feat(all): auto-regenerate discovery clients (# 2263) > 93f5a5b feat(all): auto-regenerate discovery clients (# 2262) > edb9d86 feat(all): auto-regenerate discovery clients (# 2261) > 33863bf feat(all): auto-regenerate discovery clients (# 2259) > efe3d6f feat(all): auto-regenerate discovery clients (# 2258) > b3fe441 feat(all): auto-regenerate discovery clients (# 2257) > 4024760 feat(all): auto-regenerate discovery clients (# 2256) > 10dbf2b feat(all): auto-regenerate discovery clients (# 2255) > 58f1c94 feat(all): auto-regenerate discovery clients (# 2253) bumping knative.dev/hack 5deadde...eb35242: > eb35242 Adding the variable `KNATIVE_EVENTING_RELEASE_TLS` to install latest eventing TLS (# 350) bumping knative.dev/pkg 97c7258...23f3ee2: > 23f3ee2 Bump google.golang.org/api from 0.150.0 to 0.151.0 (# 2899) > 703c8b0 Add consistent SECURITY.md (# 2900) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
c2b2543ace
|
upgrade to latest dependencies (#807)
bumping knative.dev/hack 8834794...5deadde:
> 5deadde 🐛 Set latest release only when publishing to Github (# 346)
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
b3781bc47a
|
upgrade to latest dependencies (#806)
bumping knative.dev/pkg b7a62c0...35011d4: > 35011d4 upgrade to latest dependencies (# 2892) > 5c9b7a8 upgrade to latest dependencies (# 2887) > acf0a2d Bump google.golang.org/api from 0.148.0 to 0.149.0 (# 2891) > 5e1261a Bump cloud.google.com/go/storage from 1.33.0 to 1.34.1 (# 2890) > 3b3f4e4 Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 (# 2889) > 8bf0f54 Bump golang.org/x/sync from 0.4.0 to 0.5.0 (# 2888) > fac3a4f fix closure variable in filtered factory (# 2884) > a6c730f upgrade to latest dependencies (# 2882) > b09d4f2 Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (# 2879) > 9f71af7 Bump github.com/google/uuid from 1.3.1 to 1.4.0 (# 2878) bumping google.golang.org/genproto d307bd8...49dd2c1: > 49dd2c1 chore(all): update all (# 1067) > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063) > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060) > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062) > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061) > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064) > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065) > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066) > 8bfb1ae chore(all): update all (# 1059) > ceb4ed7 chore(all): auto-regenerate .pb.go files (# 1058) bumping github.com/google/uuid b3cae7c...8de8764: > 8de8764 chore(master): release 1.4.0 (# 134) > 7c22e97 Clarify the documentation of Parse to state its job is to parse, not validate, strings. (# 135) > cd5fbbd feat: UUIDs slice type with Strings() convenience method (# 133) > 47f5b39 docs: fix a typo in CONTRIBUTING.md (# 130) > 542ddab chore(tests): add Fuzz tests (# 128) > 06716f6 chore(tests): Add json.Unmarshal test with empty value cases (# 116) bumping knative.dev/hack d4af42e...8834794: > 8834794 Call set_latest_to_highest_semver after publishing a new release (# 343) > 0d99b7e add function to set latest semver to latest (# 339) bumping sigs.k8s.io/yaml 9535b3b...c3772b5: > c3772b5 Merge pull request # 97 from liggitt/owners > eead467 Merge pull request # 76 from natasha41575/go-yaml-fork > 604031b Update owners > 3566774 Merge pull request # 96 from liggitt/msg > f2c0229 add test demonstrating consistency between yaml.v2 and yaml.v3 > 65d71bb Merge pull request # 87 from justinsb/spew_no_more > 3f79f32 Revert error message changes > 20d25fa update LICENSE, owners, and readmes > d865f09 Merge pull request # 83 from kubernetes-sigs/bump-version-of-golang-to-1.19-and-drop-older-versions > 13f0a74 Replace go-spew with go-cmp > a7b5665 exclude forked libs from golint > 5303805 Merge pull request # 75 from brianpursley/benchmarks > b02c352 reformat to golang 1.19 standards > b6d8b45 fix leading newline issue > b5bdf49 Merge pull request # 66 from ncdc/remove-ncdc-from-owners > 0beda2b Add benchmarks > 2f8489c Bump version of golang to 1.19 and prune older versions > 330e1e5 make sequence style configurable > 78c1299 Merge pull request # 69 from ncdc/fix-lint-error > 94f1bbd Remove myself (ncdc) from OWNERS > 2d151d8 Add benchmarks > 70ebea7 change import paths to forked yaml libs > 39f74b9 Merge pull request # 65 from amurant/non_functional > 5e30182 Fix lint error > b96582b fork go-yaml v2 and v3 > 4f103b1 greatly improve testing framework & added a lot of new tests > 3c98e65 expand variable names in yaml.go, add better comments, improve errors, add copyright > 4924d91 expand variable names in fields.go > 59dc8b4 add 1.16 and 1.17 to github workflows > 740b971 remove vendor folder bumping google.golang.org/genproto/googleapis/api d307bd8...49dd2c1: > 49dd2c1 chore(all): update all (# 1067) > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063) > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060) > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062) > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061) > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064) > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065) > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066) > 8bfb1ae chore(all): update all (# 1059) > ceb4ed7 chore(all): auto-regenerate .pb.go files (# 1058) bumping golang.org/x/sync 22ba207...10739b0: > 10739b0 all: update go directive to 1.18 bumping google.golang.org/api 5e4c19e...0d3b865: > 0d3b865 chore(main): release 0.149.0 (# 2230) > c84e6ff feat(all): auto-regenerate discovery clients (# 2242) > e5a53db chore(all): update all (# 2233) > 576f5e1 feat(all): auto-regenerate discovery clients (# 2241) > 3151bd7 feat(all): auto-regenerate discovery clients (# 2240) > cf09469 feat(all): auto-regenerate discovery clients (# 2239) > 8d66391 feat(all): auto-regenerate discovery clients (# 2238) > 3cc10bf feat(all): auto-regenerate discovery clients (# 2237) > da38ebd feat(all): auto-regenerate discovery clients (# 2236) > cc28ceb feat(all): auto-regenerate discovery clients (# 2235) > 8bb5867 feat(all): auto-regenerate discovery clients (# 2234) > a1fb230 feat(all): auto-regenerate discovery clients (# 2232) > 9835f38 feat(all): auto-regenerate discovery clients (# 2231) > 199783c feat(all): auto-regenerate discovery clients (# 2229) bumping google.golang.org/genproto/googleapis/rpc e917dd1...49dd2c1: > 49dd2c1 chore(all): update all (# 1067) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
c6425778e5
|
upgrade to latest dependencies (#805)
bumping google.golang.org/grpc bf05b95...7765221: > 7765221 Change version to 1.59.0 (# 6695) > e88f12e server: prohibit more than MaxConcurrentStreams handlers from running at once (# 6703) (# 6704) > be7919c transport: Pass Header metadata to tap handle. (# 6652) > e3f1514 Reapply "status: fix/improve status handling (# 6662)" (# 6673) (# 6688) > 696faa9 client: add a test for NewSubConn / StateListener / cc.Close racing (# 6678) > 318c717 readme: fix badges (# 6687) > 39972fd github: add code coverage with codecov.io (# 6676) > 93dbc05 xds: move virtual host matcher test to the xdsresource package (# 6680) > 2c00469 github: update actions/setup-go and actions/checkout (# 6675) > 1f73ed5 Replace the gRFC pull request with the permanent link. (# 6674) > 9e1fc3e Revert "status: fix/improve status handling (# 6662)" (# 6673) > 0772ed7 status: fix/improve status handling (# 6662) > 1466283 internal/idle: add a test that invokes ClientConn methods concurrently (# 6659) > fd9ef72 interop: implement rpc-behavior for UnaryCall() (# 6575) > c6264a9 examples: add an example of flow control behavior (# 6648) > ee4b62c encoding: fix mention of DecompressedSize in docstring (# 6665) > 09792b5 test: move codec tests to a separate file (# 6663) > 57cb4d8 internal/backoff: add a helper to run a function with backoff (# 6661) > 5e4402f attributes: avoid the use of %#v formatting verb (# 6664) > 147bd85 balancer: add a warning for balancer names that contain upper case letters (# 6647) > 4ced601 googlec2p: remove support for the experimental scheme (# 6645) > a758b62 xds/googledirectpath: fix google-c2p resolver test case involving bootstrap env config (# 6657) > e61a14d fix testing parameter on xds_client_custom_lb_test (# 6646) > 58e2f2b attributes: print typed nil values instead of panic (# 6574) > fe0dc22 interop/grpc_testing: regenerate pb.gos (# 6653) > 130bc42 Improve testutils.MarshalAny (# 6617) > 3156151 grpclb: teach the manual resolver to handle restarts (# 6635) > 1457a96 balancer/weightedroundrobin: fix ticker leak on update (# 6643) > 92f5ba9 xdsclient: completely remove the old WatchCluster API (# 6621) > 94d8074 grpclb: some minor cleanups (# 6634) > 1880bd6 resolver/manual: support restarts, required for channel idleness (# 6638) > 9deee9b idle: use LB policy close event as a proxy for channel idleness (# 6628) > 2d1bb21 grpc: ensure transports are closed when the channel enters IDLE (# 6620) > 552525e interop/xds_federation: remove binary file (# 6622) > 82a568d cdsbalancer: switch cluster watch to generic xDS client API (# 6600) > 0317200 health/grpc_health_v1: update pb.go (# 6616) > 57dcb71 interop/xds: improve error message (# 6614) > 254bccb idle: decrement active call count for streaming RPCs only when the call completes (# 6610) > b0a946c xds: fix hash policy header to skip bin headers and use extra metadata (# 6609) > 1e0d82e balancer/leastrequest: Cache atomic load and also add concurrent rpc test (# 6602) > 8eb4ac4 grpc: Change server stream context handling (# 6598) > e498bbc leastrequest: fix data race in leastrequest picker (# 6587) > 778e638 balancergroup: improve observability around balancer cache behavior (# 6597) > aa6ce35 vet: ensure all usages of grpc_testing package are renamed when importing (# 6595) > d045b41 interop/grpc_testing: regenerate pb.gos (# 6596) > 61b7baa grpc_test: rename import for grpc_testing (# 6594) > 1805900 deps: update dependencies for all modules (# 6582) > 9362f26 grpc: re-enable channel idleness by default (# 6585) > 8b1a671 stream: swallow Header errors as we used to; RecvMsg can still return it (# 6586) > 23ac72b update pb.gos by running regenerate.sh (# 6584) > 2ce7ecd cdsbalancer: test cleanup part 3/N (# 6564) > 7afbb9b Change version to 1.59.0-dev (# 6581) bumping knative.dev/hack 2c938d4...d4af42e: > d4af42e Make generate-groups.sh and generate-knative.sh executable conditionally (# 338) bumping knative.dev/pkg 29775d7...b7a62c0: > b7a62c0 Bump google.golang.org/grpc from 1.58.3 to 1.59.0 (# 2873) > b8c14ce [CVE-2023-44487] Disable http2 for webhooks (# 2871) > 8b8bb65 Bump github.com/prometheus/common from 0.44.0 to 0.45.0 (# 2874) > ee56089 Bump google.golang.org/api from 0.147.0 to 0.148.0 (# 2872) bumping google.golang.org/genproto/googleapis/rpc 8bfb1ae...e917dd1: > e917dd1 chore(deps): bump golang.org/x/net in /googleapis/api/servicecontrol (# 1063) > 8102cb6 chore(deps): bump golang.org/x/net in /googleapis/api/servicemanagement (# 1060) > baa7128 chore(deps): bump golang.org/x/net in /googleapis/api/apikeys (# 1062) > 67c69aa chore(deps): bump golang.org/x/net in /googleapis/bytestream (# 1061) > e298162 chore(deps): bump golang.org/x/net in /googleapis/api/serviceusage (# 1064) > 378ed82 chore(deps): bump golang.org/x/net in /googleapis/api (# 1065) > a6244dc chore(deps): bump golang.org/x/net from 0.14.0 to 0.17.0 (# 1066) bumping google.golang.org/api 60e8678...5e4c19e: > 5e4c19e chore(main): release 0.148.0 (# 2217) > 438c075 chore(deps): ignore go-github (# 2223) > 29c72b5 feat(all): auto-regenerate discovery clients (# 2227) > 33383c7 feat(all): auto-regenerate discovery clients (# 2226) > 25093c2 feat(all): auto-regenerate discovery clients (# 2224) > 5077579 chore(all): update all (# 2220) > a6ee0f9 feat(all): auto-regenerate discovery clients (# 2222) > 6f71a69 feat(all): auto-regenerate discovery clients (# 2219) > 1ef9dd2 feat(all): auto-regenerate discovery clients (# 2218) > ffeb508 feat(all): auto-regenerate discovery clients (# 2216) bumping github.com/prometheus/common 94bf982...c59927e: > c59927e Merge pull request # 524 from prometheus/dependabot/go_modules/golang.org/x/net-0.17.0 > 16f9480 Merge pull request # 525 from prometheus/dependabot/go_modules/sigv4/golang.org/x/net-0.17.0 > 1f9b004 Bump golang.org/x/net from 0.15.0 to 0.17.0 > 7043ea0 Merge pull request # 520 from prometheus/repo_sync > ff99062 Bump golang.org/x/net from 0.15.0 to 0.17.0 in /sigv4 > f4e05c0 Merge pull request # 519 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.45.19 > b6914dd Update common Prometheus files > ac62eb7 Merge pull request # 518 from prometheus/repo_sync > eb60b9b Bump github.com/aws/aws-sdk-go from 1.45.18 to 1.45.19 in /sigv4 > 2dfcc43 Merge pull request # 509 from Neo2308/feature/master/move-to-protobuf-extensions-v2 > 777f9cc Update common Prometheus files > 538e36f Merge pull request # 493 from prometheus/dependabot/go_modules/sigv4/github.com/stretchr/testify-1.8.4 > 6fa8c32 Update golang_protobuf_extensions to v2 > 806bab7 Merge pull request # 516 from prometheus/dependabot/go_modules/sigv4/github.com/prometheus/client_golang-1.17.0 > 3d03105 Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 in /sigv4 > c3da61d Merge pull request # 515 from prometheus/dependabot/go_modules/sigv4/github.com/aws/aws-sdk-go-1.45.18 > 78c4467 Bump github.com/prometheus/client_golang from 1.15.1 to 1.17.0 in /sigv4 > 29293ef Merge pull request # 514 from prometheus/dependabot/go_modules/golang.org/x/oauth2-0.12.0 > 68bf7ee Bump github.com/aws/aws-sdk-go from 1.44.266 to 1.45.18 in /sigv4 > bd35fdb Merge pull request # 513 from prometheus/superq/client_go > 2e29438 Bump golang.org/x/oauth2 from 0.8.0 to 0.12.0 > 4e8cb35 Merge pull request # 495 from prometheus/repo_sync > 9510d8d Update client_golang > 86487d4 Add read-only token permissions > dc8a02e Update common Prometheus files > fa9dcdd Merge pull request # 507 from prometheus/dependabot/go_modules/golang.org/x/net-0.12.0 > 4047c78 Merge pull request # 511 from wasim-nihal/username-file-12576 > 162098f Bump golang.org/x/net from 0.10.0 to 0.12.0 > ed1ca57 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576 > e79ab68 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576 > 707c0a9 Merge branch 'username-file-12576' of https://github.com/wasim-nihal/common into username-file-12576 > 06c301c Adding support for file based configuration of basic auth in http client config. > 0af702d Update config/http_config.go > 0b1d03c Update config/http_config.go > dbdf15f Adding support for file based configuration of basic auth in http client config. Signed-off-by: Knative Automation <automation@knative.team> |
|
|
da42414936
|
upgrade to latest dependencies (#790)
bumping google.golang.org/genproto f966b18...007df8e: > 007df8e chore(all): auto-regenerate .pb.go files (# 1053) > 2d3300f chore(all): update actions/checkout action to v4 (# 1052) > b8732ec chore(all): auto-regenerate .pb.go files (# 1051) > ccc8af3 chore(all): auto-regenerate .pb.go files (# 1050) > 6bfd019 chore(all): auto-regenerate .pb.go files (# 1047) > ca7cfce fix(analytics/admin/v1alpha): remove broken aliases (# 1045) > 1744710 chore(all): update all (# 1043) bumping knative.dev/hack 403114f...f2f9b6f: > f2f9b6f Vendorless docs (# 324) > 46659bc Update actions (# 323) bumping google.golang.org/genproto/googleapis/api f966b18...007df8e: > 007df8e chore(all): auto-regenerate .pb.go files (# 1053) > 2d3300f chore(all): update actions/checkout action to v4 (# 1052) > b8732ec chore(all): auto-regenerate .pb.go files (# 1051) > ccc8af3 chore(all): auto-regenerate .pb.go files (# 1050) > 6bfd019 chore(all): auto-regenerate .pb.go files (# 1047) > ca7cfce fix(analytics/admin/v1alpha): remove broken aliases (# 1045) > 1744710 chore(all): update all (# 1043) bumping google.golang.org/api fc96064...d0ae30d: > d0ae30d chore(main): release 0.143.0 (# 2174) > bd12eba fix(docs): add an operation polling example (# 2186) > 26c6885 chore: give admins owners on renovate config (# 2185) > 3a58dbb chore: unfreeze grpc (# 2183) > 546196e chore(all): update all (# 2181) > 4c049c5 feat(all): auto-regenerate discovery clients (# 2182) > e61e11b feat(all): auto-regenerate discovery clients (# 2180) > 1bca7ee feat(all): auto-regenerate discovery clients (# 2179) > 00aa328 feat(all): auto-regenerate discovery clients (# 2177) > c6a8850 feat(all): auto-regenerate discovery clients (# 2176) > 68d92d4 feat(all): auto-regenerate discovery clients (# 2173) bumping knative.dev/pkg 51a826d...0f52db7: > 0f52db7 Bump google.golang.org/api from 0.142.0 to 0.143.0 (# 2840) > bd49c73 upgrade to latest dependencies (# 2839) bumping google.golang.org/genproto/googleapis/rpc 007df8e...e6e6cda: > e6e6cda chore(all): update all (# 1044) > c177e32 chore(deps): temporarily ignore grpc dep (# 1054) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
2cb0056ecd
|
upgrade to latest dependencies (#789)
bumping google.golang.org/grpc 62726d4...c0aa20a:
> c0aa20a Change version to 1.58.2 (# 6654)
> 67a53a6 balancer/weightedroundrobin: fix ticker leak on update (# 6655)
> 863de73 update version to 1.58.2-dev (# 6633)
bumping google.golang.org/genproto/googleapis/rpc 2d3300f...007df8e:
> 007df8e chore(all): auto-regenerate .pb.go files (# 1053)
bumping knative.dev/pkg 05a411a...51a826d:
> 51a826d Bump google.golang.org/grpc from 1.58.1 to 1.58.2 (# 2835)
> 4930930 Bump google.golang.org/api from 0.141.0 to 0.142.0 (# 2834)
> 0efc1bc Also return Audience in URIResolver.AddressableFromDestinationV1() (# 2836)
> 559de7e upgrade to latest dependencies (# 2833)
> dd819c0 Update community files (# 2830)
bumping google.golang.org/api c3d417d...fc96064:
> fc96064 chore(main): release 0.142.0 (# 2162)
> da71d0a feat(all): auto-regenerate discovery clients (# 2171)
> ea1fe11 chore(all): update all to 007df8e (# 2167)
> a8cadbf feat(all): use updated mtls config endpoint (# 2164)
> 0c5c2d2 feat(all): auto-regenerate discovery clients (# 2168)
> c4024ed feat(all): auto-regenerate discovery clients (# 2166)
> 304fb51 feat(all): auto-regenerate discovery clients (# 2165)
> a34ad77 feat(internal): add some feature flags for new auth libs (# 2163)
> d6822ad feat(all): auto-regenerate discovery clients (# 2161)
bumping knative.dev/hack da6e74c...403114f:
> 403114f Manual shellcheck (# 321)
> 74aa02a 🐛 Remove deps from go.mod for knative.dev/hack (# 320)
> 34850cd Update community files (# 319)
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
f45a005abe
|
upgrade to latest dependencies (#788)
bumping knative.dev/hack c4a34c3...da6e74c:
> da6e74c 🐛 The `go.work.sum` don't influence the dependencies resolution (# 317)
bumping knative.dev/pkg 8761ceb...05a411a:
> 05a411a upgrade to latest dependencies (# 2831)
> 76b4202 Add AuthStatus type (# 2829)
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
7f3928f2fc
|
upgrade to latest dependencies (#787)
bumping knative.dev/hack 38316f2...c4a34c3: > c4a34c3 Collect LICENSE files from all dependencies, even without vendor dir (# 316) bumping knative.dev/pkg 7fe699e...8761ceb: > 8761ceb upgrade to latest dependencies (# 2827) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
94468139a0
|
upgrade to latest dependencies (#785)
bumping google.golang.org/api 77cbf8b...c3d417d: > c3d417d chore(main): release 0.141.0 (# 2156) > d541d8e feat(idtoken): add ParsePayload returning unvalidated token payload (# 2136) > 124e36e feat(all): auto-regenerate discovery clients (# 2160) > 2b846e5 feat(all): auto-regenerate discovery clients (# 2159) > c2fa93e fix(transport): remove conditional App Engine gen 1 Go hooks (# 2158) > 2114d8d chore: remove misleading docs for credentialsFromJSON JWT path (# 2141) > 9a84e80 feat(all): auto-regenerate discovery clients (# 2155) bumping knative.dev/pkg 8d736b6...7fe699e: > 7fe699e Bump google.golang.org/grpc from 1.58.0 to 1.58.1 (# 2823) > 5e88665 upgrade to latest dependencies (# 2810) > 96dc59b Bump go.uber.org/zap from 1.25.0 to 1.26.0 (# 2826) > dbcdf66 Bump cloud.google.com/go/storage from 1.32.0 to 1.33.0 (# 2825) > d9942a2 Bump github.com/evanphx/json-patch/v5 from 5.6.0 to 5.7.0 (# 2824) > fa6df73 Bump google.golang.org/api from 0.140.0 to 0.141.0 (# 2822) > 9780686 Update community files (# 2819) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
4283c94087
|
upgrade to latest dependencies (#781)
bumping knative.dev/hack 9cc05a3...760813a:
> 760813a Allow to not vendor the dependencies (# 311)
> f63d16e 🎁 Source embedded hack scripts (# 222)
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
eb3243f87f
|
upgrade to latest dependencies (#777)
bumping knative.dev/pkg 4f651e0...81e4ee1:
> 81e4ee1 Bump go.uber.org/zap from 1.24.0 to 1.25.0 (# 2800)
> 2aafe0e Bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 (# 2801)
> 2ad39e9 Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 (# 2804)
> d36cc59 Bump google.golang.org/api from 0.136.0 to 0.138.0 (# 2802)
> 35b0890 Bump go.uber.org/automaxprocs from 1.4.0 to 1.5.3 (# 2803)
> 93a9858 upgrade to latest dependencies (# 2799)
bumping go.uber.org/multierr 3114a8b...8767aa9:
> 8767aa9 Prepare release v1.10 (# 74)
> 4504ef7 README: Add Features section (# 73)
> 2fd451d Drop external atomic dependency (# 72)
> 7876a02 Remove unused glide.yaml (# 71)
> 55bc553 Support Go 1.20 Unwrap() []error (# 69)
> 39ca40c Prepare release v1.9.0 (# 68)
> 4459990 Add a shorthand for AppendInvoke (# 65)
> 80b07a7 Document named return constraint for defer (# 63)
> 492b792 Test and lint against Go 1.19 (# 62)
>
|
|
|
e65714cd1d
|
upgrade to latest dependencies (#770)
bumping knative.dev/hack 338500e...d7fde30: > d7fde30 Added knative-extensions (# 293) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
046f174fe8
|
upgrade to latest dependencies (#762)
bumping google.golang.org/api 2311ef1...63d06ab:%0A > 63d06ab chore(main): release 0.124.0 (# 1990)%0A > 73f57fe feat(all): auto-regenerate discovery clients (# 1991)%0A > 8c0e6d9 chore: add yoshi-approver ownership (# 1994)%0A > 7843046 chore(all): update all (# 1992)%0A > 94c12ed chore(all): update module github.com/google/s2a-go to v0.1.4 (# 1989)%0A > 0b4f4af feat(all): auto-regenerate discovery clients (# 1988)%0A > 2721e1f chore: enable GoApiaryCodegen auto-approve (# 1987)%0A > a241c25 chore: delete broken AutoApprove (# 1986)%0A > 3e2d6a6 chore: trigger AutoApprove on reopen as well (# 1985)%0A > a24a28a chore: give AutoApprove job full write (# 1984)%0A > 8210800 chore(main): release 0.123.0 (# 1975)%0A > f31b763 feat(all): auto-regenerate discovery clients (# 1982)%0A > d27f40f feat(all): auto-regenerate discovery clients (# 1978)%0A > 94d3d73 chore(ci): fix AutoApprove for discogen (# 1981)%0A > 98b3073 feat(all): auto-regenerate discovery clients (# 1974)%0A > d5e0fb2 chore(main): release 0.122.0 (# 1972)%0A > ab64815 feat(all): auto-regenerate discovery clients (# 1973)%0A > 8b0974e fix: add better support of array of floats (# 1971)%0A > cf0df64 chore(main): release 0.121.0 (# 1962)%0A > c2c2b59 feat(all): auto-regenerate discovery clients (# 1963)%0A > e44a771 chore(all): update module github.com/google/s2a-go to v0.1.3 (# 1965)%0A > 2068ba5 feat(all): auto-regenerate discovery clients (# 1961)%0A > c2018e2 chore(main): release 0.120.0 (# 1956)%0A > 4e35cac feat(all): auto-regenerate discovery clients (# 1960)%0A > fcd007a feat(all): auto-regenerate discovery clients (# 1958)%0A > 289b859 feat(all): auto-regenerate discovery clients (# 1957)%0A > 409bc9d feat(all): auto-regenerate discovery clients (# 1955)%0A > 0909f16 chore(main): release 0.119.0 (# 1944)%0A > 2f54150 chore(deps): update s2a-go to v0.1.2 (# 1954)%0A > 685ec81 feat: add an option to enable DirectPath xDS (# 1942)%0A > d85769c feat(all): auto-regenerate discovery clients (# 1953)%0A > 4cb8eb9 feat(all): auto-regenerate discovery clients (# 1952)%0A > bf9f3ac chore(all): update google.golang.org/genproto digest to daa745c (# 1949)%0A > e1eda57 feat(all): auto-regenerate discovery clients (# 1948)%0A > a0dacd5 feat(all): auto-regenerate discovery clients (# 1947)%0A > e8b93cb chore(deps): update s2a-go to v0.1.1 (# 1945)%0A > 690068f feat(all): auto-regenerate discovery clients (# 1943)%0A > 2d6890a chore(main): release 0.118.0 (# 1940)%0A > 29dc45a feat(all): auto-regenerate discovery clients (# 1941)%0A > ac94a0f feat(all): auto-regenerate discovery clients (# 1939)%0A > 8019ef6 chore(main): release 0.117.0 (# 1931)%0A > 750c7c8 feat(all): auto-regenerate discovery clients (# 1936)%0A > 3a98290 chore(all): update all (# 1937)%0A > 3f62830 chore(deps): bump golang.org/x/crypto (# 1930)%0A > 2219681 feat(all): auto-regenerate discovery clients (# 1935)%0A > 2efcb2e feat(all): auto-regenerate discovery clients (# 1932)%0A > 3c61729 feat: add experimental s2a-go integration (# 1874)%0A > 587b9e5 chore(main): release 0.116.0 (# 1929)%0A > 28c8cd5 feat(all): auto-regenerate discovery clients (# 1928)%0A > feafcdc chore(main): release 0.115.0 (# 1922)%0A > 34781cf feat(all): auto-regenerate discovery clients (# 1927)%0A > 33a2dfe feat(all): auto-regenerate discovery clients (# 1924)%0A > 02cfb82 chore(all): update google.golang.org/genproto digest to dcfb400 (# 1925)%0A > 8930f0e feat(all): auto-regenerate discovery clients (# 1923)%0A > 1c955e8 feat(all): auto-regenerate discovery clients (# 1913)%0A > 7f87838 chore(all): update all (# 1918)%0A > be028cf chore(gensupport): add idempotency header (# 1916)%0A > 649bfb9 chore(all): update all (# 1914)%0A > 5ac4fd7 test: update test due to generator change (# 1912)%0A > f79df48 chore(main): release 0.114.0 (# 1910)%0A > 2754ab4 feat(all): auto-regenerate discovery clients (# 1907)%0A > dc4b77d fix: always reference the internal package. (# 1909)%0A > b8a2a5e chore(main): release 0.113.0 (# 1901)%0A > fc221ce feat(all): auto-regenerate discovery clients (# 1900)%0A > e63383f chore(all): update module google.golang.org/protobuf to v1.29.1 [SECURITY] (# 1906)%0A > 64b6ee4 feat(idtoken): add support for external_account (# 1897)%0A > 65cafd4 chore(all): update all (# 1902)%0A > 63c48a6 feat(transport): add support for setting quota project with envvar (# 1892)%0A > 225fa6b internal: Refactor cert logic to support OAuth2 token exchange over mTLS (# 1886)%0A > 8d4d70d chore(main): release 0.112.0 (# 1883)%0A > 89c274a feat(all): auto-regenerate discovery clients (# 1898)%0A > 9f18671 feat(all): auto-regenerate discovery clients (# 1896)%0A > e88ee8a feat(all): auto-regenerate discovery clients (# 1893)%0A > 5da4d6a feat(all): auto-regenerate discovery clients (# 1887)%0A > 6bd0840 chore(deps): bump golang.org/x/crypto in /internal/kokoro/discogen (# 1890)%0A > 2f72016 chore(all): update all (# 1888)%0A > c886360 feat(all): auto-regenerate discovery clients (# 1885)%0A > 1aee5cd feat(all): auto-regenerate discovery clients (# 1884)%0A > 15808d7 feat(all): auto-regenerate discovery clients (# 1882)%0A > e99d0d5 chore(main): release 0.111.0 (# 1860)%0A > 70d3954 feat(all): auto-regenerate discovery clients (# 1875)%0A > f32872c chore(all): update google.golang.org/genproto digest to 637eb22 (# 1877)%0A > c02cff6 feat(all): auto-regenerate discovery clients (# 1873)%0A > 7d34d41 feat(all): auto-regenerate discovery clients (# 1872)%0A > d456fd6 chore(deps): bump golang.org/x/net in /internal/kokoro/discogen (# 1870)%0A > b7ab21d chore(all): update all (# 1868)%0A > 7f5f40a feat(all): auto-regenerate discovery clients (# 1866)%0A > 4056319 chore(all): update module golang.org/x/net to v0.7.0 [SECURITY] (# 1867)%0A > 8b8b195 feat(all): auto-regenerate discovery clients (# 1863)%0A > c0f2510 chore(all): update vet.sh to go runtime 1.20 (# 1865)%0A > 895105a feat(all): auto-regenerate discovery clients (# 1861)%0A > ba3414e feat(all): auto-regenerate discovery clients (# 1859)%0A > 892811c chore(main): release 0.110.0 (# 1840)%0A > 1edc79b chore: update x libs (# 1858)%0A > 929a393 chore(all): update all (# 1853)%0A > 1147cb8 fix: Update ECP dependency to v0.2.3 (# 1857)%0A > 689f934 feat(all): auto-regenerate discovery clients (# 1851)%0A > 8efd00d fix(internal/gensupport): don't prematurely close timers (# 1856)%0A > 3fb5b61 fix: Improve error handling for enterprise certificate module (# 1848)%0A > 8980266 feat(all): auto-regenerate discovery clients (# 1850)%0A > 3fb8cdc feat(all): auto-regenerate discovery clients (# 1841)%0A > 1651c38 chore(transport): remove support for go runtimes earlier than 1.16 (# 1844)%0A > 4b4c9d4 feat(all): auto-regenerate discovery clients (# 1838)%0A > b3b5f17 chore(main): release 0.109.0 (# 1818)%0A > c13cc35 feat(all): auto-regenerate discovery clients (# 1836)%0A > 602b6a4 chore(all): update all (major) (# 1806)%0A > a5d0daa feat(all): auto-regenerate discovery clients (# 1828)%0A > 50fc7c4 feat(all): auto-regenerate discovery clients (# 1826)%0A > 6aad438 feat(all): auto-regenerate discovery clients (# 1825)%0A > 85d0224 feat(all): auto-regenerate discovery clients (# 1822)%0A > 884a246 feat(all): auto-regenerate discovery clients (# 1821)%0A > 5935892 feat(all): auto-regenerate discovery clients (# 1819)%0A > ba3ba78 feat(all): auto-regenerate discovery clients (# 1817)%0A > 47f66d6 chore(main): release 0.108.0 (# 1811)%0A > da48b9a feat(all): auto-regenerate discovery clients (# 1816)%0A > a12685c feat(all): auto-regenerate discovery clients (# 1813)%0A > 4df52d2 feat(all): auto-regenerate discovery clients (# 1810)%0A > f74fbb6 chore(main): release 0.107.0 (# 1803)%0A > d8084e4 feat(all): auto-regenerate discovery clients (# 1809)%0A > 4dca4e0 feat: re-enable integrations:v1 (# 1801)%0A > 86e4009 fix: user Timers over time.After (# 1802)%0A > bcc345c feat(all): auto-regenerate discovery clients (# 1808)%0A > de06921 feat(all): auto-regenerate discovery clients (# 1807)%0A > 935ef64 feat(all): auto-regenerate discovery clients (# 1804)%0A > 93de455 feat(all): auto-regenerate discovery clients (# 1800)%0A > ac7eb8f chore(main): release 0.106.0 (# 1786)%0A > 3944e86 feat(all): auto-regenerate discovery clients (# 1794)%0A > f6dec99 feat(idtoken): add support for impersonated_service_account creds type (# 1792)%0A > ddb5c65 test: add buffer to both sides of token expiry validation (# 1797)%0A > b35900a fix(idtoken): configure validator constructor to use no authentication (# 1789)%0A > ca86833 chore(all): update all (# 1796)%0A > a6b0739 chore: skip generating integrations:v1 as it fails generation (# 1793)%0A > 7bd17b3 feat(all): auto-regenerate discovery clients (# 1790)%0A > 9fb35f5 feat(all): auto-regenerate discovery clients (# 1788)%0A > 1569e5b feat(option/internaloption): add new EmbeddableAdapter option (# 1787)%0A > a7f08e2 feat(all): auto-regenerate discovery clients (# 1784)%0A > 67aaf4e chore(main): release 0.105.0 (# 1774)%0A > 5b02761 feat(all): auto-regenerate discovery clients (# 1777)%0A > c58bf4c feat: support set null map entries for non-simple map values (# 1782)%0A > e4271df feat(googleapi): add response headers to Error reported by CheckMediaResponse (# 1781)%0A > 6193507 chore: remove uses of obsolete golang.org/x/xerrors (# 1776)%0A > 37a2e41 feat(all): auto-regenerate discovery clients (# 1773)%0A > 9255b0b chore(main): release 0.104.0 (# 1748)%0A > 4238314 chore: ignore some golang.org/x/* dependencies in renovate (# 1772)%0A > 029b659 chore(all): update all (# 1768)%0A > f819644 feat(all): auto-regenerate discovery clients (# 1771)%0A > 2b596d9 feat(all): auto-regenerate discovery clients (# 1767)%0A > 3195ce1 feat(all): auto-regenerate discovery clients (# 1766)%0A > 97a9846 feat(all): auto-regenerate discovery clients (# 1760)%0A > 8d8f0a7 feat(transport): de-experiment google-c2p resolver (# 1757)%0A > c213153 fix(transport/grpc): separate resolution of creds and certs (# 1759)%0A > 629e217 fix(idtoken): increase MaxIdleConnsPerHost to 100 in NewClient (# 1754)%0A > caf7af0 feat(all): auto-regenerate discovery clients (# 1755)%0A > e18b504 feat(all): auto-regenerate discovery clients (# 1753)%0A > dd565a4 feat(all): auto-regenerate discovery clients (# 1752)%0A > a657f19 feat(all): auto-regenerate discovery clients (# 1751)%0A > 292129c feat(all): auto-regenerate discovery clients (# 1746)%0A > 02077fd chore(all): update all (# 1749)%0A > 567070f docs: document limitation of WithUserAgent (# 1747)%0A > 561b601 chore(main): release 0.103.0 (# 1738)%0A > 4248dc3 feat(all): auto-regenerate discovery clients (# 1743)%0A > ee25e29 feat(googleapi): inject gax apierror.APIError into googleapi.Error (# 1730)%0A > f8efb95 chore(all): update all (# 1740)%0A > 9695aa1 feat: rm hard dep on x/sys (# 1742)%0A > bec0f29 chore(.github): force renovate to use 1.19 (# 1741)%0A > bbd4259 feat(all): auto-regenerate discovery clients (# 1739)%0A > de99200 feat(all): auto-regenerate discovery clients (# 1737)%0A > 0d7f97a chore(main): release 0.102.0 (# 1726)%0A > 0528475 feat: rely on new compute metadata module directly (# 1736)%0A > ce57a67 feat(all): auto-regenerate discovery clients (# 1734)%0A > 1e1eab9 feat(all): auto-regenerate discovery clients (# 1727)%0A > 0ce5403 test(transport/grpc): fix arg for test failure logs (# 1733)%0A > 06360d8 feat(all): auto-regenerate discovery clients (# 1725)%0A > 644a13c chore(main): release 0.101.0 (# 1719)%0A > f4788b3 feat(all): auto-regenerate discovery clients (# 1723)%0A > 9ea2ceb chore(all): update all (# 1721)%0A > 9140608 feat(all): auto-regenerate discovery clients (# 1720)%0A > 453b81a feat(all): auto-regenerate discovery clients (# 1718)%0A > d530a93 chore(main): release 0.100.0 (# 1714)%0A > 37f90e9 feat(internal/gensupport): remove DetermineContentType, use gax-go copy (# 1716)%0A > b235b1f fix(idtoken): Allow missing age in http response header (# 1715)%0A > f990a2a feat(all): auto-regenerate discovery clients (# 1717)%0A > f9e15f2 feat(all): auto-regenerate discovery clients (# 1712)%0A > e74b770 chore(all): update all (# 1713)%0A > 977e871 chore(main): release 0.99.0 (# 1710)%0A > 6b81c83 feat(all): auto-regenerate discovery clients (# 1701)%0A > 1aa1deb chore(all): update all (# 1707)%0A > 69fb474 chore: Update ECP dependency to 0.2.0 (# 1704)%0A > a4ae94d chore(main): release 0.98.0 (# 1700)%0A > 25b7450 feat(all): auto-regenerate discovery clients (# 1699)%0A > aa775b4 feat(all): auto-regenerate discovery clients (# 1696)%0A > faa845a chore(main): release 0.97.0 (# 1694)%0A > 2c3e863 fix(gensupport): allow initial request for resumable uploads to retry w/ non-nil getBody (# 1690)%0A > f427ee3 feat(internal/gensupport): wrap retry failures with context and prev error (# 1684)%0A > 6b0515b fix: build script bash error (# 1697)%0A > b8f2556 feat(all): auto-regenerate discovery clients (# 1695)%0A > a87400b feat(all): auto-regenerate discovery clients (# 1693)%0A > a039966 chore(main): release 0.96.0 (# 1687)%0A > 0f7c1ed fix: upgrade version of golang.org/x/net (# 1692)%0A > e801e10 feat(all): auto-regenerate discovery clients (# 1689)%0A > bc29a6b feat(all): auto-regenerate discovery clients (# 1688)%0A > ce5ed41 feat(all): auto-regenerate discovery clients (# 1686)%0A > d63b286 chore(main): release 0.95.0 (# 1678)%0A > 8c72fb3 feat(all): auto-regenerate discovery clients (# 1680)%0A > 9a84077 feat(option): officially deprecate ImpersonateCredentials (# 1683)%0A > 219f166 test: set envvar for integration test (# 1681)%0A > 991f409 test: integration Tests for Configurable Token Lifespan (# 1657)%0A > 8757dbf feat(all): auto-regenerate discovery clients (# 1677)%0A > 608f877 chore(main): release 0.94.0 (# 1668)%0A > 1b6dbd8 feat(all): auto-regenerate discovery clients (# 1676)%0A > c0825d4 chore: bump version of oauth lib to latest (# 1675)%0A > 99c5811 feat(all): auto-regenerate discovery clients (# 1673)%0A > 9ce1130 feat(all): auto-regenerate discovery clients (# 1672)%0A > 7158b89 feat(all): auto-regenerate discovery clients (# 1671)%0A > 07ceb9d docs(option): clarify behavior of WithScopes (# 1670)%0A > 9ea025d fix(storage): *int64 instead of int64 for Age cond (# 1598)%0A > c85b305 feat(all): auto-regenerate discovery clients (# 1667)%0A > 55f563d chore(main): release 0.93.0 (# 1660)%0A > 62364a2 feat(all): auto-regenerate discovery clients (# 1664)%0A > d6ee425 feat(google-api-go-generator): Change field PaymentState to pointer (# 1663)%0A > 3e82e6f feat(all): auto-regenerate discovery clients (# 1662)%0A > 68e7d49 feat(all): auto-regenerate discovery clients (# 1661)%0A > f73ea23 feat(all): auto-regenerate discovery clients (# 1652)%0A > 4fd3439 chore: fix flaky bot (# 1653)%0A > a90d802 chore(main): release 0.92.0 (# 1651)%0A > 0e6b5b6 feat(all): auto-regenerate discovery clients (# 1649)%0A > 825be43 chore: run gofmt -s -l -w . for Go 1.19 (# 1650)%0A > ceac0bc chore: update vet to run for 1.19 (# 1648)%0A > 45996f0 feat(all): auto-regenerate discovery clients (# 1646)%0A > 8942a36 feat(all): auto-regenerate discovery clients (# 1645)%0A > 6a8be6a feat(all): auto-regenerate discovery clients (# 1643)%0A > 2dd2fc5 feat(all): auto-regenerate discovery clients (# 1641)%0A > f706c86 chore: add flakybot (# 1640)%0A > cea8849 chore(main): release 0.91.0 (# 1638)%0A > bc14db7 feat(all): auto-regenerate discovery clients (# 1639)%0A > 3919127 feat(all): auto-regenerate discovery clients (# 1637)%0A > fc02f1d chore(main): release 0.90.0 (# 1633)%0A > ba61f52 test: integration Tests for Pluggable Auth (# 1607)%0A > babdbd1 feat: manual regen (# 1636)%0A > fdea35f feat(all): auto-regenerate discovery clients (# 1635)%0A > c824ae8 feat(all): auto-regenerate discovery clients (# 1634)%0A > a20cd59 feat(all): auto-regenerate discovery clients (# 1632)%0A > 3a45f5c chore(main): release 0.89.0 (# 1626)%0A > 09e8e91 feat(all): auto-regenerate discovery clients (# 1631)%0A > f12fc20 feat(all): auto-regenerate discovery clients (# 1630)%0A > 934dd5e feat(all): auto-regenerate discovery clients (# 1629)%0A > 1beaeac feat(all): auto-regenerate discovery clients (# 1627)%0A > a1878a1 feat(all): auto-regenerate discovery clients (# 1625)%0A > ed487e6 chore(main): release 0.88.0 (# 1617)%0A > 9e8aeec feat(all): auto-regenerate discovery clients (# 1624)%0A > 136bec3 feat(all): auto-regenerate discovery clients (# 1622)%0A > 948b3c3 feat(all): auto-regenerate discovery clients (# 1620)%0A > 6fde9e8 feat(all): auto-regenerate discovery clients (# 1619)%0A > d39390c feat(all): auto-regenerate discovery clients (# 1616)%0A > efe48de chore(main): release 0.87.0 (# 1605)%0A > 7532bd6 feat(all): auto-regenerate discovery clients (# 1614)%0A > 4b4693b feat(all): auto-regenerate discovery clients (# 1613)%0A > 370775a feat(all): auto-regenerate discovery clients (# 1612)%0A > 8e67ca4 feat(all): auto-regenerate discovery clients (# 1611)%0A > 51d527b feat(all): auto-regenerate discovery clients (# 1608)%0A > a1f0544 feat(all): auto-regenerate discovery clients (# 1606)%0A > 5e7eede feat(all): auto-regenerate discovery clients (# 1604)%0A > 8937b91 chore(main): release 0.86.0 (# 1597)%0A > 2c32faf feat(all): auto-regenerate discovery clients (# 1603)%0A > 4cc8fa9 chore(all): update all (# 1602)%0A > ee1c8ab feat(all): auto-regenerate discovery clients (# 1601)%0A > b5f14dc feat(all): auto-regenerate discovery clients (# 1600)%0A > 7c6a86c feat(all): auto-regenerate discovery clients (# 1599)%0A > 493203c feat(all): auto-regenerate discovery clients (# 1596)%0A > 11792be chore(main): release 0.85.0 (# 1587)%0A > 25e2e24 chore(gensupport): add retry invocation headers (# 1577)%0A > c02e08c feat(all): auto-regenerate discovery clients (# 1593)%0A > 56e960f chore(all): update all (# 1595)%0A > 8f39c3e feat(all): auto-regenerate discovery clients (# 1592)%0A > 59d5b95 feat(all): auto-regenerate discovery clients (# 1589)%0A > 1263cc6 feat(all): auto-regenerate discovery clients (# 1586)%0A > 18468ac chore(main): release 0.84.0 (# 1575)%0A > ebbb60c feat(all): auto-regenerate discovery clients (# 1584)%0A > 1d5389b feat(transport): Integrate with enterprise certificate proxy (# 1570)%0A > 6b66391 chore(all): update all to d0670ef (# 1582)%0A > a1e650c feat(all): auto-regenerate discovery clients (# 1581)%0A > 590733c feat(all): auto-regenerate discovery clients (# 1580)%0A > 7bba05e feat(all): auto-regenerate discovery clients (# 1576)%0A > 0d1c9e8 feat(all): auto-regenerate discovery clients (# 1574)%0A > fc50588 chore(main): release 0.83.0 (# 1567)%0A > 3524901 chore(all): update all (# 1572)%0A > c2c6a68 feat(all): auto-regenerate discovery clients (# 1571)%0A > f12f0bb feat(all): auto-regenerate discovery clients (# 1569)%0A > 2bdb4a9 feat(all): auto-regenerate discovery clients (# 1566)%0A > 2ac155a chore(main): release 0.82.0 (# 1559)%0A > bacf4f4 feat(all): auto-regenerate discovery clients (# 1565)%0A > 1463524 feat(all): auto-regenerate discovery clients (# 1562)%0A > 8bbd389 chore(all): update all to 5463443 (# 1564)%0A > e3ac188 feat(all): auto-regenerate discovery clients (# 1561)%0A > 3093678 feat(all): auto-regenerate discovery clients (# 1560)%0A > b041876 docs(idtoken): fix a typo on NewClient method (# 1558)%0A > 74b48ae feat(all): auto-regenerate discovery clients (# 1557)%0A > 3ec9784 chore(main): release 0.81.0 (# 1549)%0A > c40fe28 feat(all): auto-regenerate discovery clients (# 1556)%0A > 97794a9 feat(all): auto-regenerate discovery clients (# 1553)%0A > 0e22eae chore(all): update all (# 1555)%0A > 905c5cc feat(all): auto-regenerate discovery clients (# 1551)%0A > ecdf959 feat(all): auto-regenerate discovery clients (# 1550)%0A > ea2c741 feat(all): auto-regenerate discovery clients (# 1548)%0A > e8e8d59 chore(main): release 0.80.0 (# 1540)%0A > 06f741f feat(all): auto-regenerate discovery clients (# 1547)%0A > a96b037 feat(all): auto-regenerate discovery clients (# 1545)%0A > ab27e7b feat(all): auto-regenerate discovery clients (# 1543)%0A > d4bf66e feat(all): auto-regenerate discovery clients (# 1541)%0A > acc2992 feat(all): auto-regenerate discovery clients (# 1539)%0A > 14304b7 chore(main): release 0.79.0 (# 1532)%0A > b6a8bd3 feat(all): auto-regenerate discovery clients (# 1538)%0A > edb8ac6 feat(all): auto-regenerate discovery clients (# 1535)%0A > 7f9e9e2 chore(all): update all to 988cb79 (# 1536)%0A > 72b16d7 feat(all): auto-regenerate discovery clients (# 1534)%0A > ffe3471 feat(all): auto-regenerate discovery clients (# 1533)%0A > 43a3732 feat(all): auto-regenerate discovery clients (# 1531)%0A > 5ba22f1 chore(main): release 0.78.0 (# 1529)%0A > 3d4ea5e feat(all): auto-regenerate discovery clients (# 1530)%0A > 6131a7d chore(all): update all (# 1528)%0A > 5cdbe26 feat(all): auto-regenerate discovery clients (# 1527)%0A > aff4922 chore(main): release 0.77.0 (# 1526)%0A > 138823b feat: regen cloudcommerceprocurement v1 (# 1525)%0A > fe1f16c chore(all): update actions/github-script action to v6 (# 1441)%0A > 5cffc8c chore(main): release 0.76.0 (# 1520)%0A > 9b3cabe feat(all): auto-regenerate discovery clients (# 1523)%0A > fa8b991 feat(all): auto-regenerate discovery clients (# 1522)%0A > dea6b02 feat(all): auto-regenerate discovery clients (# 1521)%0A > d72fb11 feat(all): auto-regenerate discovery clients (# 1518)%0A > 7027839 chore(main): release 0.75.0 (# 1497)%0A > 12c0cb2 chore: update CI script to run on 1.18 (# 1508)%0A > 4145f3d feat(all): auto-regenerate discovery clients (# 1516)%0A > c75dc07 chore(all): update all (# 1515)%0A > 11035bd feat(all): auto-regenerate discovery clients (# 1514)%0A > 95e21aa feat(all): auto-regenerate discovery clients (# 1513)%0A > 89f1c62 feat(all): auto-regenerate discovery clients (# 1511)%0A > 6944086 feat(all): auto-regenerate discovery clients (# 1510)%0A > d0006d4 feat(all): auto-regenerate discovery clients (# 1509)%0A > f39fdcc chore(all): update all to aac1ed4 (# 1507)%0A > d621bc9 feat(all): auto-regenerate discovery clients (# 1504)%0A > d349e85 feat(transport): remove grpc version guard (# 1506)%0A > eeb33c7 feat(all): auto-regenerate discovery clients (# 1503)%0A > 2425be6 feat(all): auto-regenerate discovery clients (# 1500)%0A > 5bd40ca chore(all): update all to 749bd19 (# 1501)%0A > a897ca4 feat(all): auto-regenerate discovery clients (# 1498)%0A > 788bfff feat(all): auto-regenerate discovery clients (# 1496)%0A > 9d43e7d chore(main): release 0.74.0 (# 1481)%0A > c53496e feat(all): auto-regenerate discovery clients (# 1495)%0A > 12af56f chore: add debug info (# 1494)%0A > 60f8145 feat(all): auto-regenerate discovery clients (# 1492)%0A > 2e5fe2d chore(all): update all to de3da57 (# 1491)%0A > 07708c5 feat(all): auto-regenerate discovery clients (# 1490)%0A > c6e75d1 feat(all): auto-regenerate discovery clients (# 1489)%0A > 0be1ec1 feat(all): auto-regenerate discovery clients (# 1488)%0A > 123571c chore(all): update all (# 1487)%0A > 5a60966 feat(all): auto-regenerate discovery clients (# 1486)%0A > db51ba4 feat(all): auto-regenerate discovery clients (# 1483)%0A > d1de029 feat: re-enable playintegrity api generation (# 1482)%0A > ab15d06 feat(all): auto-regenerate discovery clients (# 1480)%0A > fe42dff chore(main): release 0.73.0 (# 1478)%0A > 0922a63 feat(all): prefer using WithDefaultScope option internally (# 1476)%0A > 948cb4a feat(all): auto-regenerate discovery clients (# 1477)%0A > 6100952 chore(main): release 0.72.0 (# 1471)%0A > 85b8ff9 chore(all): update all (# 1475)%0A > e550ff4 feat(all): auto-regenerate discovery clients (# 1474)%0A > 83dfa07 docs: removed stale comment (# 1473)%0A > ab9ff8c chore: remove build tags for go versions < 1.15 (# 1461)%0A > 314c94b feat(all): auto-regenerate discovery clients (# 1472)%0A > 6826fe2 feat(all): auto-regenerate discovery clients (# 1470)%0A > 3d588dd chore(main): release 0.71.0 (# 1454)%0A > 937d36f feat(all): auto-regenerate discovery clients (# 1469)%0A > 33ba990 feat(internal/gensupport): add net.ErrClosed to default retry (# 1462)%0A > bf3225e feat(all): auto-regenerate discovery clients (# 1467)%0A > 94d6c1d chore(all): update google.golang.org/genproto commit hash to 325a892 (# 1468)%0A > 76a2c21 feat(all): auto-regenerate discovery clients (# 1466)%0A > 398f9e8 feat(all): auto-regenerate discovery clients (# 1465)%0A > e8805bc feat(all): auto-regenerate discovery clients (# 1464)%0A > 4df1039 feat(all): auto-regenerate discovery clients (# 1463)%0A > 7331451 feat(all): auto-regenerate discovery clients (# 1457)%0A > 6aeb511 chore(all): update all (# 1458)%0A > 8a3061f feat(all): auto-regenerate discovery clients (# 1455)%0A > 0954e33 feat(all): auto-regenerate discovery clients (# 1453)%0A > aa4b661 chore(main): release 0.70.0 (# 1446)%0A > 459ebe0 feat(all): auto-regenerate discovery clients (# 1450)%0A > 78984df chore(all): update all (# 1451)%0A > 7bce545 feat(transport): add an env variable to disable DirectPath (# 1447)%0A > 64db4b6 feat(all): auto-regenerate discovery clients (# 1449)%0A > 0fe9f5f feat(all): auto-regenerate discovery clients (# 1448)%0A > 7dec2b0 feat(all): auto-regenerate discovery clients (# 1444)%0A > d8d1dd6 chore(main): release 0.69.0 (# 1429)%0A > ed89fcb feat(all): auto-regenerate discovery clients (# 1443)%0A > f47d942 chore(all): update all (# 1440)%0A > 34437da feat(all): auto-regenerate discovery clients (# 1439)%0A > ae341d5 feat(all): auto-regenerate discovery clients (# 1438)%0A > c01dedc feat(all): auto-regenerate discovery clients (# 1437)%0A > 50051fb chore: add PATH and HOME to cmds (# 1436)%0A > 81492cc chore(internal/kokoro): add more debug info (# 1435)%0A > 4499c41 fix(internal/kokoro): path to module root to run discogen (# 1433)%0A > 14d6bf5 chore: add a script that invoke regen (# 1432)%0A > ef89845 fix(gensupport): cover ChunkRetryDeadline edge case (# 1430)%0A > 331bc9e feat: bump grpc and x/net (# 1428)%0A > 79cd91d chore: remove synth.py (# 1427)%0A > 31eaf11 chore(main): release 0.68.0 (# 1420)%0A > f025530 fix: start reporting a meaningful version in headers (# 1426)%0A > 5a35af5 feat(all): auto-regenerate discovery clients (# 1422)%0A > 16cbba8 chore(all): update all (# 1423)%0A > ca3165c chore(all): update all (major) (# 1412)%0A > b28419f feat(all): auto-regenerate discovery clients (# 1419)%0A > 9eaba81 fix(googleapi): fill response headers in Error (# 1418)%0A > 6db1fa9 chore(main): release 0.67.0 (# 1413)%0A > 6461d8f chore: run go mod tidy (# 1417)%0A > f78a0f8 feat(all): auto-regenerate discovery clients (# 1416)%0A > c987a5b feat(gensupport): per-chunk deadline configs (# 1414)%0A > e40d61b feat(all): auto-regenerate discovery clients (# 1415)%0A > a584462 feat(all): auto-regenerate discovery clients (# 1410)%0A > 974d87e chore(all): update all (# 1411)%0A > 51d1f3f chore: add new regen code (# 1403)%0A > 5322ee8 chore(main): release 0.66.0 (# 1396)%0A > 01c8604 feat(all): auto-regenerate discovery clients (# 1408)%0A > 71e47d1 feat(all): auto-regenerate discovery clients (# 1407)%0A > d972e9a feat(all): auto-regenerate discovery clients (# 1406)%0A > 46a046b feat(all): auto-regenerate discovery clients (# 1405)%0A > e4d33f2 feat(all): auto-regenerate discovery clients (# 1404)%0A > 576ebbf feat(internal/gensupport): add 408 to default retry (# 1397)%0A > 2f7c9e0 Adding import references in examples/customsearch (# 1399)%0A > b6f8296 chore(all): update all (# 1400)%0A > f3223f8 Switch drive.go to v3 API (# 1334)%0A > 33250c0 feat(all): auto-regenerate discovery clients (# 1394)%0A > c890ff5 chore(main): release 0.65.0 (# 1392)%0A > 0f18957 feat(all): auto-regenerate discovery clients (# 1391)%0A > a72c2ca chore(all): update all (# 1389)%0A > 0848de1 feat(all): auto-regenerate discovery clients (# 1390)%0A > e933e2a feat(all): auto-regenerate discovery clients (# 1388)%0A > 057ba53 feat(all): auto-regenerate discovery clients (# 1387)%0A > 9b7e98a feat(all): auto-regenerate discovery clients (# 1385)%0A > 4cbaa9a chore: release 0.64.0 (# 1350)%0A > 6f9d2fb feat(all): auto-regenerate discovery clients (# 1384)%0A > e10082d fix(internal/gensupport): check ctx in chunk retry (# 1364)%0A > 5063cf3 feat(all): auto-regenerate discovery clients (# 1382)%0A > 3c780a6 feat(all): auto-regenerate discovery clients (# 1381)%0A > 480c39e feat(all): auto-regenerate discovery clients (# 1379)%0A > c483509 feat(all): auto-regenerate discovery clients (# 1378)%0A > f02fca3 feat(all): auto-regenerate discovery clients (# 1377)%0A > 6b71f8e feat(all): auto-regenerate discovery clients (# 1376)%0A > 67b623e feat(all): auto-regenerate discovery clients (# 1375)%0A > 5b1d74b chore(all): update google.golang.org/genproto commit hash to 3ac035c (# 1371)%0A > f96659b feat(all): auto-regenerate discovery clients (# 1374)%0A > b98052e feat(all): auto-regenerate discovery clients (# 1372)%0A > 879fd18 feat(all): auto-regenerate discovery clients (# 1370)%0A > 5b0277f feat(all): auto-regenerate discovery clients (# 1368)%0A > e8b02d9 feat(all): auto-regenerate discovery clients (# 1366)%0A > 436de07 feat(all): auto-regenerate discovery clients (# 1365)%0A > 3837608 chore(all): update all (# 1355)%0A > ecb0cdf feat(all): auto-regenerate discovery clients (# 1362)%0A > e84950f feat(transport): remove google-c2p dependence to DirectPath (# 1361)%0A > 520b227 fix(internal/gensupport): Make SendRequestWithRetry check for canceled contexts twice (# 1359)%0A > 07d8e2c transport: update xds directpath xds scheme (# 1357)%0A > 0f5a4b2 feat(all): auto-regenerate discovery clients (# 1360)%0A > 8fed2c8 feat(all): auto-regenerate discovery clients (# 1356)%0A > fef920c feat(all): auto-regenerate discovery clients (# 1354)%0A > 64fd298 feat(all): auto-regenerate discovery clients (# 1353)%0A > 8d31dc9 feat(all): auto-regenerate discovery clients (# 1352)%0A > 6e751dc feat(all): auto-regenerate discovery clients (# 1351)%0A > 6152e8a feat(all): auto-regenerate discovery clients (# 1349)%0A > 27de32e chore: release 0.63.0 (# 1342)%0A > 8d2eca8 feat(internal/gensupport): add configurable retry (# 1324)%0A > 9d66b44 chore(all): update all (# 1347)%0A > 9652438 feat(all): auto-regenerate discovery clients (# 1348)%0A > 3e3f769 feat(all): auto-regenerate discovery clients (# 1345)%0A > 79d487f feat(all): auto-regenerate discovery clients (# 1344)%0A > e4cc432 feat(all): auto-regenerate discovery clients (# 1343)%0A > 7673ffe feat(all): auto-regenerate discovery clients (# 1341)%0A > 5d28b6d chore: release 0.62.0 (# 1330)%0A > c06faf5 feat(transport): pass call credentials to grpc-go for DirectPath (# 1297)%0A > 3799960 feat(all): auto-regenerate discovery clients (# 1339)%0A > 3787e3a feat(all): auto-regenerate discovery clients (# 1338)%0A > d6130c8 chore: update gRPC version (# 1337)%0A > 951029f chore(all): update all (# 1335)%0A > adacce9 feat(all): auto-regenerate discovery clients (# 1336)%0A > c20deea feat(all): auto-regenerate discovery clients (# 1333)%0A > 1d7526a feat(all): auto-regenerate discovery clients (# 1332)%0A > 3789a71 feat(all): auto-regenerate discovery clients (# 1329)%0Abumping go.opencensus.io 49838f2...b1a01ee:%0A > b1a01ee Add started RPC metric for client and server side (# 1283)%0A > 0bf7faa Fix CI, and update testify (# 1284)%0A > 0521206 Passing capacity to make() in place of length. (# 1276)%0A > c2a62a2 fix: Add function to stop the defaultWorker (# 1272)%0A > bf52d9d Remove `convTslice` calls in Record() (# 1268)%0A > ad0b46e Precompute encodeWithKeys buffer size to avoid resizes (# 1269)%0A > a55fb71 Optimize `Record()` to avoid extra allocations (# 1267)%0A > dcf8515 Fix formatting to pass with go1.17 (# 1270)%0A > fb455b0 Remove @rakyll from codeowners (# 1256)%0A > f5c4b39 Bump version to next expected release (# 1257)%0Abumping golang.org/x/time 90d013b...2c09566:%0A > 2c09566 rate: the state of the limiter should not be changed when the requests failed%0A > 80b9fac x/time/rate: add rate.Sometimes, which runs a function occasionally.%0A > f3bd1da rate: add TokenAt and Tokens methods to Limiter.%0A > 2ce7c29 rate: use constant to avoid repeated definitions%0A > e5dcc9c A+C: delete AUTHORS and CONTRIBUTORS%0A > 579cf78 rate: use fake time for testing%0A > 583f2d6 all: gofmt%0A > 1424b61 rate: extend maximum-delay slop to all platforms%0A > 0e9765c rate: extend timing tolerances on Android and Plan9%0Abumping golang.org/x/sync 8fcdb60...1ea3257:%0A > 1ea3257 singleflight: make the check for exec support in TestPanicDoChan platform-agnostic%0Abumping knative.dev/pkg 6eb4b40...5ef4812:%0A > 5ef4812 Update community files (# 2762)%0A > 49e2e56 update google cloud deps (# 2758)%0A > a5e0b92 upgrade to latest dependencies (# 2757)%0Abumping golang.org/x/tools d0863f0...031fc75:%0A > 031fc75 gopls/internal/regtest/bench: don't run the iwl test with -short%0A > f477bf4 gopls/internal/lsp/source/completion: avoid Snapshot.CachedPackages%0A > b72edd1 gopls/internal/lsp/filecache: GOPLS_CACHE -> GOPLSCACHE%0A > d566927 gopls/internal/lsp/regtest: add @suggestedfix marker%0A > fdb0da6 gopls/internal/regtest/bench: add a benchmark for diagnosing a change%0A > 6eb432f gopls/internal/regtest/bench: add benchmarks in a wider variety of repos%0A > c91d0b8 gopls/internal/lsp/source: guard against concurrent writes in xrefs%0A > c0742f5 go.mod: update golang.org/x dependencies%0A > 21d2256 gopls/internal/lsp/cache: make type-checking incremental%0A > ae05609 internal/lsp/cache: add an LRU parse cache%0A > de54582 gopls/internal/lsp/filecache: process batches of stats before sleeping%0A > bc2e2c2 gopls/internal/regtest/bench: support benchmarking multiple repos%0A > 7c35ddf gopls/internal/lsp: stop using ast.Ident.Obj%0A > 4942052 gopls/protocol/generate: remove more special cases%0A > ef396af gopls: sync staticcheck@v0.4.2%0A > fbb25cb gopls: use go generate consistently%0A > 096bae8 internal/gcimporter: document non-idempotence of export∘import%0A > 120642f gopls/internal/bug: fix a bug in the bug package%0A > 0d741d5 cmd/present: update styles for markdown-generated slides%0A > 902ee93 gopls/internal/lsp/source: remove 2nd last call to CachedImportPaths%0A > b0fcf2a gopls/internal/lsp/source: simplify 'stub methods'%0A > f98fce2 go/types/objectpath: add encoder type, to amortize allocation%0A > 2e10748 gopls/internal/lsp/protocol: improve generated godoc for LSP types%0A > 4906a71 gopls/internal/lsp/source: add documentation links to hover%0A > 3ec30bd gopls/internal/lsp/cache: request EmbedFiles from go/packages%0A > 25d2519 gopls/internal/lsp: support more cases of definition on linkname directive.%0A > e85b533 gopls/protocol: remove stub special cases%0A > 193023c go/ssa: substitute type parameters in local types%0A > 3102dad gopls/internal/regtest/bench: move benchmarks into separate files%0A > d9c6b88 gopls/internal/regtest/bench: add a proper benchmark for initial load%0A > e5b9948 gopls/internal/lsp/source: use metadata files for workspace symbols%0A > ad4fc28 gopls/internal/lsp/cache: pre-compute load diagnostics%0A > e5c9e63 gopls/internal/lsp/regtest: add @rename marker tests%0A > a30296b gopls/internal/lsp/filecache: purge empty directories%0A > 268cb0b go/ssa/interp: skip typeparam/issue58513.go%0A > d87a100 go/ssa: skip typeparam/issue58513.go%0A > 5e7c67d gopls/internal/lsp/regtest: factor marker error reporting%0A > d4c13e6 gopls/internal/lsp/source: eliminate Snapshot.FileSet%0A > 0bd0228 gopls/internal/lsp/source: don't rely on global FileSet when stubbing%0A > c3550e9 cmd/present: use embed, drop native client%0A > 6baf6e8 gopls/internal/lsp/source: 'references' cleanups%0A > 64f9d62 gopls/internal/lsp/source/rename: use incremental algorithm%0A > c8e8b3b gopls/internal/lsp: eliminate source.RelatedInformation%0A > fdfdda5 gopls: fix Kokoro failures with Go 1.18%0A > 0e300d3 gopls/protocol: remove some special cases in stubs%0A > 80afb09 gopls/internal/lsp/source: multiline errors from rename%0A > 352e41a internal/gcimporter: updates how imports are handled in unified IR%0A > 72d72f9 go/ssa: temporarily skip the 'net' package in TestStdlib%0A > a9792b2 go/loader: temporarily skip TestCgoOption on darwin%0A > eec389d gopls/doc: fix typos in Neovim documentation%0A > 668845e gopls: update usage instructions for latest neovim version%0A > b15a5bc gopls/internal/lsp/source: rewrite hover%0A > 650ae30 gopls/internal/regtest/marker: more tests for embedding and linking%0A > b18ca0d gopls/internal/lsp/regtest: always compare updated marker test content%0Abumping knative.dev/hack fc42790...cc92cdb:%0A > cc92cdb Replace test-infra with toolbox (# 297)%0Abumping golang.org/x/mod b710602...69aa7ac:%0A > 69aa7ac sumdb/tlog: fuzz tests for parsers%0Abumping golang.org/x/oauth2 3607514...839de22:%0A > 839de22 google: don't check for IsNotExist for well-known file%0A > 0690208 go.mod: update golang.org/x dependencies%0A > 451d5d6 internal: remove repeated definite articles%0A > cfe200d oauth2: parse RFC 6749 error response Signed-off-by: Knative Automation <automation@knative.team> |
|
|
bdb9c4888f
|
upgrade to latest dependencies (#758)
bumping knative.dev/pkg 74c4be5...6eb4b40:%0A > 6eb4b40 Update community files (# 2760)%0A > eb63a40 Support to set qps and burst via env variable (# 2755)%0Abumping knative.dev/hack a861c8e...fc42790:%0A > fc42790 Update community files (# 296)%0A > d7586a2 Update e2e kntest link (# 295) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
05a86ad5d7
|
upgrade to latest dependencies (#745)
bumping knative.dev/hack 4b3f230...f591fea:%0A > f591fea individual globbing is required (# 284)%0Abumping knative.dev/pkg 53f04b3...dfad48e:%0A > dfad48e upgrade to latest dependencies (# 2728) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
a342984289
|
upgrade to latest dependencies (#739)
bumping knative.dev/hack 1421f12...359d585:%0A > 359d585 Revert "Extract tools to knative.dev/toolbox (# 280)" (# 281) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
b2765ef62f
|
upgrade to latest dependencies (#736)
bumping knative.dev/hack 3b8ef01...1421f12:%0A > 1421f12 Extract tools to knative.dev/toolbox (# 280) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
f33e75e4df
|
upgrade to latest dependencies (#731)
bumping knative.dev/hack f2f3107...3de51af: > 3de51af Set GitHub Release Title to the version (# 277) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
8d7b744b07
|
upgrade to latest dependencies (#723)
bumping knative.dev/hack d71d569...f41894d: > f41894d Find checksums file works with ARTIFACTS_TO_PUBLISH variable (# 275) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
67e93bdd80
|
upgrade to latest dependencies (#719)
bumping knative.dev/hack 549c360...d71d569:
> d71d569 🐛 Location-agnostic sign release (# 268)
> b674d64 Update community files (# 270)
bumping knative.dev/pkg decc1cc...fb44e94:
> fb44e94 Update community files (# 2676)
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
1a38a098fc
|
upgrade to latest dependencies (#712)
bumping knative.dev/pkg 4fd6eb8...8abadb0: > 8abadb0 Update community files (# 2666) > ecf3863 Simplify the test/upgrade package (# 2663) > 50da24e upgrade to latest dependencies (# 2665) > dc20e47 Update community files (# 2664) > 0274825 Allow logstream to stream logs from user namespace (# 2591) bumping knative.dev/hack b9801b4...c7cfcb0: > c7cfcb0 Update community files (# 263) > af8745e Update community files (# 262) > cf3796d Upload attestations and print cosign version (# 261) Signed-off-by: Knative Automation <automation@knative.team> Signed-off-by: Knative Automation <automation@knative.team> |
|
|
2abfda158d
|
upgrade to latest dependencies (#707)
bumping knative.dev/hack c12c1bf...7233e77: > 7233e77 No more sugar controller in upstream eventing (# 259) bumping knative.dev/pkg 242a3d7...05b694e: > 05b694e upgrade to latest dependencies (# 2653) Signed-off-by: Knative Automation <automation@knative.team> Signed-off-by: Knative Automation <automation@knative.team> |
|
|
be1669c8b7
|
upgrade to latest dependencies (#706)
bumping knative.dev/pkg dca788a...242a3d7:
> 242a3d7 Fix nil pointer deref in drain when it's reset (# 2645)
> f5c1a03 Update community files (# 2641)
> bd66b9b upgrade to latest dependencies (# 2640)
bumping knative.dev/hack de2ff40...c12c1bf:
> c12c1bf Revert of # 257 (# 258)
> 6397aac 🐛 Don't use NodeLocalDNS addon (# 257)
> 2e610ce Update community files (# 256)
Signed-off-by: Knative Automation <automation@knative.team>
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
006045e4a4
|
upgrade to latest dependencies (#704)
bumping k8s.io/gengo 397b4ae...fad74ee: > fad74ee Merge pull request # 234 from aojea/use_github_actions > e83a76d Merge pull request # 233 from rainest/fix/filter-abort > f99002e remove travis > 3913671 Merge pull request # 199 from rainest/log/lower-severity-uncopyable > 535f8cc Restore uncopyable type case in Filter > 3bcdbc7 Merge pull request # 232 from alexzielenski/defaulter-const-symbol-reference > 914c10e Update examples/deepcopy-gen/generators/deepcopy.go > c0856e2 Merge pull request # 231 from weilaaa/add_method_symmetric_difference_in_set > 945b13c fix typo > ad375a7 Fail if any requested type cannot be copied > 66c86ac add method symmetric difference in set > 49f7e1e fix typo > 20f90a4 Update examples/defaulter-gen/generators/defaulter.go > e1d2c67 remove incorrect quotes from ref regex comment > 91632a7 address comments > bab4b7f allow +default to refer to symbols in code bumping k8s.io/api 4b838ea...88912e3: > 88912e3 Update dependencies to v0.25.4 tag > e7b469b Merge pull request # 112808 from cheftako/automated-cherry-pick-of-# 112689-upstream-release-1.25 > 1102e6f Updated vendor to the new preferred versions. bumping k8s.io/code-generator 7e9837e...6523e22: > 6523e22 Merge pull request # 112808 from cheftako/automated-cherry-pick-of-# 112689-upstream-release-1.25 > 59f8301 Updated vendor to the new preferred versions. bumping knative.dev/hack b035462...de2ff40: > de2ff40 Allow tests to skip dumping resources on failure (# 255) > 646aac0 e2e script tweaks (# 252) > d470f52 Format go code (# 253) bumping k8s.io/utils ee6ede2...8e77b1f: > 8e77b1f Merge pull request # 265 from danwinship/fix-dumb-api-mistake > 1a15be2 Merge pull request # 270 from dashpole/trace_panic > ba5a213 Fix an API accident with net.IPFamily > 61b03e2 Merge pull request # 268 from petr-muller/deprecation-convention > 71bfc7b make traces safe for concurrent use > cfd413d Merge pull request # 263 from saltbo/fix-invalid-gha-goverion > d90ac11 pointer: make deprecation comments follow convention > 460b63a demonstrate trace panic > 4270251 Merge pull request # 259 from LJTian/master > 4a5ee0b fix: update the go-versions format for the gha > 665eaae Merge pull request # 261 from liggitt/clean-deps > 1be0ed5 Update Go standard libs address to reduce jump time > 7796b5f Merge pull request # 260 from dims/bump-dependencies-and-go-language-version > 25648b1 Drop testify dependency > e9cbc92 Merge pull request # 242 from MushuEE/patch-3 > c9660c8 Bump dependencies and go language version > 49b64f9 Drop afero dependency > ad59060 Merge pull request # 253 from kschoche/add_uint_to_pointer_pkg > d7bf925 Ineffective break statements triggering SA4011 > 2e139fc Merge pull request # 254 from dims/bump-version-of-golang-to-1.19 > d45ae35 add uint64 and uint to pointer pkg > e3a7968 Bump version of golang to 1.19 bumping k8s.io/klog/v2 0990e81...9ae4992: > 9ae4992 Merge pull request # 355 from pohly/call-overhead-benchmarks > cb9292a Merge pull request # 349 from pohly/init-flags-concurrency > f08fd26 klog: benchmark the overhead when logging is off > 02fe323 Merge pull request # 345 from dims/bump-version-of-golang-to-1.19-and-drop-older-versions > 28f7906 make InitFlags read-only > d64acbd Merge pull request # 344 from harshanarayana/bug/GIT-343/logr-handle-marshalling-non-string-values > 8c0f205 reformat to golang 1.19 standards > a952486 add test for the command line usage > dcddc5f kvlistformat: fix the issue with display marshalled value for non string type > 6f5eeb9 Bump version of golang to 1.19 and prune older versions bumping knative.dev/pkg 0243d64...dca788a: > dca788a Min K8s version is now 1.24 (# 2639) > 6255ebd upgrade to latest dependencies (# 2638) bumping k8s.io/apimachinery 478dd6e...4fbe8e4: > 4fbe8e4 Merge pull request # 112218 from haoruan/automated-cherry-pick-of-# 111936-upstream-release-1.25 > cf171ba Merge pull request # 112808 from cheftako/automated-cherry-pick-of-# 112689-upstream-release-1.25 > b4db414 Marshal MicroTime to json and proto at the same precision > cb0507f Updated vendor to the new preferred versions. bumping k8s.io/client-go 593f096...7226b15: > 7226b15 Update dependencies to v0.25.4 tag > 166ab05 Merge pull request # 112808 from cheftako/automated-cherry-pick-of-# 112689-upstream-release-1.25 > 4b5a638 Updated vendor to the new preferred versions. Signed-off-by: Knative Automation <automation@knative.team> Signed-off-by: Knative Automation <automation@knative.team> |
|
|
9712d6eadf
|
upgrade to latest dependencies (#703)
bumping knative.dev/hack 8f3c705...b035462: > b035462 Calculate Image references properly (# 251) > 1ba176e Trap calls are now executed in LIFO order (# 249) bumping knative.dev/pkg 918fd93...0243d64: > 0243d64 Function AllowRestrictedPodSecurityStandard for modifying test pods (# 2625) > 389f811 upgrade to latest dependencies (# 2629) Signed-off-by: Knative Automation <automation@knative.team> Signed-off-by: Knative Automation <automation@knative.team> |
|
|
30a02f9443
|
upgrade to latest dependencies (#700)
bumping knative.dev/pkg 8fa1a3f...918fd93: > 918fd93 Update community files (# 2633) > 44d1d7d Go1.19 changes (# 2631) > 6718478 Update community files (# 2628) > dc1fae1 changeset: allow override the revision through ldflags (# 2601) > 92ed919 Fix: Mute the linter on error return values. (# 2627) bumping knative.dev/hack 4b6bd86...8f3c705: > 8f3c705 Update community files (# 247) > 62b15bd drop support for the istio add on flag (# 243) > f5be74f Update community files (# 245) > 80fd6da KO_DATA_PATH doesn't need to be set anymore (# 244) Signed-off-by: Knative Automation <automation@knative.team> Signed-off-by: Knative Automation <automation@knative.team> |
|
|
f651e0c8c1
|
upgrade to latest dependencies (#693)
bumping knative.dev/hack 3fdc50b...9d2ae47:
> 9d2ae47 Update community files (# 241)
> cf1a127 🎁 Use Knative ls-tags tool (# 238)
bumping knative.dev/pkg 714b763...9823d96:
> 9823d96 Update community files (# 2615)
> 5dd89c6 Support istio *List types where Items is an array of pointer types (# 2613)
> b812aff Support fetching observability from ctx. (# 2610)
Signed-off-by: Knative Automation <automation@knative.team>
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> |
|
|
dac2fa0dbe
|
upgrade to latest dependencies (#688)
bumping knative.dev/hack b3c9790...92a65f1: > 92a65f1 don't quote vars referencing files (# 234) bumping knative.dev/pkg 7c4fef1...158538c: > 158538c upgrade to latest dependencies (# 2603) Signed-off-by: Knative Automation <automation@knative.team> Signed-off-by: Knative Automation <automation@knative.team> |
|
|
969cafbb93
|
upgrade to latest dependencies (#687)
bumping knative.dev/pkg d1d5c84...7c4fef1: > 7c4fef1 upgrade to latest dependencies (# 2593) > 2b8e4ad Update community files (# 2602) > 6d71868 Update community files (# 2600) bumping knative.dev/hack 9b76387...b3c9790: > b3c9790 Notarize Mac binaries (# 231) > 0198902 Format go code (# 226) > 7dff557 Update community files (# 233) > 6887217 Update community files (# 232) Signed-off-by: Knative Automation <automation@knative.team> Signed-off-by: Knative Automation <automation@knative.team> |
|
|
ba2641a59e
|
upgrade to latest dependencies (#684)
bumping knative.dev/hack d1317b0...9b76387: > 9b76387 output certificate as well (# 229) Signed-off-by: Knative Automation <automation@knative.team> Signed-off-by: Knative Automation <automation@knative.team> |
|
|
7fef078a0f
|
upgrade to latest dependencies (#681)
bumping knative.dev/pkg 3d24b84...5f66ecf:
> 5f66ecf Allow configuration of threads-per-controller (# 2567)
> 717747b Register webhook GVKs for validating callbacks (# 2590)
> 501fbd5 upgrade to latest dependencies (# 2592)
bumping knative.dev/hack 7556452...d1317b0:
> d1317b0 errexit and pipefail should remain off until downstream is fixed (# 228)
> df80419 🐛 Fix for test failures of knative/serving# 13292 (# 227)
Signed-off-by: Knative Automation <automation@knative.team>
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
7c9fb2c232
|
upgrade to latest dependencies (#680)
bumping knative.dev/hack 103cdb3...7556452:
> 7556452 🎁 Use modscope tool to get info about Go modules (# 223)
Signed-off-by: Knative Automation <automation@knative.team>
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
8bbae3ecf8
|
upgrade to latest dependencies (#679)
bumping knative.dev/pkg 20aabd5...3d24b84: > 3d24b84 fix lint warnings (# 2589) > cc6e435 upgrade to latest dependencies (# 2587) bumping knative.dev/hack 36b2b3c...103cdb3: > 103cdb3 Default `SIGN_IMAGES` variable to `false` (# 225) Signed-off-by: Knative Automation <automation@knative.team> Signed-off-by: Knative Automation <automation@knative.team> |
|
|
d274c12065
|
upgrade to latest dependencies (#677)
bumping knative.dev/hack 6c30196...36b2b3c: > 36b2b3c add flag (# 224) > 547a2ca Start Signing our Releases (# 198) Signed-off-by: Knative Automation <automation@knative.team> Signed-off-by: Knative Automation <automation@knative.team> |
|
|
1bb985299a
|
upgrade to latest dependencies (#676)
bumping knative.dev/hack 664eac5...6c30196:
> 6c30196 🧹 Rewrite unit tests in Golang (# 215)
> f9dc722 Format go code (# 218)
Signed-off-by: Knative Automation <automation@knative.team>
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
5966a73a91
|
upgrade to latest dependencies (#675)
bumping knative.dev/hack 8d1e4cc...664eac5:
> 664eac5 Fixing go.mod foreach (# 217)
> 97fd663 🎁 Support multiple Golang modules in a single project (# 205)
> f472a96 fix go run invocation of github hub cli (# 212)
> 7d3bed1 go run... (# 210)
> e81d63a Update community files (# 209)
bumping knative.dev/pkg 4a03844...93b66e6:
> 93b66e6 Update: report stats for request (# 2584)
> a650186 Make request body available in admission context (# 2583)
> a6afcab Fix # 2115, allow selective verbs / subresources for webhooks. (# 2547)
> da71919 split warnings. Fix issue: 2581 (# 2582)
> 0a3c1d6 upgrade to latest dependencies (# 2580)
> 5fbe0c3 upgrade to latest dependencies (# 2579)
> 2f06d64 Update community files (# 2578)
> 2e08ca6 WaitForServiceEndpoints doesn't take into account not found endpoint (# 2576)
> 766f70d fix double close of channel (# 2574)
Signed-off-by: Knative Automation <automation@knative.team>
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
5018eaf56c
|
upgrade to latest dependencies (#674)
bumping knative.dev/hack d35c718...8d1e4cc: > 8d1e4cc fix go run invocation of github hub cli (# 213) Signed-off-by: Knative Automation <automation@knative.team> Signed-off-by: Knative Automation <automation@knative.team> |
|
|
650b69a7ab
|
upgrade to latest dependencies (#673)
bumping knative.dev/hack e9a8475...d35c718: > d35c718 [release-1.7] go run... (# 211) Signed-off-by: Knative Automation <automation@knative.team> Signed-off-by: Knative Automation <automation@knative.team> |
|
|
230ac69ffc
|
bump go.mod to v1.18 (#660)
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com> |
|
|
cab258d245
|
pull in latest knative.dev/hack changes (#662)
* pull in latest knative.dev/hack changes * pull in latest knative.dev/hack changes |
|
|
783e3361b2
|
upgrade to latest dependencies (#661)
bumping knative.dev/hack a645040...123a278:
> 123a278 🧹 Migrate to using the `go run` instead of `go install` (# 172)
bumping knative.dev/pkg 1a5e168...6c9c1c6:
> 6c9c1c6 remove defunct markdown linting variable (# 2552)
> 3764d73 fix linting (# 2555)
> a286510 upgrade to latest dependencies (# 2554)
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
9d082ff35e
|
upgrade to latest dependencies (#659)
bumping knative.dev/hack 65c463a...a645040: > a645040 Update community files (# 201) > 81e30c2 remove references to git markdown checking (# 199) > e3be8da Update community files (# 197) bumping knative.dev/pkg e60d250...1a5e168: > 1a5e168 Update community files (# 2553) > c488837 Add reconcile for ValidatingWebhookConfiguration and MutatingWebhookConfiguration. (# 2550) > 1ad02a5 Drop error from changeset.Get signature (# 2549) > 473ba31 Bump min go version to 1.18 && read build info from embedded binary (# 2548) > f1f36a2 Fix subresource update logic. (# 2546) > 418e138 Update community files (# 2545) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
1e9ad3797a
|
upgrade to latest dependencies (#652)
bumping knative.dev/pkg 9c5a731...f4ae0af: > f4ae0af Update community files (# 2538) > f5db225 Drop `UserInfo` from logger tagging in webhook. (# 2535) > 1777513 Update actions (# 2536) bumping knative.dev/hack dc6c287...e7d6365: > e7d6365 Add [skip-dot-release] feature (# 189) > 33ce6af Update community files (# 190) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
c7b5b7d283
|
upgrade to latest dependencies (#641)
bumping knative.dev/hack 46c77f1...12d3e2a: > 12d3e2a switch to UTC (# 176) > b4d4d73 Update community files (# 178) > f4972b4 Update community files (# 177) > a8076b0 Model []byte as strings (# 175) > ccf82ad Update community files (# 174) bumping knative.dev/pkg 2451664...19adf79: > 19adf79 upgrade to latest dependencies (# 2524) > b0ff5ad Update actions (# 2523) > f907b31 Update community files (# 2520) > 2d8305b Update community files (# 2517) > a8b7d99 Update community files (# 2515) > 0719b40 upgrade to latest dependencies (# 2512) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
dd8e0ef373
|
upgrade to latest dependencies (#635)
bumping knative.dev/pkg 2d552be...2451664: > 2451664 Switch to iota/fmt.Stringer-based diagnostic levels. (# 2511) > ea3c8cb Fix timeout test on darwin and log dial destination on timeout. (# 2510) > af54d73 Support fetching configs from `ctx`. (# 2505) > 5f5455f Use the updated action that infers the module name (# 2509) > 4fced01 Use knative/action/go/downstream-test (# 2507) > 16b36b7 Add support for admission webhook warnings. (# 2498) > 6ec9c1a Fix linting (# 2506) > 5c8cc3c Ignore migration of CRDs that aren't installed (# 2493) bumping knative.dev/hack 5f47386...46c77f1: > 46c77f1 Skip passing enable-ha flag to test script (# 173) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
86445783a1
|
upgrade to latest dependencies (#632)
bumping knative.dev/pkg 45c37c2...1f681e1: > 1f681e1 Update community files (# 2501) bumping knative.dev/hack 6ffd841...5f47386: > 5f47386 Update community files (# 171) > 2a09b5c only use `install` for run_go_tool (# 169) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
0755a974c6
|
upgrade to latest dependencies (#617)
bumping k8s.io/apimachinery 276a8a7...276a8a7: bumping k8s.io/client-go b425fb6...97582f2: > 97582f2 Update dependencies to v0.23.5 tag bumping knative.dev/hack 14f832e...f067737: > f067737 Adding code of conduct to reference knative/community's CoC (# 162) bumping k8s.io/api a1613d7...cd271e7: > cd271e7 Update dependencies to v0.23.5 tag > a6b2207 Merge pull request # 108139 from liggitt/automated-cherry-pick-of-# 108138-upstream-release-1.23 > 80b93d4 Revert v1beta1 PodDisruptionBudget select patchStrategy bumping k8s.io/code-generator fb849a7...fb849a7: bumping knative.dev/pkg e6e3cf0...1f7514a: > 1f7514a bump k8s deps to v0.23.5 (# 2469) > 19a2589 fix coverage settings (# 2471) > 2daa86a Electors can provide an initial set of buckets (# 2473) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
1a96127056
|
upgrade to latest dependencies (#606)
bumping knative.dev/hack 0456e8b...cf8cbc0: > cf8cbc0 Fix the regex used for matching GitHub Actions files (# 156) > a8ef7b6 Skip presubmit tests for .github updates (# 154) bumping knative.dev/pkg 3c00bb0...80c511a: > 80c511a Wait for reconciler/controllers to return prior to exiting the process (# 2437) > d481724 Update community files (# 2428) > 9ea8176 Update actions (# 2430) > 0caafcb upgrade to latest dependencies (# 2429) > 3b550af changeset: Look in packed-refs file if ref file not found. (# 2425) > 5e98acd Make URL compatible with controller-gen (# 2431) Signed-off-by: Knative Automation <automation@knative.team> |