Skip to content
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 io.jenkins.plugins.mina-sshd-api:mina-sshd-api-core from 2.11.0-86.v836f585d47fa_ to 2.12.1-101.v85b_e08b_780dd #9093

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2024

Bumps io.jenkins.plugins.mina-sshd-api:mina-sshd-api-core from 2.11.0-86.v836f585d47fa_ to 2.12.1-101.v85b_e08b_780dd.

Release notes

Sourced from io.jenkins.plugins.mina-sshd-api:mina-sshd-api-core's releases.

2.12.1-101.v85b_e08b_780dd

🚀 New features and improvements

2.12.0-99.vdb_f07841c2db_

👷 Changes for plugin developers

  • bump minimum baseline to 2.387.3 and use ssh-credentials which mark trilead-api as optional and add trilead-api as optional (#89) @​olamy

📦 Dependency updates

2.12.0-90.v9f7fb_9fa_3d3b_

👷 Changes for plugin developers

📦 Dependency updates

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 28, 2024
@MarkEWaite MarkEWaite self-assigned this Mar 28, 2024
@basil
Copy link
Member

basil commented Mar 28, 2024

@dependabot rebase

Bumps [io.jenkins.plugins.mina-sshd-api:mina-sshd-api-core](https://github.com/jenkinsci/mina-sshd-api-plugin) from 2.11.0-86.v836f585d47fa_ to 2.12.1-101.v85b_e08b_780dd.
- [Release notes](https://github.com/jenkinsci/mina-sshd-api-plugin/releases)
- [Commits](https://github.com/jenkinsci/mina-sshd-api-plugin/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.plugins.mina-sshd-api:mina-sshd-api-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/io.jenkins.plugins.mina-sshd-api-mina-sshd-api-core-2.12.1-101.v85b_e08b_780dd branch from e949c56 to dcd50bb Compare March 28, 2024 19:24
Bumps [io.jenkins.plugins.mina-sshd-api:mina-sshd-api-common](https://github.com/jenkinsci/mina-sshd-api-plugin) from 2.12.0-99.vdb_f07841c2db_ to 2.12.1-101.v85b_e08b_780dd.
- [Release notes](https://github.com/jenkinsci/mina-sshd-api-plugin/releases)
- [Commits](https://github.com/jenkinsci/mina-sshd-api-plugin/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.plugins.mina-sshd-api:mina-sshd-api-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@basil
Copy link
Member

basil commented Mar 28, 2024

Should be tested as in #9091, #8724, #8134, #7341, #7324, and #7175 (as previously advised in #8810 (comment)).

@MarkEWaite
Copy link
Contributor

MarkEWaite commented Mar 28, 2024

Tested by building Jenkins core with pull requests #9093, #9097. and #9089 then removed the Ignore annotation from LoadDetachedPluginsTest.noUpdateSiteWarnings() and ran that test with:

mvn clean verify -Dtest=jenkins.install.LoadDetachedPluginsTest,jenkins.model.StartupTest

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 with an RSA ssh private key with the ssh server plugin. After registering my RSA public key with my account on the Jenkins controller, I was able to perform a quiet-down command over ssh with the command:

ssh -i ~/.ssh/id_rsa -p 44022 test-host quiet-down

…na-sshd-api-mina-sshd-api-core-2.12.1-101.v85b_e08b_780dd
…shd-api-mina-sshd-api-core-2.12.1-101.v85b_e08b_780dd
@MarkEWaite MarkEWaite merged commit 63767b4 into master Mar 29, 2024
18 checks passed
@MarkEWaite MarkEWaite deleted the dependabot/maven/io.jenkins.plugins.mina-sshd-api-mina-sshd-api-core-2.12.1-101.v85b_e08b_780dd branch March 29, 2024 02:20
@MarkEWaite MarkEWaite added the skip-changelog Should not be shown in the changelog label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code skip-changelog Should not be shown in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants