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

Support reload using signal #6453

Merged
merged 3 commits into from
Nov 24, 2023

Commits on Nov 24, 2023

  1. Support reload using signal

    Signed-off-by: Simon Pasquier <[email protected]>
    simonpasquier committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    5596b8c View commit details
    Browse the repository at this point in the history
  2. Add --reloader.method option to sidecar

    This option allows to tell the sidecar to send a SIGHUP signal to the
    monitored process to reload its configuration instead of the default
    HTTP-based method.
    
    Signed-off-by: Simon Pasquier <[email protected]>
    simonpasquier committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    ecc768f View commit details
    Browse the repository at this point in the history
  3. Update docs and CHANGELOG.md

    Signed-off-by: Simon Pasquier <[email protected]>
    simonpasquier committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    3327f18 View commit details
    Browse the repository at this point in the history