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: aws/aws-app-mesh-controller-for-k8s
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.7
Choose a base ref
...
head repository: aws/aws-app-mesh-controller-for-k8s
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.0
Choose a head ref
  • 12 commits
  • 19 files changed
  • 9 contributors

Commits on Dec 19, 2023

  1. Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#755)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
    - [Commits](golang/crypto@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a68c8bf View commit details
    Browse the repository at this point in the history
  2. Update PodDisruptionBudget API version (#754)

    The Beta API version (policy/v1beta1) of PodDisruptionBudget is no longer served as of version 1.25
    igreg authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    203bee5 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    4a5f6d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#762)

    Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    15ab723 View commit details
    Browse the repository at this point in the history
  2. Bump google.golang.org/protobuf (#761)

    Bumps google.golang.org/protobuf from 1.28.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dileepng <114957777+dileepng@users.noreply.github.com>
    dependabot[bot] and dileepng authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    096456f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Fix VirtualRouter route deletion sequence (#768)

    * Remove routes before the matching listener
    
    This addresses a few rough edges with updating a VirtualRouter. After
    this change, it is possible to update the listener protocol on the CRD
    in one step. It is also possible to remove the listener at the same time
    as the routes which use that listener.
    
    * Fix a nil panic error
    
    When running this against a test cluster, discovered that the logic must
    filter to only names with SDK routes before adding them to a deletion
    list.
    
    * Add unit test coverage
    
    Adds unit test coverage for the new functions. A possible nil pointer
    dereference is fixed, which could occur if port matching is not
    utilized.
    
    * Remove unneeded API calls
    
    The API call to describe the route is not needed, as the route ref
    contains all the information needed to delete routes.
    dhild authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0d12952 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Bump envoy image version to v1.29.4.0-prod (#773)

    Co-authored-by: Fei Liu <liubnu@users.noreply.github.com>
    liubnu and liubnu authored May 1, 2024
    Configuration menu
    Copy the full SHA
    5a0339d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Revert "Bump envoy image version to v1.29.4.0-prod (#773)" (#775)

    This reverts commit 5a0339d.
    
    Co-authored-by: Fei Liu <liubnu@users.noreply.github.com>
    liubnu and liubnu authored May 8, 2024
    Configuration menu
    Copy the full SHA
    ac9bf5f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Bump golang.org/x/net from 0.17.0 to 0.23.0 (#772)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
    - [Commits](golang/net@v0.17.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    08df3bb View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Adding support to provide tls version and tls cipher suites. (#778)

    * Set default minimum TLS version for webhook server to 1.2
    * Adding options to set TLS version and cipher suites
    sshver authored May 28, 2024
    Configuration menu
    Copy the full SHA
    0b92784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5be8d05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f4c386 View commit details
    Browse the repository at this point in the history
Loading