Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ jobs:
# Once you are done debugging in your SSH session, simply: touch /continue
# and this will continue the build.
#
# - name: Setup tmate session for debugging failed jobs (allows SSH into the container)
# uses: mxschmitt/action-tmate@v3
# if: "${{ failure() }}"
#- name: Setup tmate session for debugging failed jobs (allows SSH into the container)
# uses: mxschmitt/action-tmate@v3
# if: "${{ failure() }}"
#
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ Added
Changed
~~~~~~~

* Security update for eventlet to 0.31.0. https://github.com/eventlet/eventlet/security/advisories/GHSA-9p9m-jm8w-94p2

* BREAKING CHANGE for anyone that uses ``output_schema``, which is disabled by default.
If you have ``[system].validate_output_schema = True`` in st2.conf AND you have added
``output_schema`` to any of your packs, then you must update your action metadata.
Expand Down
6 changes: 2 additions & 4 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ cffi<1.15.0
# NOTE: 2.0 version breaks pymongo work with hosts
dnspython>=1.16.0,<2.0.0
cryptography==3.4.7
# Note: 0.20.0 removed select.poll() on which some of our code and libraries we
# depend on rely
eventlet==0.30.2
eventlet==0.33.3
flex==6.14.1
gitpython==3.1.15
# Needed by gitpython, old versions used to bundle it
gitdb==4.0.2
# Note: greenlet is used by eventlet
greenlet==1.0.0
gunicorn==20.1.0
#gunicorn==20.1.0
jsonpath-rw==1.4.0
jsonschema==2.6.0
kombu==5.0.2
Expand Down
4 changes: 3 additions & 1 deletion requirements-pants.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ gitdb
gitpython
# st2common/tests/integration/test_util_green.py requires greenlet (as does eventlet)
greenlet
gunicorn
# use a commit hash from master branch until gunicorn 0.21 is released:
# https://github.com/benoitc/gunicorn/issues/2638
gunicorn @ git+https://github.com/benoitc/gunicorn.git@792edf6d9aabcbfb84e76be1d722ac49c32dc027
jinja2
jsonpath-rw
jsonschema
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ ciso8601
cryptography==3.4.7
decorator==4.4.2
dnspython>=1.16.0,<2.0.0
eventlet==0.30.2
eventlet==0.33.3
flex==6.14.1
gitdb==4.0.2
gitpython==3.1.15
greenlet==1.0.0
gunicorn==20.1.0
gunicorn@ git+https://github.com/benoitc/gunicorn.git@792edf6d9aabcbfb84e76be1d722ac49c32dc027
importlib-metadata==3.10.1
jinja2==2.11.3
jsonpath-rw==1.4.0
Expand Down
2 changes: 1 addition & 1 deletion st2actions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
MarkupSafe<2.1.0,>=0.23
apscheduler==3.7.0
chardet<3.1.0
eventlet==0.30.2
eventlet==0.33.3
gitpython==3.1.15
jinja2==2.11.3
kombu==5.0.2
Expand Down
2 changes: 1 addition & 1 deletion st2api/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ oslo.utils
pyparsing
pymongo
six
gunicorn
gunicorn@ git+https://github.com/benoitc/gunicorn.git@792edf6d9aabcbfb84e76be1d722ac49c32dc027
simplejson
4 changes: 2 additions & 2 deletions st2api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# If you want to update depdencies for a single component, modify the
# in-requirements.txt for that component and then run 'make requirements' to
# update the component requirements.txt
eventlet==0.30.2
gunicorn==20.1.0
eventlet==0.33.3
gunicorn@ git+https://github.com/benoitc/gunicorn.git@792edf6d9aabcbfb84e76be1d722ac49c32dc027
jsonschema==2.6.0
kombu==5.0.2
mongoengine==0.23.0
Expand Down
2 changes: 1 addition & 1 deletion st2auth/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ stevedore
# For backward compatibility reasons, flat file backend is installed by default
st2-auth-backend-flat-file@ git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master
st2-auth-ldap@ git+https://github.com/StackStorm/st2-auth-ldap.git@master
gunicorn
gunicorn@ git+https://github.com/benoitc/gunicorn.git@792edf6d9aabcbfb84e76be1d722ac49c32dc027
4 changes: 2 additions & 2 deletions st2auth/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# in-requirements.txt for that component and then run 'make requirements' to
# update the component requirements.txt
bcrypt==3.2.0
eventlet==0.30.2
gunicorn==20.1.0
eventlet==0.33.3
gunicorn@ git+https://github.com/benoitc/gunicorn.git@792edf6d9aabcbfb84e76be1d722ac49c32dc027
oslo.config>=1.12.1,<1.13
passlib==1.7.4
pymongo==3.11.3
Expand Down
2 changes: 1 addition & 1 deletion st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ciso8601
cryptography==3.4.7
decorator==4.4.2
dnspython>=1.16.0,<2.0.0
eventlet==0.30.2
eventlet==0.33.3
flex==6.14.1
gitdb==4.0.2
gitpython==3.1.15
Expand Down
2 changes: 1 addition & 1 deletion st2reactor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# in-requirements.txt for that component and then run 'make requirements' to
# update the component requirements.txt
apscheduler==3.7.0
eventlet==0.30.2
eventlet==0.33.3
jsonpath-rw==1.4.0
jsonschema==2.6.0
kombu==5.0.2
Expand Down
2 changes: 1 addition & 1 deletion st2stream/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ oslo.utils
pyparsing
pymongo
six
gunicorn
gunicorn@ git+https://github.com/benoitc/gunicorn.git@792edf6d9aabcbfb84e76be1d722ac49c32dc027
4 changes: 2 additions & 2 deletions st2stream/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# If you want to update depdencies for a single component, modify the
# in-requirements.txt for that component and then run 'make requirements' to
# update the component requirements.txt
eventlet==0.30.2
gunicorn==20.1.0
eventlet==0.33.1
gunicorn@ git+https://github.com/benoitc/gunicorn.git@792edf6d9aabcbfb84e76be1d722ac49c32dc027
jsonschema==2.6.0
kombu==5.0.2
mongoengine==0.23.0
Expand Down