Skip to content

Commit bdc6e5e

Browse files
committed
Update changelog for eventlet version bump.
1 parent bfd8a98 commit bdc6e5e

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Added
5959
Changed
6060
~~~~~~~
6161

62+
* Security update for eventlet to 0.31.0. https://github.com/eventlet/eventlet/security/advisories/GHSA-9p9m-jm8w-94p2
63+
6264
* BREAKING CHANGE for anyone that uses ``output_schema``, which is disabled by default.
6365
If you have ``[system].validate_output_schema = True`` in st2.conf AND you have added
6466
``output_schema`` to any of your packs, then you must update your action metadata.

fixed-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gitdb==4.0.2
1616
# Note: greenlet is used by eventlet
1717
greenlet==1.0.0
1818
# [20220915] Build from github repo until v21 is released. See: https://github.com/benoitc/gunicorn/pull/2581
19-
git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8#egg=gunicorn==20.1.0
19+
git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn==20.1.0
2020
jsonpath-rw==1.4.0
2121
jsonschema==2.6.0
2222
kombu==5.0.2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ decorator==4.4.2
1919
dnspython>=1.16.0,<2.0.0
2020
eventlet==0.31.0
2121
flex==6.14.1
22-
git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8#egg=gunicorn==20.1.0
22+
git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn==20.1.0
2323
gitdb==4.0.2
2424
gitpython==3.1.15
2525
greenlet==1.0.0

st2api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# in-requirements.txt for that component and then run 'make requirements' to
77
# update the component requirements.txt
88
eventlet==0.31.0
9-
git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8#egg=gunicorn==20.1.0
9+
git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn==20.1.0
1010
jsonschema==2.6.0
1111
kombu==5.0.2
1212
mongoengine==0.23.0

st2auth/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# update the component requirements.txt
88
bcrypt==3.2.0
99
eventlet==0.31.0
10-
git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8#egg=gunicorn==20.1.0
10+
git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn==20.1.0
1111
oslo.config>=1.12.1,<1.13
1212
passlib==1.7.4
1313
pymongo==3.11.3

st2stream/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# in-requirements.txt for that component and then run 'make requirements' to
77
# update the component requirements.txt
88
eventlet==0.31.0
9-
git+https://github.com/benoitc/gunicorn@6a8ebb4844b2f28596ffe7421eb9f7d08c8dc4d8#egg=gunicorn==20.1.0
9+
git+https://github.com/benoitc/gunicorn@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn==20.1.0
1010
jsonschema==2.6.0
1111
kombu==5.0.2
1212
mongoengine==0.23.0

0 commit comments

Comments
 (0)