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 a bug that wrongly trims domains when there is an overlap with DC name #17160

Merged
merged 16 commits into from
Jun 26, 2023
Merged

Fix a bug that wrongly trims domains when there is an overlap with DC name #17160

merged 16 commits into from
Jun 26, 2023

Commits on Apr 26, 2023

  1. Fix a bug that wrongly trims domains when there is an overlap with DC…

    … name
    
    Before this change, when DC name and domain/alt-domain overlap, the domain name incorrectly trimmed from the query.
    
    Example:
    
    Given: datacenter = dc-test, alt-domain = test.consul.
    Querying for "test-node.node.dc-test.consul" will faile, because the
    code was trimming "test.consul" instead of just ".consul"
    
    This change, fixes the issue by adding dot (.) before trimming
    shamil committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    74b15a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

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

Commits on Apr 30, 2023

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

Commits on May 1, 2023

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

Commits on May 4, 2023

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

Commits on May 7, 2023

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

Commits on May 20, 2023

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

Commits on Jun 5, 2023

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

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    683a771 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1d76b0 View commit details
    Browse the repository at this point in the history
  3. update changelog

    shamil committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    23f5d0e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

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

Commits on Jun 13, 2023

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

Commits on Jun 17, 2023

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

Commits on Jun 21, 2023

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

Commits on Jun 22, 2023

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