This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
Releases: jenkinsci/docker-inbound-agent
Releases · jenkinsci/docker-inbound-agent
4.3-9 (Switch Alpine images to AdoptOpenJDK)
💥 Breaking changes in the Alpine JDK8 image
Breaking changes from the base jenkins/agent:4.3-8-alpine image:
- Switch the Alpine JDK8 base images to adoptopenjdk/openjdk8 (#150) @oleg-nenashev
- Upgrade the Alpine Linux from 3.6 to 3.12 (release notes)
- Remove/add/update packages due to the diffeference between base images (packages diff)
👻 Maintenance
- Update the base images to jenkins/agent:4.3-8 (#150) @oleg-nenashev
- Switch Release Drafter to a GitHub Action (#191) @oleg-nenashev
4.3-8
4.3-7
🐛 Bug Fixes
- Update the base image to 4.3-6 + Windows images: Fix password expiration issue in the base images (#184) @oleg-nenashev
4.3-6
- Pin pester to 4.x.x (#176) @slide
- Add openjdk11-alpine Dockerfile (#177) @TimRots
- Add documentation for Windows image command line arguments (#171) @slide
- Fix issue with protocols value not being supplied to agent.jar (#170) @slide
🐛 Bug Fixes
- the /EXPIRE (sic) flag on
net user
does not set the password expiry (#181) @jtnord - upstream Windows images (jenkinsci/docker-agent) had password expiry issue fixed (#183) @slide
👻 Maintenance
- JEP-15 - Add a sponsor badge to the repository (#178) @oleg-nenashev
4.3-5
🚀 New features and improvements
🐛 Bug Fixes
📝 Documentation updates
👻 Maintenance
4.3-4
4.3-3
4.3-2 (New image name!)
🔔 NOTE: This Docker image was renamed to jenkins/inbound-agent on DockerHub. The previous jenkins/jnlp-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/inbound-agent (#158) @oleg-nenashev
📦 Dependency updates
- INFRA-1105 - Update the base
jenkins/agent
image from4.3-1
to4.3-4
(#159) @oleg-nenashev - Update Windows parent image versions to the 1809 baseline (#154) @slide
📝 Documentation updates
- README: pass --init to docker-run to reap zombies. (#139) @alex3d
- Show GitHub stars and repo quick link on the DockerHub landing page (#164) @oleg-nenashev
- Cleanup Docker badges in README (#161) @oleg-nenashev
👻 Maintenance
- Rename Windows images so that a standard DockerHub repo is used (#160) @oleg-nenashev
- Rework directory structure and Windows containers (#154) @slide
- Cleanup old image metadata (#159) @oleg-nenashev
4.3-1
🐛 Bug Fixes
- JENKINS-61409 - Upgrade to Remoting version 4.3 for WebSocket large payload fix (#153) @jeffret-b
📦 Dependency updates
- Update the base agent image from 4.0.1-1 to 4.3-1 (#153) @jeffret-b
👻 Maintenance
- Add CONTRIBUTING file (#150) @MarkEWaite
4.0.1-1
🚀 New features and improvements
📦 Dependency updates
- Update to Remoting 4.0.1 to pick up minor improvements for the client side. (#147) @jeffret-b
- Changelog - security fix applies to the server side only