Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Upgrade to latest dependencies #579

Commits on Jul 25, 2024

  1. upgrade to latest dependencies

    bumping google.golang.org/grpc fa274d7...2da9769:
      > 2da9769 Change version to 1.65.0 (# 7306)
      > ede96b7 metadata: remove String method (# 7373)
      > 64be203 grpc: Readd pick first name (# 7336) (# 7341)
      > 25e33a6 examples: Add CSM Observability example (# 7302) (# 7318)
      > 04a5f46 xds/internal/xdsclient: Emit unknown for CSM Labels if not present in CDS (# 7309) (# 7317)
      > cff5c3e stats/opentelemetry: Add e2e testing for CSM Observability (# 7279) (# 7316)
      > 9b970fd dns: fix constant 30s backoff for re-resolution (# 7262) (# 7311)
      > 6d23620 documentation: on server, use FromIncomingContext  for retrieving context and `SetHeader`, `SetTrailer` to send metadata to client (# 7238)
      > 7e5898e xds: unify xDS client creation APIs meant for testing (# 7268)
      > 5d7bd7a interop/xds: Interop client and server changes for CSM Observability (# 7280)
      > 1958fcb cmd/protoc-gen-go-grpc: update version for release (# 7294)
      > 32f6091 *: update deps (# 7282)
      > 02f0e77 security: remove security/authorization module (# 7281)
      > 8bf2b3e grpcrand: delete all of grpcrand and call the rand package directly (# 7283)
      > 24e9024 Fix close in use certificate providers after double `Close()` method call on wrapper object (# 7128)
      > 33faea8 ringhash: fix normalizeWeights (# 7156)
      > 0756c0d stats: Various CSM Observability bug fixes (# 7278)
      > fe82db4 stats/opentelemetry: Add CSM Observability API (# 7277)
      > f1aceb0 stats/opentelemetry: CSM Observability server side component changes (# 7264)
      > 8138555 testing: remove skip for otel since we no longer support Go 1.20 (# 7276)
      > 58cfe27 deps: update dependencies for all modules (# 7274)
      > 11872f1 advancedtls: add CipherSuites to Options (# 7269)
      > a4593c5 advancedtls: use realistic ciphersuite in test (# 7273)
      > 01363ac *: end support for Go v1.20 (# 7250)
      > 6e59dd1 examples: add example to illustrate the use of file watcher interceptor (# 7226)
      > 03da31a client: implement maxAttempts for retryPolicy (# 7229)
      > f7d3d3e stats/opentelemetry: CSM Observability client side component changes (# 7256)
      > 092e793 test/kokoro: Add psm-csm build config (# 7263)
      > 5ffe0ef advancedtls: populate verified chains when using custom buildVerifyFunc (# 7181)
      > 1db6590 grpc: Move Pick First Balancer to separate package (# 7255)
      > 1adbea2 protoc-gen-go-grpc: copy service comment to interfaces (# 7243)
      > a639c40 test: fix flaky test ClientSendsAGoAway (# 7224)
      > c822adf balancergroup: add a `ParseConfig` API and remove the `UpdateBuilder` API (# 7232)
      > a75dfa6 xds: change the DumpResources API to return proto message containing the resource dump (# 7240)
      > 48b6b11 credentials/tls: reject connections with ALPN disabled (# 7184)
      > 0a0abfa stats/opentelemetry: Add CSM Plugin Option (# 7205)
      > 2f52f9e examples: update remaining uses of grpc.Dial to NewClient (# 7248)
      > aea78bd grpc: Add perTargetDialOption type and global list (# 7234)
      > 2d2f417 advancedTLS: unset a deprecated field after copying it (# 7239)
      > 2174ea6 documentation: fix typo in anti-patterns.md (# 7237)
      > e22436a pickerwrapper: use atomic instead of locks (# 7214)
      > 0020ccf advancedTLS: Documentation (# 7213)
      > 59954c8 Change version to 1.65.0-dev (# 7220)
      > 3bf7e9a advancedTLS: Add in deprecated name for transitionary period (# 7221)
    bumping golang.org/x/term 5f0bb72...c976cb1:
      > c976cb1 go.mod: update golang.org/x dependencies
    bumping knative.dev/reconciler-test 5bf0b86...00d94f4:
      > 00d94f4 upgrade to latest dependencies (# 743)
      > 21d1de3 upgrade to latest dependencies (# 742)
      > 3a59c9d Update community files (# 741)
      > de3a013 Use knative/actions/setup-go to be in sync with other projects (# 740)
      > 0377f8e upgrade to latest dependencies (# 739)
    bumping golang.org/x/mod c0bdc7b...d58be1c:
      > d58be1c sumdb/tlog: set the hash of the empty tree according to RFC 6962
      > 232e49f Revert "module: add COM0 and LPT0 to badWindowsNames"
    bumping knative.dev/pkg 3f6a546...4355f0c:
      > 4355f0c upgrade to latest dependencies (# 3075)
      > b4e5f07 Bump google.golang.org/grpc from 1.64.0 to 1.65.0 (# 3073)
      > fe204d0 Bump golang.org/x/net from 0.26.0 to 0.27.0 (# 3072)
      > 9dc5206 Bump golang.org/x/tools from 0.22.0 to 0.23.0 (# 3074)
      > 7ecd548 Update community files (# 3071)
    
    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored and dsimansk committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    dc9aeda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9341bda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b579791 View commit details
    Browse the repository at this point in the history
  4. Use shared Go setup action

    dsimansk committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    65f2fb0 View commit details
    Browse the repository at this point in the history
  5. Update checkout action to v4

    dsimansk committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f0382e9 View commit details
    Browse the repository at this point in the history
  6. Revert "Use shared Go setup action"

    This reverts commit 65f2fb0.
    dsimansk committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c0856c0 View commit details
    Browse the repository at this point in the history