File tree Expand file tree Collapse file tree 6 files changed +9
-6
lines changed
contrib/runners/orquesta_runner Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,10 @@ Changed
62
62
* Use ``pip-compile `` from ``pip-tools `` instead of ``pip-conflict-checker `` (improvement) #4896
63
63
* Refactor how inbound criteria for join task in orquesta workflow is evaluated to count by
64
64
task completion instead of task transition. (improvement)
65
-
65
+ * The workflow engine orquesta is updated to v1.1.0 for the st2 v3.2 release. The version upgrade
66
+ contains various new features and bug fixes. Please review the release notes for the full list of
67
+ changes at https://github.com/StackStorm/orquesta/releases/tag/v1.1.0 and the st2 upgrade notes
68
+ for potential impact. (improvement)
66
69
67
70
Fixed
68
71
~~~~~
Original file line number Diff line number Diff line change 1
- git+https://github.com/StackStorm/orquesta.git@9854f91e4de16f89eac3e689b44dc2a43269b124 #egg=orquesta
1
+ git+https://github.com/StackStorm/orquesta.git@v1.1.0 #egg=orquesta
Original file line number Diff line number Diff line change 5
5
# If you want to update depdencies for a single component, modify the
6
6
# in-requirements.txt for that component and then run 'make requirements' to
7
7
# update the component requirements.txt
8
- git+https://github.com/StackStorm/orquesta.git@9854f91e4de16f89eac3e689b44dc2a43269b124 #egg=orquesta
8
+ git+https://github.com/StackStorm/orquesta.git@v1.1.0 #egg=orquesta
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cryptography==2.8
14
14
eventlet == 0.25.1
15
15
flex == 6.14.0
16
16
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
17
- git+https://github.com/StackStorm/orquesta.git@9854f91e4de16f89eac3e689b44dc2a43269b124 #egg=orquesta
17
+ git+https://github.com/StackStorm/orquesta.git@v1.1.0 #egg=orquesta
18
18
git+https://github.com/StackStorm/python-mistralclient.git#egg=python-mistralclient
19
19
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
20
20
gitpython == 2.1.15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ jsonschema
9
9
kombu
10
10
mongoengine
11
11
networkx
12
- git+https://github.com/StackStorm/orquesta.git@9854f91e4de16f89eac3e689b44dc2a43269b124 #egg=orquesta
12
+ git+https://github.com/StackStorm/orquesta.git@v1.1.0 #egg=orquesta
13
13
oslo.config
14
14
paramiko
15
15
pyyaml
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ apscheduler==3.6.3
10
10
cryptography == 2.8
11
11
eventlet == 0.25.1
12
12
flex == 6.14.0
13
- git+https://github.com/StackStorm/orquesta.git@9854f91e4de16f89eac3e689b44dc2a43269b124 #egg=orquesta
13
+ git+https://github.com/StackStorm/orquesta.git@v1.1.0 #egg=orquesta
14
14
gitpython == 2.1.15
15
15
greenlet == 0.4.15
16
16
ipaddr
You can’t perform that action at this time.
0 commit comments