Skip to content

Commit

Permalink
Fix Cert-based SSH Auth Issues in Paramiko (#6017)
Browse files Browse the repository at this point in the history
Bump paramiko to 2.10.5
  • Loading branch information
jk464 authored Sep 14, 2023
1 parent ab2cc34 commit b2dad1e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -34,7 +37,6 @@ Added
* Expose environment variable ST2_ACTION_DEBUG to all StackStorm actions.
Contributed by @maxfactor1


3.8.0 - November 18, 2022
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ orjson==3.5.2
orquesta@ git+https://github.com/StackStorm/[email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ networkx>=2.5.1,<2.6
orjson==3.5.2
orquesta@ git+https://github.com/StackStorm/[email protected]
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
Expand Down

0 comments on commit b2dad1e

Please sign in to comment.