Skip to content

Releases: jenkinsci/docker-agent

4.3-2

13 Apr 09:06
86a41cc
Compare
Choose a tag to compare

🔔 NOTE: This Docker image was renamed to jenkins/agent on DockerHub. The previous jenkins/slave image is now deprecated, but it will receive updates for the next 3 months. Users are advised to migrate to the new image. Windows release tags are not created for this version.

🚀 New features and improvements

⚠️Deprecated

  • INFRA-1105 - Deprecate the jenkins/slave image on DockerHub. It will receive updates for the next 3 months. Users are advised to migrate to the new image

📝 Documentation updates

👻 Maintenance

4.3-1

30 Mar 08:16
1efdc65
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

  • Fix publishing of Windows images (#115) @slide
  • Add test automation to the Windows packaging (#113) @slide

4.0.1-1

05 Feb 02:10
300535a
Compare
Choose a tag to compare
  • Update to Remoting 4.0.1 to pick up minor improvements for the client side. (#104) @jeffret-b
    • Changelog - security fix applies to the server side only

4.0-1

29 Jan 16:06
098db9a
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

3.40-1

10 Jan 22:53
dfb63ed
Compare
Choose a tag to compare

This update bumps the Remoting version to 3.40 which includes cleanup of deprecated protocols. See the Remoting changelog for full details.

🚨 Removed

📦 Dependency updates

3.36-1 🎅

25 Dec 20:59
0172d50
Compare
Choose a tag to compare

🚀 New features and improvements

  • Use Remoting 3.36 which adds -version and -help commands. Full changelog (#97) @MarkEWaite
  • Clean after apt install to reduce the image size (#94) @Casz
  • Add Git to Windows images to align them more with existing Linux images (#95) @Vlatombe

📝 Documentation updates

👻 Maintenance

  • Only publish Windows images on the master branch (#93) @slide
  • Set the DOCKERHUB_ORGANISATION environment variable correctly in Jenkinsfile (#92) @slide
  • Don't build on trusted and image cleanup (#91) @slide
  • Setup Jenkinsfile to build and publish Windows container (#88) @slide
  • Create CODEOWNERS (#96) @oleg-nenashev

3.35-3

26 Sep 20:45
017a4b6
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Switch JDK11, Alpine and Windows Dockerfiles to Remoting 3.35 (#84) @alxsap

📝 Documentation updates

  • Amend Java 11 documentation to reflect the GA status of Java 11 in Jenkins (#89) @oleg-nenashev
  • Fix Windows container paths to indicate the images are still experimental (#86) @slide

👻 Maintenance

  • Add build of Windows images to CI (#73) @slide

3.35-2

20 Sep 11:39
f58fdfb
Compare
Choose a tag to compare

🐛 Bug Fixes

📝 Documentation updates

  • Reference the Jenkins Docker Gitter chat from the documentation (#79) @oleg-nenashev

3.35-1

18 Sep 10:46
4dd7213
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

  • Remove the global HOME environment variable override (#64) @TobiX

📝 Documentation updates

👻 Maintenance

  • Add the Release Drafter configuration to automate changelogs (#77) @oleg-nenashev
  • Prototype the Windows Docker images support (#69, #72) @slide