Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Bump supervisor from 4.2.1 to 4.2.2 #151

Open
wants to merge 1 commit into
base: live
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2021

Bumps supervisor from 4.2.1 to 4.2.2.

Changelog

Sourced from supervisor's changelog.

4.2.2 (2021-02-26)

  • Fixed a bug where supervisord could crash if a subprocess exited immediately before trying to kill it.

  • Fixed a bug where the stdout_syslog and stderr_syslog options of a [program:x] section could not be used unless file logging for the same program had also been configured. The file and syslog options can now be used independently. Patch by Scott Stroupe.

  • Fixed a bug where the logfile option in the [supervisord] section would not log to syslog when the special filename of syslog was supplied, as is supported by all other log filename options. Patch by Franck Cuny.

  • Fixed a bug where environment variables defined in environment= in the [supervisord] section or a [program:x] section could not be used in %(ENV_x)s expansions. Patch by MythRen.

  • The supervisorctl signal command now allows a signal to be sent when a process is in the STOPPING state. Patch by Mike Gould.

  • supervisorctl and supervisord now print help when given -? in addition to the existing -h/--help.

Commits
  • 499fc10 Prepare 4.2.2 release
  • 34ff60a Add tests for a5942666f28cd5956d22fdd3ef97e6bd188bb322
  • a594266 extend expansions from user defined environments (#1227)
  • 4e3f12e Correct environment= docs, add test for actual behavior
  • 0c66c0c Handle race where process exits immediately in signal()
  • d0026ae Print usage message on when given '-?'.
  • ae60a73 Handle race where process exits immediately before killing it
  • 36c9f82 Rewrite signal() tests to work like all the others
  • ab8c724 Do not discard PID if sending a signal fails
  • 5b1f3dc Guard against attempt to spawn process in UNKNOWN state
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [supervisor](https://github.com/Supervisor/supervisor) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/Supervisor/supervisor/releases)
- [Changelog](https://github.com/Supervisor/supervisor/blob/master/CHANGES.rst)
- [Commits](Supervisor/supervisor@4.2.1...4.2.2)

---
updated-dependencies:
- dependency-name: supervisor
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants