diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 85efaa6f8e..dbe21c9523 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,9 @@ Fixed * Fix CI usses #6015 Contributed by Amanda McGuinness (@amanda11 intive) +* Bumped `paramiko` to `2.10.5` to fix an issue with SSH Certs - https://github.com/paramiko/paramiko/issues/2017 + Contributed by @jk464 + Added ~~~~~ * Move `git clone` to `user_home/.st2packs` #5845 @@ -34,7 +37,6 @@ Added * Expose environment variable ST2_ACTION_DEBUG to all StackStorm actions. Contributed by @maxfactor1 - 3.8.0 - November 18, 2022 ------------------------- diff --git a/fixed-requirements.txt b/fixed-requirements.txt index 4a84b1c13b..14f562fdec 100644 --- a/fixed-requirements.txt +++ b/fixed-requirements.txt @@ -36,7 +36,7 @@ decorator==4.4.2 # See https://github.com/StackStorm/st2/issues/4160#issuecomment-394386433 for details oslo.config>=1.12.1,<1.13 oslo.utils<5.0,>=4.0.0 -paramiko==2.10.1 +paramiko==2.10.5 passlib==1.7.4 prompt-toolkit==1.0.15 pyinotify==0.9.6 ; platform_system=="Linux" diff --git a/requirements.txt b/requirements.txt index 1d2069ea1c..bc2bbf4b9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ orjson==3.5.2 orquesta@ git+https://github.com/StackStorm/orquesta.git@v1.5.0 oslo.config>=1.12.1,<1.13 oslo.utils<5.0,>=4.0.0 -paramiko==2.10.1 +paramiko==2.10.5 passlib==1.7.4 prettytable==2.1.0 prompt-toolkit==1.0.15 diff --git a/st2common/requirements.txt b/st2common/requirements.txt index 4757263181..b10f6b5fe1 100644 --- a/st2common/requirements.txt +++ b/st2common/requirements.txt @@ -29,7 +29,7 @@ networkx>=2.5.1,<2.6 orjson==3.5.2 orquesta@ git+https://github.com/StackStorm/orquesta.git@v1.5.0 oslo.config>=1.12.1,<1.13 -paramiko==2.10.1 +paramiko==2.10.5 pyOpenSSL<=21.0.0 pymongo==3.11.3 python-dateutil==2.8.1