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

fix(xds): use stable hashes for outbound cluster names #8081

Merged
merged 13 commits into from
Oct 23, 2023

Commits on Oct 20, 2023

  1. feat(kuma-cp): use stable hashes for outbound cluster names

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b862985 View commit details
    Browse the repository at this point in the history
  2. test: update

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ce56d7c View commit details
    Browse the repository at this point in the history
  3. feat(Mesh*Route): use hashes for cluster names

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    e779c9b View commit details
    Browse the repository at this point in the history
  4. refactor: simplify DestinationClusterName

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f711822 View commit details
    Browse the repository at this point in the history
  5. test: update

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a46c062 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. refactor: use new split cluster name format in policies

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    97e78d6 View commit details
    Browse the repository at this point in the history
  2. test(MeshCircuitBreaker): adjust for new cluster names

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    fda0b66 View commit details
    Browse the repository at this point in the history
  3. test(e2e): fix cluster name dependent assertions

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d9c2844 View commit details
    Browse the repository at this point in the history
  4. fix(metrics): adjust hijacker

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1189000 View commit details
    Browse the repository at this point in the history
  5. test(metrics): adjust

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    213eb47 View commit details
    Browse the repository at this point in the history
  6. test(MeshCircuitBreaker): use correct number of hex digits for cluster

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    58db476 View commit details
    Browse the repository at this point in the history
  7. refactor: keep regex and format string private to package

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1936405 View commit details
    Browse the repository at this point in the history
  8. docs: improve comments

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    0da38f1 View commit details
    Browse the repository at this point in the history