Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linkerd/linkerd2-proxy-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.0
Choose a base ref
...
head repository: linkerd/linkerd2-proxy-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.0
Choose a head ref
  • 5 commits
  • 21 files changed
  • 3 contributors

Commits on Dec 27, 2023

  1. build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (#286

    )
    
    Bumps google.golang.org/protobuf from 1.31.0 to 1.32.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    3a0063a View commit details
    Browse the repository at this point in the history
  2. build(deps): bump google.golang.org/grpc from 1.59.0 to 1.60.1 (#284)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.59.0 to 1.60.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.59.0...v1.60.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    3f02e70 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. build(deps): bump thiserror from 1.0.50 to 1.0.56 (#289)

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.50 to 1.0.56.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.50...1.0.56)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    a3c6b13 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. destination: add UriLikeIdentity and server_name (#285)

    Changes the `TlsIdentity` type in the destination API such that: 
    
    - we add an extra `UriLikeIdentity` identity type that should contain identities that are in URI format (e.g. SPIFFE)
    - we add a `server_name` to the `TlsIdentity` type. This allows us to differentiate between an SNI value and a TLS Id value. This is mainly needed because in certain identity systems (SPIFFE/SPIRE) the TLS SAN can be in URI form. A URI cannot be used as a SNI extension in a `ClientHello`, so an alternative SNI value needs to be provided. This brings the need to distinguish between these two concepts. 
    
    For context: 
    linkerd/linkerd2-proxy#2506
    
    Signed-off-by: Zahari Dichev <[email protected]>
    Co-authored-by: Oliver Gould <[email protected]>
    zaharidichev and olix0r authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    2da43c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. update to v0.13.0 (#291)

    Signed-off-by: Zahari Dichev <[email protected]>
    zaharidichev authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9bfa3bb View commit details
    Browse the repository at this point in the history
Loading