Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumping google.golang.org/grpc dbbcf59...8167bc3: > 8167bc3 Change version to 1.61.0 (# 6936) > 52e2363 test/xds: Use different import path for gRPC Messages (# 6933) > 67e50be transport: Remove redundant if in handleGoAway (# 6930) > e96f521 alts: Extract AuthInfo after handshake in ALTS e2e test. (# 6931) > 987df13 metadata: move FromOutgoingContextRaw() to internal (# 6765) > 61eab37 server: block GracefulStop on method handlers and make blocking optional for Stop (# 6922) > ddd377f xds/server: fix RDS handling for non-inline route configs (# 6915) > 8b455de removing Roots deprecated Subjects field in tests (# 6907) > 953d12a alts: Forward-fix of ALTS queuing of handshake requests. (# 6906) > 6ce73bf internal/transport: convert `ConnectionError` to `Unavailable` status when writing headers (# 6891) > e7e400b deps: apply `make proto` changes (# 6916) > 660c394 examples: Fixed the formatting in the Authentication README.md (# 6908) > 3a8270f grpc: skip compression of empty messages (# 6842) > 7e9d319 vet: remove ignore of CloseNotifier (# 6911) > 5a36bb7 fix 'identitiy' typo in error message (# 6909) > a233d9b build(deps): bump the github-actions group with 1 update (# 6904) > 6bc1906 xds: add support for mTLS Credentials in xDS bootstrap (# 6757) > 71cc0f1 Revert "alts: Queue ALTS handshakes once limit is reached rather than dropping. (# 6884)" (# 6903) > 4f03f3f removing deprecated http closenotifier function (# 6886) > bb0d32f xds: don't fail channel/server startup when xds creds is specified, but bootstrap is missing certificate providers (# 6848) > e20d5ce reflection: rename non-regenerated pb.go files to not be called '.pb.go' (# 6885) > adc7685 alts: Queue ALTS handshakes once limit is reached rather than dropping. (# 6884) > 33a60a8 internal: use OS defaults for TCP keepalive params in Windows (# 6863) > c109241 interop/xds: Increase go log verbosity to 99 so that EDS is logged (# 6860) > 02a4e93 orca: use atomic pointer instead of mutex in server metrics recorder to improve performance (# 6799) > df02c11 test/kokoro: Use the Kokoro shared install lib from the new repo (# 6859) > 444749d alts: Record network latency and pass it to the handshaker service. (# 6851) > 45624f0 grpc: eliminate panics in server worker implementation (# 6856) > 6e6914a completely delete WatchListener and WatchRouteConfig APIs (# 6849) > 836e5de credentials/alts: update handshaker.pb.go (# 6857) > 43e4461 Forbid dependabot from performing major version bumps (# 6852) > 686fdd8 security/advancedtls: fix test that relies on min TLS version (# 6824) > 52baf16 internal: use OS defaults for TCP keepalive params only on unix (# 6841) > d050906 build(deps): bump the github-actions group with 3 updates (# 6835) > 477bd62 xds/internal/resolver: switch to generic xDS API for LDS/RDS (# 6729) > a03c7f1 client: always enable TCP keepalives with OS defaults (# 6834) > c2398ce [infra] Hash-pin GitHub Actions, keep them updated with dependabot (# 6815) > 0866ce0 grpc: optional interface to provide channel authority (# 6752) > 5d7453e client: rework resolver and balancer wrappers to avoid deadlock (# 6804) > 93389b7 doc: fix link to the reflection protocol (# 6833) > 1b05500 internal/credentials/xds: Add exported comment for HandshakeInfo (# 6823) > 737f87b xds/internal/server: cleanup formatting directives in some logs (# 6820) > bc16b5f interop: support custom creds flag for stress test client (# 6809) > 02ea031 Bugfix for broken import (# 6816) > 287c473 Mark old CRL APIs as deprecated (# 6810) > 7935c4f resolver_wrapper: remove serializerScheduleLocked; the lock is unnecessary (# 6803) > 914ca65 client: further streamlining of Dial (# 6802) > 232054a client: remove deprecated WithServiceConfig DialOption (# 6800) > 42fdcc4 client: rename balancer and resolver wrapper files to be consistent (# 6801) > 59c0aec xDS: Atomically read and write xDS security configuration client side (# 6796) > ce3b538 client: simplify initialization and cleanup a bit (# 6798) > b98104e buffer & grpcsync: various cleanups and improvements (# 6785) > 424db25 credentials: if not set, restrict to TLS v1.2+ and CipherSuites per RFC7540 (# 6776) > 40c279a deps: update dependencies for all modules (# 6795) > 3cbbe29 reflection: don't serialize placeholders (# 6771) > 4a84ce6 Change version to 1.61.0-dev (# 6794) bumping github.com/google/uuid 4d47f8e...0f11ee6: > 0f11ee6 chore(master): release 1.6.0 (# 151) > 16939da chore(tests): add strict monotonicity test case for uuid v7. (# 154) > 016b199 fix: fix typo in version 7 uuid documentation (# 153) > 1d8b6ea ci: set token permissions to github workflows (# 143) > a2b2b32 fix: Monotonicity in UUIDv7 (# 150) > c58770e feat: add Max UUID constant (# 149) bumping golang.org/x/term ae94145...353276a: > 353276a go.mod: update golang.org/x dependencies bumping golang.org/x/net cb5b10f...73d21fd: > 73d21fd go.mod: update golang.org/x dependencies > 643fd16 html: fix SOLIDUS '/' handling in attribute parsing > 73e4b50 dns/dnsmessage: allow name compression for SRV resource parsing > b2208d0 internal/quic/qlog: fix typo > 0d0b98c http2: avoid goroutine starvation in TestServer_Push_RejectAfterGoAway > 07e05fd http2: remove suspicious uint32->v conversion in frame code > 26b646e quic: avoid deadlock in Endpoint.Close bumping knative.dev/pkg b488e7b...b8f9b22: > b8f9b22 Update community files (# 2957) > bc60487 Update community files (# 2956) > 405f0c4 Update community files (# 2955) > 2d2e27d Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 (# 2952) > 3b39834 Bump google.golang.org/api from 0.161.0 to 0.163.0 (# 2953) > 085f505 Bump golang.org/x/net from 0.20.0 to 0.21.0 (# 2954) > 4104e42 Bump google.golang.org/api from 0.159.0 to 0.161.0 (# 2951) > e85c3cf Update community files (# 2950) > b6659cc Bump cloud.google.com/go/storage from 1.36.0 to 1.37.0 (# 2948) > 9bdb511 Bump google.golang.org/grpc from 1.60.1 to 1.61.0 (# 2947) > d34ca03 Update knative.dev/hack to latest main (# 2949) > 91c6ec8 Bump google.golang.org/api from 0.157.0 to 0.159.0 (# 2946) > 6d59538 Bump github.com/evanphx/json-patch/v5 from 5.8.1 to 5.9.0 (# 2945) > 6eb53f5 Bump github.com/google/uuid from 1.5.0 to 1.6.0 (# 2944) > 2b8687a upgrade to latest dependencies (# 2943) > b42fab9 Update community files (# 2942) > 3f7ce63 Bump google.golang.org/api from 0.155.0 to 0.157.0 (# 2941) > 2a92e9d Bump github.com/evanphx/json-patch/v5 from 5.8.0 to 5.8.1 (# 2940) > 455683d Update community files (# 2939) bumping google.golang.org/genproto/googleapis/rpc 995d672...1f4bbc5: > 1f4bbc5 chore(all): auto-regenerate .pb.go files (# 1083) > ef43131 chore(all): auto-regenerate .pb.go files (# 1082) > 6c6643b chore(all): update all (# 1078) > a9fa171 fix(dataform): Remove broken aliases (# 1080) > 9144d31 fix(analytics): Remove broken aliases (# 1079) > 35c7eff chore(all): update all (# 1077) > 50ed04b chore(all): update all to v4 (# 1076) > 0d6446b chore(all): update all (# 1075) bumping google.golang.org/genproto/googleapis/api 989df2b...6c6643b: > 6c6643b chore(all): update all (# 1078) > a9fa171 fix(dataform): Remove broken aliases (# 1080) > 9144d31 fix(analytics): Remove broken aliases (# 1079) > 35c7eff chore(all): update all (# 1077) > 50ed04b chore(all): update all to v4 (# 1076) > 0d6446b chore(all): update all (# 1075) > 995d672 chore(all): update all (# 1073) bumping knative.dev/serving 1c46c07...096adcc: > 096adcc Update net-certmanager nightly (# 14898) > fd7a6c8 Update net-contour nightly (# 14895) > ec32a4c Update net-kourier nightly (# 14894) > 148e001 Update net-certmanager nightly (# 14891) > 6283914 Fix: run ./hack/update-deps.sh (# 14888) > d8bc015 Update net-istio nightly (# 14893) > 45f9eeb Update community files (# 14896) > 5efa21e Update net-gateway-api nightly (# 14892) > dad0326 Update net-contour nightly (# 14884) > 4286c63 Update community files (# 14890) > 06eac8e Update net-kourier nightly (# 14885) > 3544fa0 Update net-certmanager nightly (# 14883) > 7da1f45 Update net-gateway-api nightly (# 14882) > 48ca4cd Update net-istio nightly (# 14886) > 280c922 Update community files (# 14880) > 2125772 Updating DEVELOPMENT.md to remove reference to allowedFields or preserveUnknownFields (# 14865) > 7882fa9 upgrade to latest dependencies (# 14878) > 774cca0 Update net-istio nightly (# 14873) > 87e6199 feat: Add ability to configure multiple wilcard domains (# 14543) > 52b4b09 Update net-istio nightly (# 14870) > 1760f08 Don't drop traffic when upgrading a deployment fails (# 14795) > 05d1927 upgrade to latest dependencies (# 14868) > 24bc968 Update net-contour nightly (# 14861) > f4bbb19 Update net-kourier nightly (# 14857) > 772dd36 Update net-gateway-api nightly (# 14856) > b44bea9 Update net-contour nightly (# 14851) > 0c2d16b Update net-certmanager nightly (# 14858) > 19f9f30 Update net-istio nightly (# 14859) > a303128 Update community files (# 14854) > 71a54e4 Update net-kourier nightly (# 14850) > 391c796 Update net-istio nightly (# 14852) > c58131a Update net-kourier nightly (# 14844) > 3a39279 upgrade to latest dependencies (# 14849) > 48a3a52 Update net-certmanager nightly (# 14845) > 61f5cad Update net-istio nightly (# 14843) > f4ef3c8 Update net-gateway-api nightly (# 14842) > 6d89c70 upgrade to latest dependencies (# 14841) > 51b0337 Capitalize the first letter of config() (# 14821) > 0bae8a2 implement cluster-local-domain-tls in serving (# 14610) > 5712497 Update net-kourier nightly (# 14832) > 87cef50 Update net-istio nightly (# 14831) > 9130d61 Update net-contour nightly (# 14834) > fb69b9a Update net-gateway-api nightly (# 14833) > 16c823b Update net-certmanager nightly (# 14830) bumping knative.dev/hack f3f03ac...999d7e6: > 999d7e6 Update community files (# 367) > 6090613 Update community files (# 366) > d1067f2 Update community files (# 365) > f3881d9 Update community files (# 364) > ab9b690 Don't hardcode serving as the repo when setting highest semver (# 361) > 45dcf10 Update community files (# 360) > 40f0ac2 Update community files (# 359) bumping knative.dev/eventing fd95228...97e91c5: > 97e91c5 [main] Update community files (# 7675) > eac7384 Wait for events with poll interval after finished event received (# 7668) > ba77c3d [main] Update community files (# 7672) > 7d350ea [main] Upgrade to latest dependencies (# 7669) > 185fbf4 [main] Update community files (# 7671) > 03ed4ab wathola receiver, annotate span by step number (# 7667) > 6f2eaed Set default value for scale cache config values (# 7666) > bcb6100 e2e: nodeselector in apiserversauce (# 7627) > 836f4da feat: replace yaml merge tags (# 7662) > 5500bed Cache statefulset scale update/get requests (# 7651) > 7b975fc Update KinD for e2e tests to 0.21.0 (# 7656) > 96863ba [main] Upgrade to latest dependencies (# 7657) > 469d0ac [main] Upgrade to latest dependencies (# 7654) > 9d892bf Remove empty labels (# 7648) > d258e7d Create teardown script for local development (# 7642) > 62c74c1 [main] Update community files (# 7646) > 702004a Tiny trustbundle improvements (# 7644) > 02bde54 Add helm as one of the development requirement (# 7643) > 56ee9b2 Add TLS tests for Trigger and Subscription dead letter sinks (# 7636) > ff52881 Use filtered informer to watch OIDC service accounts (# 7527) > 54f3952 [main] Upgrade to latest dependencies (# 7641) > 3391d1e [main] Upgrade to latest dependencies (# 7639) > c6105d6 Update knative.dev/hack to latest main (# 7637) > 0340aa5 Fix mtbroker-filter to proxy response headers (# 7614) > e9bf641 Use projected volumes for sinkbinding trust bundles (# 7630) > bcba98a Move OIDC tests to test/rekt (# 7622) > ab47824 support: nodeselector in apiserversource (# 7584) > cdb8638 fix: exact -> atleast (# 7624) > 42efd06 [main] Upgrade to latest dependencies (# 7623) > 214f4b3 [main] Upgrade to latest dependencies (# 7616) > 9b6c7e2 Generalize description of EventType in CRD. (# 7617) > 95b9345 Adding documentation and linking resources for go setup issues with Linux Ubuntu distribution (removed noisy commits) (# 7612) Signed-off-by: Knative Automation <automation@knative.team>
- Loading branch information