Centurion v1.8.10 Release Notes

Release Date: 2017-02-04 // about 7 years ago
  • Two fixs and one feature, for a balanced diet.

    ๐Ÿ›  Fixed: #164 via #177 - containers in host networking mode may now define a public port to be used during healthchecks. The port mapping will be passed through to Docker, but it should be ignored by the server.

    ๐Ÿ›  Fixed: #128 via #147 - manually set container names were not obeyed, now they are. If you have a name: set in your deploy tasks, please read the notes on #147 to avoid having duplicate containers present after a deploy, especially in host networking mode. You should comment out the name: directive until you're ready to manually intervene as containers may not be found during a stop operation.

    ๐Ÿ”‹ Feature: #170 Container label support! You may now specify labels to be assigned to the containers Centurion creates. See the README for details.