-
Notifications
You must be signed in to change notification settings - Fork 393
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
Operating systems with outdated OpenSSH are no longer supported #1099
Merged
MarkEWaite
merged 1 commit into
jenkinsci:master
from
MarkEWaite:fix-name-of-amazon-linux
Jan 17, 2024
Merged
Operating systems with outdated OpenSSH are no longer supported #1099
MarkEWaite
merged 1 commit into
jenkinsci:master
from
MarkEWaite:fix-name-of-amazon-linux
Jan 17, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
List more operating systems so that web searches will find the page. Link to the operating system end of life blog post. Correct the name of Amazon Linux name. Add the most important option, upgrade to a supported operating system.
9 tasks
AniketNS
pushed a commit
to AniketNS/git-client-plugin
that referenced
this pull request
Feb 16, 2024
…insci#1099) List more operating systems so that web searches will find the page. Link to the operating system end of life blog post. Correct the name of Amazon Linux name. Add the most important option, upgrade to a supported operating system.
MarkEWaite
added a commit
that referenced
this pull request
Mar 9, 2024
* Used Objects.hash as a better practice * Used String.format for better consistency * Added additional check in release-drafter.yml github action file * Operating systems with outdated OpenSSH are no longer supported (#1099) List more operating systems so that web searches will find the page. Link to the operating system end of life blog post. Correct the name of Amazon Linux name. Add the most important option, upgrade to a supported operating system. * Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77 (#1098) Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 4.76 to 4.77. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](jenkinsci/plugin-pom@plugin-4.76...plugin-4.77) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Remove redundant spotbugs details from pom (#1101) Included in parent pom 4.77 * Bump io.jenkins.tools.bom:bom-2.401.x (#1102) * Bump org.jenkins-ci.plugins:plugin from 4.77 to 4.78 (#1105) * made sh1 and branches private for better encapsulation and changed branches from collection to list for indexed access and specific order * Converted List type back to Collection for branches variable * ran mvn spotless:apply * reverted priavte sha1 and branches variable * Revert "ran mvn spotless:apply" This reverts commit 4f2a151. * made some changes --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Mark Waite <mark.earl.waite@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
MarkEWaite
added a commit
that referenced
this pull request
May 8, 2024
* Used Objects.hash as a better practice * Used String.format for better consistency * Added additional check in release-drafter.yml github action file * Operating systems with outdated OpenSSH are no longer supported (#1099) List more operating systems so that web searches will find the page. Link to the operating system end of life blog post. Correct the name of Amazon Linux name. Add the most important option, upgrade to a supported operating system. * Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77 (#1098) Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 4.76 to 4.77. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](jenkinsci/plugin-pom@plugin-4.76...plugin-4.77) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Remove redundant spotbugs details from pom (#1101) Included in parent pom 4.77 * Bump io.jenkins.tools.bom:bom-2.401.x (#1102) * Bump org.jenkins-ci.plugins:plugin from 4.77 to 4.78 (#1105) * Require 2.426.3 as minimum Jenkins version * Fix merge error - JGit 6.9.0 * Use bom-2.426.x * Use latest bom-2.426.x --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Mark Waite <mark.earl.waite@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Operating systems with outdated OpenSSH are no longer supported
Note that Jenkins no longer supports any known operating systems with an OpenSSH version prior to OpenSSH 7.6. The
accept-new
option is available on all the implementations of OpenSSH on operating systems supported by Jenkins.Add the most important option to resolve the issue, upgrade to a supported operating system.
List more operating systems so that web searches will find the page for those operating systems.
Link to the operating system end of life blog post.
Correct the name of Amazon Linux.
Related issue reports
Checklist
Types of changes
What types of changes does your code introduce?