Releases: jenkinsci/docker-swarm-plugin
Releases · jenkinsci/docker-swarm-plugin
Docker Swarm 1.11
🐞 HOTFIX
- Reverted #62 as it causes exceptions
Docker Swarm 1.10
Docker Swarm 1.9
🛰 New features and improvements
- More renamings of "slave" to "agent"
- Sort nodes by name in the dashboard
- Use italic text in the "idle" text of idle nodes
- Added option to bind Windows npipes to the service container (thanks @michaelPf85)
- Added option to bind custom ports (thanks @aenniw)
🐞 Bug fixes
- Fixed some NullPointerExceptions when the plugin is not configured (thanks @triquell)
Docker Swarm 1.8
🛰 New features and improvements
- Added a DNS and DNS Search Domain field to use in the container (thanks @Crocmagnon)
- Use agent.jar instead of the deprecated slave.jar
- Updated insecure depencencies
- Code cleanups
- Documentation improvements
🐞 Bug fixes
- Use more unique name for the agent name to prevent collisions (thanks @smhc)
Docker Swarm 1.7
🛰 New features and improvements
- Add option to add supplemental hosts in container's /etc/hosts (thanks @gaelrottier)
- Added agent name as environment variable
- Implemented authentication with credentials for pulling images
- Added license (MIT) file
- Reworked the dashboard
🐞 Bug fixes
- None