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

[AIRFLOW-2767] Upgrade gunicorn to 19.5.0 to avoid moderate-severit… #4795

Merged
merged 1 commit into from
Feb 28, 2019
Merged

[AIRFLOW-2767] Upgrade gunicorn to 19.5.0 to avoid moderate-severit… #4795

merged 1 commit into from
Feb 28, 2019

Conversation

RosterIn
Copy link
Contributor

Jira

  • My PR addresses the following Airflow Jira issues and references them in the PR title. For example, "[AIRFLOW-XXX] My Airflow PR"

Description

  • Here are some details about my PR, including screenshots of any UI changes:

Tests

  • My PR adds the following unit tests OR does not need testing for this extremely good reason:

Commits

  • My commits all reference Jira issues in their subject lines, and I have squashed multiple commits if they address the same issue. In addition, my commits follow the guidelines from "How to write a good git commit message":
    1. Subject is separated from body by a blank line
    2. Subject is limited to 50 characters (not including Jira issue reference)
    3. Subject does not end with a period
    4. Subject uses the imperative mood ("add", not "adding")
    5. Body wraps at 72 characters
    6. Body explains "what" and "why", not "how"

Documentation

  • In case of new functionality, my PR adds documentation that describes how to use it.
    • When adding new operators/hooks/sensors, the autoclass documentation generation needs to be added.
    • All the public functions and the classes in the PR contain docstrings that explain what it does

Code Quality

  • Passes flake8

…y CVE

Upgrade gunicorn to 19.5.0 to avoid moderate-severity CVE
@Fokko
Copy link
Contributor

Fokko commented Feb 27, 2019

I've restarted the Kubernetes tests

@Fokko Fokko closed this Feb 27, 2019
@Fokko Fokko reopened this Feb 27, 2019
@Fokko
Copy link
Contributor

Fokko commented Feb 27, 2019

Oops, did not mean to close the pr.

@codecov-io
Copy link

Codecov Report

Merging #4795 into master will increase coverage by 0.77%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4795      +/-   ##
==========================================
+ Coverage   74.44%   75.22%   +0.77%     
==========================================
  Files         450      450              
  Lines       28970    30099    +1129     
==========================================
+ Hits        21567    22641    +1074     
- Misses       7403     7458      +55
Impacted Files Coverage Δ
airflow/task/task_runner/base_task_runner.py 78.57% <0%> (-0.74%) ⬇️
...irflow/contrib/example_dags/example_gcp_spanner.py 0% <0%> (ø) ⬆️
.../kubernetes_request_factory/pod_request_factory.py 100% <0%> (ø) ⬆️
airflow/ti_deps/dep_context.py 100% <0%> (ø) ⬆️
airflow/models/taskreschedule.py 100% <0%> (ø) ⬆️
airflow/operators/python_operator.py 96.63% <0%> (+0.8%) ⬆️
airflow/models/__init__.py 94.05% <0%> (+1.4%) ⬆️
airflow/contrib/utils/gcp_field_validator.py 93.67% <0%> (+2.14%) ⬆️
airflow/utils/dates.py 85.71% <0%> (+2.2%) ⬆️
airflow/contrib/hooks/gcp_vision_hook.py 86.36% <0%> (+3.5%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b0c4d37...66f5152. Read the comment docs.

@feng-tao feng-tao merged commit 71140dd into apache:master Feb 28, 2019
@feng-tao
Copy link
Member

thanks @RosterIn

ashb pushed a commit to ashb/airflow that referenced this pull request Mar 20, 2019
…y CVE (apache#4795)

Upgrade gunicorn to 19.5.0 to avoid moderate-severity CVE
andriisoldatenko pushed a commit to andriisoldatenko/airflow that referenced this pull request Jul 26, 2019
…y CVE (apache#4795)

Upgrade gunicorn to 19.5.0 to avoid moderate-severity CVE
wmorris75 pushed a commit to modmed/incubator-airflow that referenced this pull request Jul 29, 2019
…y CVE (apache#4795)

Upgrade gunicorn to 19.5.0 to avoid moderate-severity CVE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants