Skip to content

Commit

Permalink
Merge pull request #5055 from StackStorm/update-orquesta-version
Browse files Browse the repository at this point in the history
Update orquesta verison to v1.2.0
  • Loading branch information
m4dcoder authored Oct 14, 2020
2 parents c87185f + 7f94b5a commit b10a614
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Changed
prevent them from being stored in the database. (security bug fix) #4983

Contributed by @potato and @knagy
* Updated orquesta to version v1.2.0.

Fixed
~~~~~
Expand Down
2 changes: 1 addition & 1 deletion contrib/runners/orquesta_runner/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/StackStorm/orquesta.git@v1.1.1#egg=orquesta
git+https://github.com/StackStorm/orquesta.git@v1.2.0#egg=orquesta
2 changes: 1 addition & 1 deletion contrib/runners/orquesta_runner/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# 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
git+https://github.com/StackStorm/orquesta.git@v1.1.1#egg=orquesta
git+https://github.com/StackStorm/orquesta.git@v1.2.0#egg=orquesta
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dnspython<2.0.0,>=1.16.0
eventlet==0.25.1
flex==6.14.0
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
git+https://github.com/StackStorm/orquesta.git@v1.1.1#egg=orquesta
git+https://github.com/StackStorm/orquesta.git@v1.2.0#egg=orquesta
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
gitpython==2.1.15
greenlet==0.4.15
Expand Down
2 changes: 1 addition & 1 deletion st2common/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jsonschema
kombu
mongoengine
networkx
git+https://github.com/StackStorm/orquesta.git@v1.1.1#egg=orquesta
git+https://github.com/StackStorm/orquesta.git@v1.2.0#egg=orquesta
oslo.config
paramiko
pyyaml
Expand Down
2 changes: 1 addition & 1 deletion st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cryptography==2.8
dnspython<2.0.0,>=1.16.0
eventlet==0.25.1
flex==6.14.0
git+https://github.com/StackStorm/orquesta.git@v1.1.1#egg=orquesta
git+https://github.com/StackStorm/orquesta.git@v1.2.0#egg=orquesta
gitpython==2.1.15
greenlet==0.4.15
ipaddr
Expand Down

0 comments on commit b10a614

Please sign in to comment.