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

Bugfix: Only pass snapshot settings into the update plan if there are changes #858

Merged
merged 4 commits into from
Sep 23, 2024

Commits on Sep 20, 2024

  1. Bugfix: Only pass snapshot settings into the update plan if there are…

    … changes.
    
    - This ensures the settings are only put into the update request if there are actual changes in the config
    - Otherwise the settings are left out of the payload
    - This solves a bug where every apply would reset the policy back to the default (because putting the default settings in the plan will cause it to reset the policy).
      - When using the elasticstack provider to manage the policy, we want the ec provider to not touch it.
    gigerdo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2a9cc0b View commit details
    Browse the repository at this point in the history
  2. Add test.

    gigerdo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    627c5b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Add changelog

    gigerdo committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1b4577d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1305bc9 View commit details
    Browse the repository at this point in the history