Bump supervisor from 4.2.2 to 4.2.3
Created by: dependabot[bot]
Bumps supervisor from 4.2.2 to 4.2.3.
Changelog
Sourced from supervisor's changelog.
4.2.3 (2021-12-27)
Fixed a race condition where an
rpcinterface
extension that subscribed to events would not see the correct process state if it accessed the thestate
attribute on aSubprocess
instance immediately in the event callback. Patch by Chao Wang.Added the
setuptools
package to the list of dependencies insetup.py
because it is a runtime dependency. Patch by Louis Sautier.The web interface will now return a 404 Not Found response if a log file is missing. Previously, it would return 410 Gone. It was changed because 410 is intended to mean that the condition is likely to be permanent. A log file missing is usually temporary, e.g. a process that was never started will not have a log file but will have one as soon as it is started.
Commits
-
863a856
Fix typo -
285f4d4
Prepare 4.2.3 release -
762f036
Run tests on GitHub Actions -
2272842
Update process attributes before emitting event -
3843156
Merge pull request #1468 from wangchaosjtu/master -
464acee
Add test for d0f3a40e85e9c3a8b6b937f8366d6855ecca177a -
c6c9ae4
Merge pull request #1470 from Veramkovich/patch-1 -
132d4de
Document that signal can be specified by number. Refs #1466 -
52e29f6
Add test for stopsignal= with a number. Refs #1466 -
d0f3a40
Update datatypes.py - Additional commits viewable in compare view
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)