Releases: jenkinsci/docker-ssh-agent
Releases · jenkinsci/docker-ssh-agent
2.0.1
2.0.0 (New image name!)
🔔 NOTE: This Docker image was renamed to jenkins/ssh-agent on DockerHub. The previous jenkins/ssh-slave
image is now deprecated, but it will receive updates for the next 3 months. Users are advised to migrate to the new image.
🚀 New features and improvements
- INFRA-1105 - Rename the image to jenkins/ssh-agent (#50) @oleg-nenashev
⚠️ Deprecated
- INFRA-1105 - Deprecate the jenkins/ssh-slave image on DockerHub. It will receive updates for the next 3 months. Users are advised to migrate to the new image
📝 Documentation updates
- Document image tags available on DockerHub (#50) @oleg-nenashev
- JENKINS-59427 - Adapt documentation to the SSH Build Agents Plugin renaming (#45) @oleg-nenashev
- Add Gitter chat link to README (#51) @oleg-nenashev
- Replace DockerHub stars badge by GitHub ones (#53) @oleg-nenashev
👻 Maintenance
- Remove the "v" prefix from release tags (#52) @oleg-nenashev
- Stop building generic short Windows tags like
latest
,jdk8
andjdk11
(#50) @oleg-nenashev - Change the directory structure + Improve test coverage and uniform code (#49) @krufab @slide
v1.0.0 🎅
This is a first release of the image with a changelog and tagged version. This changelog incorporates changes since Nov 2018. For previous changes, see the commit history.
🚀 New features and improvements
- #40 - Introduce version tags for the Docker image (#43) @oleg-nenashev
- Add Java 8 Alpine packaging (#35) @krufab
- Add Windows image packaging scripts (#27) @slide
📝 Documentation updates
- JENKINS-60587 - Cleanup some "slave" references in README (#42) @oleg-nenashev
- Add explicit MIT license to the repository (#39) @oleg-nenashev
👻 Maintenance
- Move the JDK11 image to the master branch (#41, #44) @oleg-nenashev
- Enable Release Drafter in the repository (#38) @oleg-nenashev
- Create CODEOWNERS to automate code review requests (#37) @oleg-nenashev
- Increase build timeout in Jenkinsfile (#32) @slide