eladkal commented on code in PR #64898: URL: https://github.com/apache/airflow/pull/64898#discussion_r3051460971
########## providers/sftp/docs/changelog.rst: ########## @@ -30,6 +30,13 @@ Changelog 5.7.3 ..... +Breaking changes +~~~~~~~~~~~~~~~~ + +* ``Bump minimum paramiko to 4.0.0; DSA/DSS keys are no longer supported (#54079)`` + + Matches the SSH provider: paramiko 4.0 removed DSS support. Regenerate keys and update connections if you relied on DSA/DSS. Review Comment: This needs to be moved above the 5.7.3 version. also can you add short explanations for users about what they actually need to do in order to migrate? It's ok also to reference to paramiko docs for that -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
