ceph / paddles

RESTful API to store (and report) on Ceph tests
14 stars 25 forks source link

Bump gunicorn from 19.5.0 to 19.9.0 #77

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps gunicorn from 19.5.0 to 19.9.0.

Release notes *Sourced from [gunicorn's releases](https://github.com/benoitc/gunicorn/releases).* > ## 19.9.0 > - fix: address a regression that prevented syslog support from working > ([#1668](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1668), [#1773](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1773)) > - fix: correctly set `REMOTE_ADDR` on versions of Python 3 affected by > `Python Issue 30205 `_ > ([#1755](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1755), [#1796](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1796)) > - fix: show zero response length correctly in access log ([#1787](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1787)) > - fix: prevent raising :exc:`AttributeError` when ``--reload`` is not passed > in case of a :exc:`SyntaxError` raised from the WSGI application. > ([#1805](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1805), [#1806](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1806)) > - ❗️The internal module ``gunicorn.workers.async`` was renamed to > ``gunicorn.workers.base_async`` since ``async`` is now a reserved word > in Python 3.7. > ([#1527](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1527)) > > ## 19.8.1 > - fix: secure scheme headers when bound to a unix socket ([#1766](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1766), [#1767](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1767)) > > ## 19.8.0 > - Eventlet 0.21.0 support ([#1584](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1584)) > - Tornado 5 support ([#1728](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1728), [#1752](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1752)) > - support watching additional files with ``--reload-extra-file`` > ([#1527](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1527)) > - support configuring logging with a dictionary with ``--logging-config-dict`` > ([#1087](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1087), [#1110](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1110), [#1602](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1602)) > - add support for the ``--config`` flag in the ``GUNICORN_CMD_ARGS`` environment > variable ([#1576](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1576), [#1581](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1581)) > - disable ``SO_REUSEPORT`` by default and add the ``--reuse-port`` setting > ([#1553](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1553), [#1603](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1603), [#1669](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1669)) > - fix: installing `inotify` on MacOS no longer breaks the reloader > ([#1540](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1540), [#1541](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1541)) > - fix: do not throw ``TypeError`` when ``SO_REUSEPORT`` is not available > ([#1501](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1501), [#1491](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1491)) > - fix: properly decode HTTP paths containing certain non-ASCII characters > ([#1577](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1577), [#1578](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1578)) > - fix: remove whitespace when logging header values under gevent ([#1607](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1607)) > - fix: close unlinked temporary files ([#1327](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1327), [#1428](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1428)) > - fix: parse ``--umask=0`` correctly ([#1622](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1622), [#1632](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1632)) > - fix: allow loading applications using relative file paths > ([#1349](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1349), [#1481](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1481)) > - fix: force blocking mode on the gevent sockets ([#880](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/880), [#1616](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1616)) > - fix: preserve leading `/` in request path ([#1512](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1512), [#1511](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1511)) > - fix: forbid contradictory secure scheme headers > - fix: handle malformed basic authentication headers in access log > ([#1683](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1683), [#1684](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1684)) > - fix: defer handling of ``USR1`` signal to a new greenlet under gevent > ([#1645](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1645), [#1651](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1651)) > - fix: the threaded worker would sometimes close the wrong keep-alive > connection under Python 2 ([#1698](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1698), [#1699](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1699)) > - fix: re-open log files on ``USR1`` signal using ``handler._open`` to > ... (truncated)
Commits - [`29f0394`](https://github.com/benoitc/gunicorn/commit/29f0394cdd381df176a3df3c25bb3fdd2486a173) Release version 19.9.0 - [`3e265d4`](https://github.com/benoitc/gunicorn/commit/3e265d43199e4f915cd40ebd0ceebe3d6cf23f65) Regenerate settings documentation - [`c7c0f9d`](https://github.com/benoitc/gunicorn/commit/c7c0f9db761d741107f89bad01c486e455e3cb37) Update changelog - [`bd833e0`](https://github.com/benoitc/gunicorn/commit/bd833e0009b8b07d13117f71534eb28e8dc24c5d) Merge pull request [#1796](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1796) from diegoholiveira/1795-rename-async-module - [`f0c5499`](https://github.com/benoitc/gunicorn/commit/f0c54993caa3e96cc8d0c9ad40c12ba19244992d) Merge branch 'W7PEA-patch-2' - [`7891310`](https://github.com/benoitc/gunicorn/commit/7891310d806d973801f744e9c100263afd48d55f) Use consistent style in nginx.conf - [`101f2da`](https://github.com/benoitc/gunicorn/commit/101f2da9223c7de92deb9bdf70dc024bdb7a9a82) Merge branch 'patch-2' of https://github.com/W7PEA/gunicorn into W7PEA-patch-2 - [`d213103`](https://github.com/benoitc/gunicorn/commit/d21310351fefa08e67616a82bac8d425271a4ec1) Optimize by precompiling regex and using tuple for iterable copies. - [`557b919`](https://github.com/benoitc/gunicorn/commit/557b91964c62242af36ef4994dd8230279981898) Merge branch 'master' into 1795-rename-async-module - [`21f0adc`](https://github.com/benoitc/gunicorn/commit/21f0adc34617a651f169968869851e34e787f24b) Fix AttributeError when --reload was not passed ([#1806](https://github-redirect.dependabot.com/benoitc/gunicorn/issues/1806)) - Additional commits viewable in [compare view](https://github.com/benoitc/gunicorn/compare/19.5.0...19.9.0)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ceph/paddles/network/alerts).
alfredodeza commented 4 years ago

@zmc I don't think this would be a problem, are we deploying paddles often? might as well just deal with breakage if it is related to bumping this, what do you think

kshtsk commented 4 years ago

@zmc I don't think this would be a problem, are we deploying paddles often? might as well just deal with breakage if it is related to bumping this, what do you think

we, in SUSE regularly run deployment for paddles+pulpito+teuthology even for each PR in teuthology

dependabot[bot] commented 4 years ago

Superseded by #80.