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/k8s-gateway-api-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release/v0.9.0
Choose a base ref
...
head repository: linkerd/k8s-gateway-api-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/v0.10.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Feb 22, 2023

  1. Bump actions/checkout from 3.1.0 to 3.3.0 (#38)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.3.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@93ea575...ac59398)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    050078b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Update kube requirement from 0.78 to 0.79 (#44)

    Updates the requirements on [kube](https://github.com/kube-rs/kube) to permit the latest version.
    - [Release notes](https://github.com/kube-rs/kube/releases)
    - [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md)
    - [Commits](kube-rs/kube@0.78.0...0.79.0)
    
    ---
    updated-dependencies:
    - dependency-name: kube
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b3bc44a View commit details
    Browse the repository at this point in the history
  2. Update to v0.10.0 (#45)

    Signed-off-by: Kevin Leimkuhler <kleimkuhler@icloud.com>
    kleimkuhler authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    16bcf65 View commit details
    Browse the repository at this point in the history
  3. Fixes parsing issue #39. (#40)

    Moves to actual structs from newtypes for the HttpPathModifier.
    
    Signed-off-by: Ryan Thomas <ryan@fl0.com>
    rthomas authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    92bfcd6 View commit details
    Browse the repository at this point in the history
Loading