-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Mina to 2.12.1 in the CLI #9089
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we care about these?
Lines 522 to 535 in 9970349
<artifactItem> | |
<!-- dependency of mina-sshd-api-core and sshd --> | |
<groupId>io.jenkins.plugins.mina-sshd-api</groupId> | |
<artifactId>mina-sshd-api-common</artifactId> | |
<version>2.11.0-86.v836f585d47fa_</version> | |
<type>hpi</type> | |
</artifactItem> | |
<artifactItem> | |
<!-- dependency of sshd --> | |
<groupId>io.jenkins.plugins.mina-sshd-api</groupId> | |
<artifactId>mina-sshd-api-core</artifactId> | |
<version>2.11.0-86.v836f585d47fa_</version> | |
<type>hpi</type> | |
</artifactItem> |
The API plugin has been released with 2.12.1. Pull request: |
These are bundled as a dependency of the split |
Tested by building Jenkins core with pull requests #9093, #9097. and #9089 then removed the
Tested by including Apache Mina sshd common 2.12.1-101.v85b_e08b_780dd and Apache Mina sshd core 2.12.1-101.v85b_e08b_780dd releases in the plugins.txt file of my Jenkins controller and running that controller with agents connected through ssh to Debian 10, Debian 11, Debian 12, Debian testing, Debian unstable, FreeBSD 13.1, Red Hat Enterprise Linux 8, Rocky Linux 9, Ubuntu 20.04, Ubuntu 22.04, and Windows 11, Tested by running Jenkins with those pull requests and connecting to the command line interface that I configured to use the fixed port 44022 with an RSA ssh private key and the ssh server plugin. After registering my RSA public key with my account on the Jenkins controller, I was able to perform a
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Bump Mina to 2.12.1 Co-authored-by: Daniel Beck <daniel-beck@users.noreply.github.com> Co-authored-by: Mark Waite <mark.earl.waite@gmail.com> (cherry picked from commit 5e6387a)
Bump Mina to 2.12.1 Co-authored-by: Daniel Beck <daniel-beck@users.noreply.github.com> Co-authored-by: Mark Waite <mark.earl.waite@gmail.com> (cherry picked from commit 5e6387a)
Upstream release notes: https://github.com/apache/mina-sshd/releases
Explanation why this is filed manually: jenkins-infra/helpdesk#3919 (comment)
Testing done
None, pretend I am Dependabot (just without as many links).
Proposed changelog entries
Proposed upgrade guidelines
N/A
Submitter checklist
Desired reviewers
@mention
Before the changes are marked as
ready-for-merge
:Maintainer checklist