Skip to content

Commit b2dad1e

Browse files
authored
Fix Cert-based SSH Auth Issues in Paramiko (#6017)
Bump paramiko to 2.10.5
1 parent ab2cc34 commit b2dad1e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Fixed
1010
* Fix CI usses #6015
1111
Contributed by Amanda McGuinness (@amanda11 intive)
1212

13+
* Bumped `paramiko` to `2.10.5` to fix an issue with SSH Certs - https://github.com/paramiko/paramiko/issues/2017
14+
Contributed by @jk464
15+
1316
Added
1417
~~~~~
1518
* Move `git clone` to `user_home/.st2packs` #5845
@@ -34,7 +37,6 @@ Added
3437
* Expose environment variable ST2_ACTION_DEBUG to all StackStorm actions.
3538
Contributed by @maxfactor1
3639

37-
3840
3.8.0 - November 18, 2022
3941
-------------------------
4042

fixed-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ decorator==4.4.2
3636
# See https://github.com/StackStorm/st2/issues/4160#issuecomment-394386433 for details
3737
oslo.config>=1.12.1,<1.13
3838
oslo.utils<5.0,>=4.0.0
39-
paramiko==2.10.1
39+
paramiko==2.10.5
4040
passlib==1.7.4
4141
prompt-toolkit==1.0.15
4242
pyinotify==0.9.6 ; platform_system=="Linux"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ orjson==3.5.2
4040
orquesta@ git+https://github.com/StackStorm/[email protected]
4141
oslo.config>=1.12.1,<1.13
4242
oslo.utils<5.0,>=4.0.0
43-
paramiko==2.10.1
43+
paramiko==2.10.5
4444
passlib==1.7.4
4545
prettytable==2.1.0
4646
prompt-toolkit==1.0.15

st2common/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ networkx>=2.5.1,<2.6
2929
orjson==3.5.2
3030
orquesta@ git+https://github.com/StackStorm/[email protected]
3131
oslo.config>=1.12.1,<1.13
32-
paramiko==2.10.1
32+
paramiko==2.10.5
3333
pyOpenSSL<=21.0.0
3434
pymongo==3.11.3
3535
python-dateutil==2.8.1

0 commit comments

Comments
 (0)