Skip to content
Merged
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
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ Changed
changes at https://github.com/StackStorm/orquesta/releases/tag/v1.1.0 and the st2 upgrade notes
for potential impact. (improvement)
* Update st2 nginx config to remove deprecated ``ssl on`` option. #4917 (improvement)
* Updated and tested tooz to v2.8.0 to apply fix for consul coordination heartbeat (@punkrokk @winem) #5121

Fixed
~~~~~
Expand Down
4 changes: 2 additions & 2 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ networkx==1.11
# NOTE: Recent version substantially affect the performance and add big import time overhead
# See https://github.com/StackStorm/st2/issues/4160#issuecomment-394386433 for details
oslo.config>=1.12.1,<1.13
oslo.utils>=3.36.2,<=3.37.0
oslo.utils<5.0,>=4.0.0
paramiko==2.7.1
passlib==1.7.1
prance==0.9.0
Expand All @@ -45,7 +45,7 @@ six==1.13.0
# NOTE: sseclient has various issues which sometimes hang the connection for a long time, etc.
sseclient-py==1.7
stevedore==1.30.1
tooz==1.66.1
tooz==2.8.0
# Note: We use latest version of virtualenv which uses pip 19
virtualenv==16.6.0
webob==1.8.5
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ nose
nose-parallel==0.3.1
nose-timer==0.7.5
oslo.config<1.13,>=1.12.1
oslo.utils<=3.37.0,>=3.36.2
oslo.utils<5.0,>=4.0.0
paramiko==2.7.1
passlib==1.7.1
prettytable
Expand All @@ -62,7 +62,7 @@ simplejson
six==1.13.0
sseclient-py==1.7
stevedore==1.30.1
tooz==1.66.1
tooz==2.8.0
ujson==1.35
unittest2
webob==1.8.5
Expand Down
2 changes: 1 addition & 1 deletion st2actions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jinja2==2.10.3
kombu==4.6.6
lockfile==0.12.2
oslo.config<1.13,>=1.12.1
oslo.utils<=3.37.0,>=3.36.2
oslo.utils<5.0,>=4.0.0
pyinotify==0.9.6 ; platform_system == "Linux"
python-dateutil==2.8.0
python-json-logger
Expand Down
2 changes: 1 addition & 1 deletion st2api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jsonschema==2.6.0
kombu==4.6.6
mongoengine==0.18.2
oslo.config<1.13,>=1.12.1
oslo.utils<=3.37.0,>=3.36.2
oslo.utils<5.0,>=4.0.0
pymongo==3.10.0
simplejson
six==1.13.0
2 changes: 1 addition & 1 deletion st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ retrying==1.3.3
routes==2.4.1
semver==2.9.0
six==1.13.0
tooz==1.66.1
tooz==2.8.0
ujson==1.35
webob==1.8.5
zake==0.2.2
2 changes: 1 addition & 1 deletion st2stream/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jsonschema==2.6.0
kombu==4.6.6
mongoengine==0.18.2
oslo.config<1.13,>=1.12.1
oslo.utils<=3.37.0,>=3.36.2
oslo.utils<5.0,>=4.0.0
pymongo==3.10.0
six==1.13.0