Skip to content

Commit

Permalink
Merge pull request #5175 from StackStorm/pin-plugins-to-v3.4-branches
Browse files Browse the repository at this point in the history
Use the v3.4 for the LDAP and RBAC plugins
  • Loading branch information
blag committed Mar 3, 2021
2 parents 052980d + 99c8561 commit 0f8bbdc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ flex==6.14.0
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
git+https://github.com/StackStorm/orquesta.git@v1.3.0#egg=orquesta
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend
git+https://github.com/StackStorm/st2-auth-ldap.git@v3.4#egg=st2-auth-ldap
git+https://github.com/StackStorm/st2-rbac-backend.git@v3.4#egg=st2-rbac-backend
gitpython==2.1.15
greenlet==0.4.15
gunicorn==19.9.0
Expand Down
2 changes: 1 addition & 1 deletion st2auth/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ six
stevedore
# For backward compatibility reasons, flat file backend is installed by default
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
git+https://github.com/StackStorm/st2-auth-ldap.git@v3.4#egg=st2-auth-ldap
gunicorn
2 changes: 1 addition & 1 deletion st2auth/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
bcrypt==3.1.7
eventlet==0.25.1
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
git+https://github.com/StackStorm/st2-auth-ldap.git@master#egg=st2-auth-ldap
git+https://github.com/StackStorm/st2-auth-ldap.git@v3.4#egg=st2-auth-ldap
gunicorn==19.9.0
oslo.config<1.13,>=1.12.1
passlib==1.7.1
Expand Down
2 changes: 1 addition & 1 deletion st2common/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kombu
mongoengine
networkx
git+https://github.com/StackStorm/orquesta.git@v1.3.0#egg=orquesta
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend
git+https://github.com/StackStorm/st2-rbac-backend.git@v3.4#egg=st2-rbac-backend
oslo.config
paramiko
pyyaml
Expand Down
2 changes: 1 addition & 1 deletion st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dnspython<2.0.0,>=1.16.0
eventlet==0.25.1
flex==6.14.0
git+https://github.com/StackStorm/orquesta.git@v1.3.0#egg=orquesta
git+https://github.com/StackStorm/st2-rbac-backend.git@master#egg=st2-rbac-backend
git+https://github.com/StackStorm/st2-rbac-backend.git@v3.4#egg=st2-rbac-backend
gitpython==2.1.15
greenlet==0.4.15
ipaddr
Expand Down

0 comments on commit 0f8bbdc

Please sign in to comment.