Skip to content

Commit f6f5c7c

Browse files
authored
Merge pull request #5269 from StackStorm/update-orquesta-v140
Update orquesta to v1.4.0
2 parents c15d9ba + 68e5756 commit f6f5c7c

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
@@ -244,6 +244,8 @@ Changed
244244

245245
* Remove duplicate host header in the nginx config for the auth endpoint.
246246

247+
* Update orquesta to v1.4.0.
248+
247249
Improvements
248250
~~~~~~~~~~~~
249251

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git+https://github.com/StackStorm/orquesta.git@v1.3.0#egg=orquesta
1+
git+https://github.com/StackStorm/orquesta.git@v1.4.0#egg=orquesta

contrib/runners/orquesta_runner/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# If you want to update depdencies for a single component, modify the
66
# in-requirements.txt for that component and then run 'make requirements' to
77
# update the component requirements.txt
8-
git+https://github.com/StackStorm/orquesta.git@v1.3.0#egg=orquesta
8+
git+https://github.com/StackStorm/orquesta.git@v1.4.0#egg=orquesta

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dnspython>=1.16.0,<2.0.0
1616
eventlet==0.30.2
1717
flex==6.14.1
1818
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
19-
git+https://github.com/StackStorm/orquesta.git@v1.3.0#egg=orquesta
19+
git+https://github.com/StackStorm/orquesta.git@v1.4.0#egg=orquesta
2020
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
2121
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
2222
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend

st2common/in-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jsonschema
1010
kombu
1111
mongoengine
1212
networkx
13-
git+https://github.com/StackStorm/orquesta.git@v1.3.0#egg=orquesta
13+
git+https://github.com/StackStorm/orquesta.git@v1.4.0#egg=orquesta
1414
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend
1515
oslo.config
1616
paramiko

st2common/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cryptography==3.4.7
1212
dnspython>=1.16.0,<2.0.0
1313
eventlet==0.30.2
1414
flex==6.14.1
15-
git+https://github.com/StackStorm/orquesta.git@v1.3.0#egg=orquesta
15+
git+https://github.com/StackStorm/orquesta.git@v1.4.0#egg=orquesta
1616
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend
1717
gitdb==4.0.2
1818
gitpython==3.1.15

0 commit comments

Comments
 (0)