Skip to content

Docker Swarm 1.10

Compare
Choose a tag to compare
@Roemer Roemer released this 24 Feb 13:21
· 17 commits to master since this release

🛰 New features and improvements

  • Allow spaces on envVars (thanks @thorin)
  • JDK 9+ compatibility (thanks @thorin)
  • Added support for multi-architecture swarms (thanks @ATRG)
  • Added support for multiple labels (thanks @Nuh)
  • Support dynamic labels (thanks @hsarbia)

🐞 Bug fixes

  • Fixed NPE when retrieving timeout values (thanks @Polpetta)
  • Fixed a missing "slave" string (thanks @NyQuilXT)
  • Added ACL context to correctly reschedule tasks (thanks @Nuh)
  • Verify that a computer runs an assigned tasks so that it will not wait indefinitely (thanks @Nuh)