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.10.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.11.0
Choose a head ref
  • 4 commits
  • 11 files changed
  • 3 contributors

Commits on Jun 11, 2023

  1. build(deps): bump github.com/golang/protobuf from 1.5.2 to 1.5.3 (#214)

    Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.5.2 to 1.5.3.
    - [Release notes](https://github.com/golang/protobuf/releases)
    - [Commits](golang/protobuf@v1.5.2...v1.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang/protobuf
      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 Jun 11, 2023
    Configuration menu
    Copy the full SHA
    de1afb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. build(deps): bump prost from 0.11.8 to 0.11.9 (#234)

    Bumps [prost](https://github.com/tokio-rs/prost) from 0.11.8 to 0.11.9.
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Commits](tokio-rs/prost@v0.11.8...v0.11.9)
    
    ---
    updated-dependencies:
    - dependency-name: prost
      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>
    Co-authored-by: Alejandro Pedraza <[email protected]>
    dependabot[bot] and alpeb authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    07f41de View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Add response_header_modifier outbound http filter (#251)

    The `responseHeaderModifier` filter is an Extended level feature:
    
    https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io%2fv1beta1.HTTPRouteFilter
    
    We add this filter to the outbound proxy-api.
    
    Signed-off-by: Alex Leong <[email protected]>
    adleong authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f1598b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. v0.11.0 (#255)

    * Add `response_header_modifier` outbound HTTP filter
    
    Signed-off-by: Alex Leong <[email protected]>
    adleong authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    bdcb2d2 View commit details
    Browse the repository at this point in the history
Loading