Skip to content

Commit e5bce50

Browse files
authored
Merge pull request #5056 from StackStorm/update-orquesta-version
Update orquesta verison to v1.2.0 (st2 v3.3)
2 parents 12b935e + 7f94b5a commit e5bce50

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Changed
5656
prevent them from being stored in the database. (security bug fix) #4983
5757

5858
Contributed by @potato and @knagy
59+
* Updated orquesta to version v1.2.0.
5960

6061
Fixed
6162
~~~~~
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.1.1#egg=orquesta
1+
git+https://github.com/StackStorm/orquesta.git@v1.2.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.1.1#egg=orquesta
8+
git+https://github.com/StackStorm/orquesta.git@v1.2.0#egg=orquesta

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dnspython<2.0.0,>=1.16.0
1515
eventlet==0.25.1
1616
flex==6.14.0
1717
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
18-
git+https://github.com/StackStorm/orquesta.git@v1.1.1#egg=orquesta
18+
git+https://github.com/StackStorm/orquesta.git@v1.2.0#egg=orquesta
1919
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
2020
gitpython==2.1.15
2121
greenlet==0.4.15

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.1.1#egg=orquesta
13+
git+https://github.com/StackStorm/orquesta.git@v1.2.0#egg=orquesta
1414
oslo.config
1515
paramiko
1616
pyyaml

st2common/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cryptography==2.8
1111
dnspython<2.0.0,>=1.16.0
1212
eventlet==0.25.1
1313
flex==6.14.0
14-
git+https://github.com/StackStorm/orquesta.git@v1.1.1#egg=orquesta
14+
git+https://github.com/StackStorm/orquesta.git@v1.2.0#egg=orquesta
1515
gitpython==2.1.15
1616
greenlet==0.4.15
1717
ipaddr

0 commit comments

Comments
 (0)