Skip to content

Commit 0f8bbdc

Browse files
authored
Merge pull request #5175 from StackStorm/pin-plugins-to-v3.4-branches
Use the v3.4 for the LDAP and RBAC plugins
2 parents 052980d + 99c8561 commit 0f8bbdc

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ flex==6.14.0
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.4#egg=st2-auth-ldap
22+
git+https://github.com/StackStorm/st2-rbac-backend.git@v3.4#egg=st2-rbac-backend
2323
gitpython==2.1.15
2424
greenlet==0.4.15
2525
gunicorn==19.9.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.4#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.1.7
99
eventlet==0.25.1
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.4#egg=st2-auth-ldap
1212
gunicorn==19.9.0
1313
oslo.config<1.13,>=1.12.1
1414
passlib==1.7.1

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.4#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<2.0.0,>=1.16.0
1313
eventlet==0.25.1
1414
flex==6.14.0
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.4#egg=st2-rbac-backend
1717
gitpython==2.1.15
1818
greenlet==0.4.15
1919
ipaddr

0 commit comments

Comments
 (0)