From 99c85610eadc35dcac5e46fd59d9b0e7dd311768 Mon Sep 17 00:00:00 2001 From: blag Date: Tue, 2 Mar 2021 22:37:55 -0800 Subject: [PATCH] Use the v3.4 for the LDAP and RBAC plugins --- requirements.txt | 4 ++-- st2auth/in-requirements.txt | 2 +- st2auth/requirements.txt | 2 +- st2common/in-requirements.txt | 2 +- st2common/requirements.txt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2b5aa2436c..9bc95589d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/st2auth/in-requirements.txt b/st2auth/in-requirements.txt index d6de70f4f8..43d2b4a045 100644 --- a/st2auth/in-requirements.txt +++ b/st2auth/in-requirements.txt @@ -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 diff --git a/st2auth/requirements.txt b/st2auth/requirements.txt index 838f0f9918..eddd441eb6 100644 --- a/st2auth/requirements.txt +++ b/st2auth/requirements.txt @@ -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 diff --git a/st2common/in-requirements.txt b/st2common/in-requirements.txt index 4f465f74fd..dda3bffcfc 100644 --- a/st2common/in-requirements.txt +++ b/st2common/in-requirements.txt @@ -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 diff --git a/st2common/requirements.txt b/st2common/requirements.txt index c3ee24e5f3..d44872e1c0 100644 --- a/st2common/requirements.txt +++ b/st2common/requirements.txt @@ -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