mirror of https://github.com/knative/client.git
bumping google.golang.org/grpc d32e66c...fa274d7:
> fa274d7 Change version to 1.64.0 (# 7218)
> 6b413c8 xds: Surround two `Infof` calls that use `pretty.ToJSON` with `V(2)` checks (# 7216)
> 2dbbcef resolver/dns: Add docstring to SetMinResolutionInterval (# 7217)
> 070d9c7 codes: replace %q to %d in error string when invalid code is an integer (# 7188)
> 5d24ee2 xds: store server config for LRS server in xdsresource.ClusterUpdate (# 7191)
> c76f686 advancedTLS: Rename get root certs related pieces (# 7207)
> f591e3b codec: remove option to suppress setting supported compressors in headers (# 7203)
> b4f7947 github: remove dependabot (# 7208)
> 0561c78 client: add user-friendly error message of LB policy update timed out (# 7206)
> 9d9c1fb peer: remove change detector test (# 7204)
> 9d9a96f peer and metadata: Implement the Stringer interface for Peer and Metadata (# 7137)
> 911d549 advancedTLS: Combine `ClientOptions` and `ServerOptions` to just `Options` (# 7202)
> 4879d51 advancedTLS: Swap to DenyUndetermined from AllowUndetermined in revocation settings (# 7179)
> befc29d advancedTLS: Rename {Min/Max}Version to {Min/Max}TLSVersion (# 7173)
> f2d6421 test/kokoro: simplify PSM Interop Kokoro buildscripts (# 7171)
> 9199290 xds: Move bootstrap config to internal/xds (# 7182)
> f167ad6 test: fix possible leaked goroutine in TestDetailedConnectionCloseErrorPropagatesToRpcError (# 7183)
> bb9882e Add an optional implementation of streams using generics (# 7057)
> a87e923 channelz: fix missing Target on SubChannel type (# 7189)
> 273fe14 *: fix typos (# 7178)
> c7c8aa8 xds/internal: Replace calls to `Debugf` with `V(2)` checks and `Infof` (# 7180)
> 796c615 grpc: update clientStreamAttempt context with transport context (# 7096)
> e4a6ce3 Add atollena to MAINTAINERS.md (# 7126)
> b433b94 advancedtls: Rename RevocationConfig (# 7151)
> 5ab1c1a advancedtls: Add notes about required vs. optional for FileWatcherOptions (# 7165)
> 1e8b9b7 stats/opentelemetry: Add OpenTelemetry instrumentation component (# 7166)
> dd953fd examples: fix the quickstart link in the routeguide example (# 7162)
> 750e1de examples: improve grammar in the interceptor example (# 7163)
> 4e8f9d4 advancedtls: fix docstring for VerificationResults (# 7168)
> 5a24fc1 xds/internal/xdsclient/xdsresource: Preallocate VirtualHost slice correctly (# 7157)
> cb9c22d vet: run staticcheck for all sub modules (# 7155)
> d75b5e2 advancedtls: Rename custom verification function APIs (# 7140)
> 34de5cf stats/opencensus: Handle PickerUpdated to avoid "Received unexpected stats" error (# 7153)
> 34c7675 chore: fix function names in comment (# 7117)
> 5fe2e74 advancedtls: Rename VType (# 7149)
> 09e6fdd Update docs and examples and tests to use NewClient instead of Dial (# 7068)
> 9cf408e *: fix regenerate.sh (# 7139)
> 5e0fa76 transport: make nextID accessed inside t.mu only (# 7148)
> 54e0a13 transport: misc cleanups (# 7147)
> 81d3f06 xds/internal/xdsclient/xdslbregistry: remove unused call to type url (# 7130)
> f268126 Send GOAWAY to server on Client Transport Shutdown (# 7015)
> 431436d examples: Add custom load balancer example (# 6691)
> fc8da03 advancedtls: unexport parts of API not meant to be public (# 7118)
> 006e2ba client: Drop two calls to `pretty.ToJSON` and move code outside of lock (# 7132)
> a2f8e61 cmd/protoc-gen-go-grpc: reuse route_guide_grpc.pb.go as golden file (# 7134)
> 0c6d80c chore: fix lint (# 7133)
> b37cd81 xds: Process telemetry labels from CDS in xDS Balancers (# 7116)
> a4afd4d deps: remove dependency of github.com/golang/protobuf from main module (# 7122)
> afaa301 pb.go: regenerate (# 7123)
> 664e852 stats: mark InPayload.Data and OutPayload.Data for deletion (experimental) (# 7121)
> adf976b xds: remove -v when running xds e2e tests (# 7120)
> 308dbc4 xds/internal/xdsclient: Process string metadata in CDS for com.google.csm.telemetry_labels (# 7085)
> 554f107 Makefile: perfect PHONY (# 7076)
> 0baa668 test/kokoro: Migrate PSM Interop to Artifact Registry (# 7102)
> ec257b4 channelz: pass parent pointer instead of parent ID to RegisterSubChannel (# 7101)
> 6fbcd8a cmd/protoc-gen-go-grpc: add change detector test (# 7072)
> eb4e411 vet: split vet-proto from vet.sh (# 7099)
> 28cccf3 pb.go: regenerate (# 7098)
> 879414f deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (# 7059)
> 8444ae0 resolver/dns: Add SetMinResolutionInterval Option (# 6962)
> 59be823 grpc: Deprecate WithBlock, WithReturnConnectionError, FailOnNonTempDialError (# 7097)
> c31cec3 Fix: error message using correct keepalive config value (# 7038)
> f1cf6bf *: update http2 dependency (# 7081)
> b7346ae channelz: fix race accessing channelMap without lock (# 7079)
> 4ec8307 cmd/protoc-gen-go-grpc: replace usages of deprecated API (# 7071)
> feb968b build(deps): bump the github-actions group with 2 updates (# 7069)
> 17d1039 grpc: Export header list sizes in DialOption and ServerOption (# 7033)
> ba1bf9e deps: update dependencies for all modules (# 7061)
> 57e4391 googlec2p: use the bootstrap parsing code to generate parsed bootstrap config instead of handcrafting it (# 7040)
> fc3f327 channelz: refactor to move proto API to a separate package (# 7065)
> b78c0eb examples: Update features/encryption/README.md file (# 7045)
> c003fdf channelz: add LocalAddr to listen sockets and test (# 7062)
> a975978 cmd/protoc-gen-go-grpc: don't emit const blocks for services with no methods (# 7055)
> eb5828b protoc: Change protoc to include generated call option (# 6960)
> cce1632 Change version to 1.64.0-dev (# 7052)
bumping knative.dev/eventing 1572967...0e14da4:
> 0e14da4 fix(test): the attribute filter transform test correctly compares slices now (# 7931)
> 5355171 Fix trust bundle propagation (# 7924)
> 15be248 CrossNamespace: Data Plane Changes for Broker Filter (# 7913)
> 34f9e43 CrossNamespace: Control Plane Changes for Trigger (# 7889)
> 308e6b6 SubjectAccessReviews resources correction (# 7925)
> 9cdc7ba CrossNamespace: Update knsubscribe permissions (# 7926)
> dbaaedc [main] Update actions (# 7923)
> 3ea1900 [main] Upgrade to latest dependencies (# 7922)
> 3189fc2 Add attribute filter transform function (# 7909)
> 3541408 Make transport-encryption a Beta feature (# 7915)
> 884f0da Adding uname name mapping for x86_64 in hack/install.sh (# 7917)
> 6b6f6d1 Sequence and Parallel: announce correct OIDC identities in authstatus (# 7902)
> 58d7920 Fix IMC metrics for transport encryption (# 7904)
> 4358574 CrossNamespace: Testing Code Style (# 7918)
> 4951b74 [main] Upgrade to latest dependencies (# 7920)
bumping knative.dev/networking 25012a4...1d0137a:
> 1d0137a upgrade to latest dependencies (# 984)
> 507209b Update actions (# 982)
> 4e598f4 upgrade to latest dependencies (# 981)
> b31855c upgrade to latest dependencies (# 980)
bumping google.golang.org/api 6feeaaf...4b79cc4:
> 4b79cc4 chore(main): release 0.181.0 (# 2582)
> c3f4828 feat(all): auto-regenerate discovery clients (# 2589)
> 7d13175 chore: update min version to 1.20 (# 2588)
> 86c9521 feat(all): auto-regenerate discovery clients (# 2587)
> afc4685 feat(all): auto-regenerate discovery clients (# 2586)
> 4177d21 chore(all): update all (# 2584)
> e35f76f feat(all): auto-regenerate discovery clients (# 2585)
> 7b18e5d feat(all): auto-regenerate discovery clients (# 2583)
> 6923ec8 feat(all): auto-regenerate discovery clients (# 2581)
bumping knative.dev/client-pkg dfb0087...2d1c4c8:
> 2d1c4c8 Update actions (# 184)
bumping google.golang.org/genproto/googleapis/rpc 8cf5692...0867130:
> 0867130 chore(all): auto-regenerate .pb.go files (# 1125)
> 024948a chore(all): update all (# 1126)
> 6275950 chore(all): auto-regenerate .pb.go files (# 1124)
> b8a5c65 chore(all): update all (# 1123)
bumping google.golang.org/genproto/googleapis/api 8c6c420...b8a5c65:
> b8a5c65 chore(all): update all (# 1123)
> 8cf5692 chore(all): update all (# 1122)
bumping knative.dev/pkg b1fd04d...99e1685:
> 99e1685 Bump google.golang.org/api from 0.180.0 to 0.181.0 (# 3041)
> b5507d9 Bump google.golang.org/grpc from 1.63.2 to 1.64.0 (# 3040)
> a6bf0be Bump cloud.google.com/go/storage from 1.40.0 to 1.41.0 (# 3039)
> 4a9c38d Update actions (# 3037)
> 11a3d46 Add composite ConfigStore to combine multiple ConfigStore (# 3027)
bumping knative.dev/serving 3789ff9...a0a1ac7:
> a0a1ac7 Update net-gateway-api nightly (# 15228)
> 93c3c79 upgrade to latest dependencies (# 15224)
> 3aa9210 Update net-kourier nightly (# 15219)
> 0d0d1e0 Update net-gateway-api nightly (# 15218)
> c9b17b2 Update net-istio nightly (# 15220)
> 639f7aa Update net-istio nightly (# 15213)
> 3b35f54 change private K8s service to be a headless service (# 15170)
> f2c7238 Update actions (# 15215)
> 985cf2b Update net-gateway-api nightly (# 15214)
> 38e22f9 Update net-kourier nightly (# 15212)
> 11792fc Update net-kourier nightly (# 15206)
> 0c301bb upgrade to latest dependencies (# 15209)
> 36d41ca Update net-gateway-api nightly (# 15205)
> 5624a46 Update net-istio nightly (# 15207)
> 40088e3 upgrade to latest dependencies (# 15201)
> ac5e504 Add e2e test for Contour when CORS policy is enabled (# 15188)
Signed-off-by: Knative Automation <automation@knative.team>
|
||
|---|---|---|
| .. | ||
| apis | ||
| client/clientset/versioned | ||
| crossnamespace | ||
| eventingtls | ||