diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4730418276..54893684ae 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ~~~~~ diff --git a/contrib/runners/orquesta_runner/in-requirements.txt b/contrib/runners/orquesta_runner/in-requirements.txt index d49e6773be..48e07bc440 100644 --- a/contrib/runners/orquesta_runner/in-requirements.txt +++ b/contrib/runners/orquesta_runner/in-requirements.txt @@ -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 diff --git a/contrib/runners/orquesta_runner/requirements.txt b/contrib/runners/orquesta_runner/requirements.txt index 31a2fdbe65..f9f61cdaee 100644 --- a/contrib/runners/orquesta_runner/requirements.txt +++ b/contrib/runners/orquesta_runner/requirements.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 8dd7ad0e55..bc3b3664cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/st2common/in-requirements.txt b/st2common/in-requirements.txt index 03ef106673..2d16d8afb3 100644 --- a/st2common/in-requirements.txt +++ b/st2common/in-requirements.txt @@ -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 diff --git a/st2common/requirements.txt b/st2common/requirements.txt index 52de391b2f..c6795d33ad 100644 --- a/st2common/requirements.txt +++ b/st2common/requirements.txt @@ -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