Skip to content

Commit 9ce3dc8

Browse files
author
stanley
committed
Update version info for release - 3.5.0
1 parent 1d71656 commit 9ce3dc8

File tree

30 files changed

+31
-31
lines changed

30 files changed

+31
-31
lines changed

contrib/chatops/pack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: chatops
33
description: ChatOps integration pack
4-
version: 1.1.0
4+
version: 3.5.0
55
python_versions:
66
- "2"
77
- "3"

contrib/core/pack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name : core
33
description : Basic core actions.
4-
version : 1.0.1
4+
version: 3.5.0
55
python_versions:
66
- "2"
77
- "3"

contrib/default/pack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: default
33
description: Default pack where all resources created using the API with no pack specified get saved.
4-
version: 1.0.0
4+
version: 3.5.0
55
author : StackStorm, Inc.
66

contrib/examples/pack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: examples
33
description: Example sensors, triggers, actions and rules.
4-
version: 0.2.1
4+
version: 3.5.0
55
author : StackStorm, Inc.
66

contrib/hello_st2/pack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords:
1212
- example
1313
- test
1414
# Pack version which must follow semver format (<major>.<minor>.<patch> e.g. 1.0.0)
15-
version: 0.1.0
15+
version: 3.5.0
1616
# A list of major Python versions pack is tested with and works with.
1717
python_versions:
1818
- "2"

contrib/linux/pack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords:
1616
- open ports
1717
- processes
1818
- ps
19-
version : 1.0.2
19+
version: 3.5.0
2020
python_versions:
2121
- "2"
2222
- "3"

contrib/packs/pack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name : packs
33
description : Pack management functionality.
4-
version : 2.0.0
4+
version: 3.5.0
55
python_versions:
66
- "2"
77
- "3"

contrib/runners/action_chain_runner/action_chain_runner/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.5dev"
16+
__version__ = '3.5.0'

contrib/runners/announcement_runner/announcement_runner/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.5dev"
16+
__version__ = '3.5.0'

contrib/runners/http_runner/http_runner/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.5dev"
16+
__version__ = '3.5.0'

contrib/runners/inquirer_runner/inquirer_runner/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.5dev"
16+
__version__ = '3.5.0'

contrib/runners/local_runner/local_runner/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.5dev"
16+
__version__ = '3.5.0'

contrib/runners/noop_runner/noop_runner/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.5dev"
16+
__version__ = '3.5.0'

contrib/runners/orquesta_runner/orquesta_runner/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.5dev"
16+
__version__ = '3.5.0'

contrib/runners/python_runner/python_runner/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.5dev"
16+
__version__ = '3.5.0'

contrib/runners/remote_runner/remote_runner/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.5dev"
16+
__version__ = '3.5.0'

contrib/runners/winrm_runner/winrm_runner/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.5dev"
16+
__version__ = '3.5.0'

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ flex==6.14.1
1818
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
1919
git+https://github.com/StackStorm/[email protected]#egg=orquesta
2020
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
21-
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
22-
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend
21+
git+https://github.com/StackStorm/st2-auth-ldap.git@v3.5#egg=st2-auth-ldap
22+
git+https://github.com/StackStorm/st2-rbac-backend.git@v3.5#egg=st2-rbac-backend
2323
gitdb==4.0.2
2424
gitpython==3.1.15
2525
greenlet==1.0.0

st2actions/st2actions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.5dev"
16+
__version__ = '3.5.0'

st2api/st2api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.5dev"
16+
__version__ = '3.5.0'

st2auth/in-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ six
88
stevedore
99
# For backward compatibility reasons, flat file backend is installed by default
1010
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
11-
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
11+
git+https://github.com/StackStorm/st2-auth-ldap.git@v3.5#egg=st2-auth-ldap
1212
gunicorn

st2auth/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
bcrypt==3.2.0
99
eventlet==0.30.2
1010
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
11-
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
11+
git+https://github.com/StackStorm/st2-auth-ldap.git@v3.5#egg=st2-auth-ldap
1212
gunicorn==20.1.0
1313
oslo.config>=1.12.1,<1.13
1414
passlib==1.7.4

st2auth/st2auth/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.5dev"
16+
__version__ = '3.5.0'

st2client/st2client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.5dev"
16+
__version__ = '3.5.0'

st2common/in-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kombu
1111
mongoengine
1212
networkx
1313
git+https://github.com/StackStorm/[email protected]#egg=orquesta
14-
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend
14+
git+https://github.com/StackStorm/st2-rbac-backend.git@v3.5#egg=st2-rbac-backend
1515
oslo.config
1616
paramiko
1717
pyyaml

st2common/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dnspython>=1.16.0,<2.0.0
1313
eventlet==0.30.2
1414
flex==6.14.1
1515
git+https://github.com/StackStorm/[email protected]#egg=orquesta
16-
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend
16+
git+https://github.com/StackStorm/st2-rbac-backend.git@v3.5#egg=st2-rbac-backend
1717
gitdb==4.0.2
1818
gitpython==3.1.15
1919
greenlet==1.0.0

st2common/st2common/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.5dev"
16+
__version__ = '3.5.0'

st2reactor/st2reactor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.5dev"
16+
__version__ = '3.5.0'

st2stream/st2stream/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "3.5dev"
16+
__version__ = '3.5.0'

st2tests/st2tests/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
"WorkflowTestCase",
3131
]
3232

33-
__version__ = "3.5dev"
33+
__version__ = '3.5.0'

0 commit comments

Comments
 (0)