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

agent: Fix a stop discovery channel issue #612

Merged
merged 2 commits into from
Jul 25, 2023

Commits on Jul 24, 2023

  1. agent: Fix a stop discovery channel issue

    The stop discovery channel is shared by all Configuration resources of a
    given discovery handler endpoint, this channel was used without giving
    any context of the targeted DiscoveryOperator, leading to a stop of
    discovery for all Configurations when a Configuration is modified or
    deleted.
    
    This commit makes the stop discovery channel send the concerned
    Configuration ID (namespace + name) on the channel, allowing to filter
    out requests targeting another DiscoveryOperator, the channel is still
    shared so the cases where we really want to stop discovery for all
    Configurations still works.
    
    Signed-off-by: Nicolas Belouin <[email protected]>
    diconico07 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f30dc6b View commit details
    Browse the repository at this point in the history
  2. Update patch version

    Signed-off-by: Nicolas Belouin <[email protected]>
    diconico07 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c45fca5 View commit details
    Browse the repository at this point in the history