Skip to content

Commit 24f660d

Browse files
committed
Pin orquesta to v1.1.0 for the st2 v3.2 release
Pin orquesta to release v1.1.0 for the st2 v3.2 release. Add changelog entry of the change and notify users to review release notes and upgrade notes for potential impact.
1 parent 124ecec commit 24f660d

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ Changed
6262
* Use ``pip-compile`` from ``pip-tools`` instead of ``pip-conflict-checker`` (improvement) #4896
6363
* Refactor how inbound criteria for join task in orquesta workflow is evaluated to count by
6464
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)
6669

6770
Fixed
6871
~~~~~
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git+https://github.com/StackStorm/orquesta.git@9854f91e4de16f89eac3e689b44dc2a43269b124#egg=orquesta
1+
git+https://github.com/StackStorm/orquesta.git@v1.1.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@9854f91e4de16f89eac3e689b44dc2a43269b124#egg=orquesta
8+
git+https://github.com/StackStorm/orquesta.git@v1.1.0#egg=orquesta

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cryptography==2.8
1414
eventlet==0.25.1
1515
flex==6.14.0
1616
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
1818
git+https://github.com/StackStorm/python-mistralclient.git#egg=python-mistralclient
1919
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
2020
gitpython==2.1.15

st2common/in-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jsonschema
99
kombu
1010
mongoengine
1111
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
1313
oslo.config
1414
paramiko
1515
pyyaml

st2common/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apscheduler==3.6.3
1010
cryptography==2.8
1111
eventlet==0.25.1
1212
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
1414
gitpython==2.1.15
1515
greenlet==0.4.15
1616
ipaddr

0 commit comments

Comments
 (0)