Skip to content

Releases: newrelic/centurion

Centurion v1.10.2

20 Jul 00:22
Compare
Choose a tag to compare

#193 Permit specifying an ssh_socket_heartbeat for the SSH mechanism. This can alleviate stalled deploys in widely-threaded execution.

Centurion 1.10.1

06 Dec 18:54
38ef3bf
Compare
Choose a tag to compare

#190 Lower logging level to DEBUG for container inspect output during deploy. This prevents printing env vars in deployment logs, as those vars often contain secrets.

Centurion 1.10.0

12 Oct 21:59
1dacf22
Compare
Choose a tag to compare

New in this release:

  • #189: Allow setting the pid namespacing mode on containers.

Centurion 1.9.2

27 Jul 17:16
e172b22
Compare
Choose a tag to compare

New in this release:

#188 Environment variables may be sourced from lambdas, which are evaluated during deploy time. This permits calling functions to specify different environment variables per host.

Centurion 1.9.1

16 Apr 22:01
2f292df
Compare
Choose a tag to compare

SSH support is considered stable, as it has performed well for several months.

One new fix in this release: #187 adds the unless-stopped restart policy.

Centurion 1.9.0 Beta

26 Oct 18:06
Compare
Choose a tag to compare
Centurion 1.9.0 Beta Pre-release
Pre-release

This release adds beta SSH support for teams deploying to Docker hosts which do not expose their TCP sockets over the network.

Centurion 1.8.10

04 Feb 18:04
Compare
Choose a tag to compare

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.

Centurion 1.8.9

13 Jan 22:30
Compare
Choose a tag to compare

This fixes a bad behavior in 1.8.8 where setting a custom stop_timeout caused Centurion to give up too soon waiting on the response from Docker. This would result in Excon timeouts during deploys.

The response timeout is now always 120 seconds longer than the Docker stop timeout.

See #171 and #175.

Centurion 1.8.8

19 Dec 21:58
Compare
Choose a tag to compare

Fixed in this release:

  • Custom stop_timeout settings could not exceed 120 seconds due to underlying Excon default. Note that docker would still have waited for the given time before killing the container, but Centurion would give up before that time had passed. Now Docker and Centurion should agree on how long to wait for containers to stop.
  • Documentation corrections.

Centurion 1.8.7

05 May 20:08
Compare
Choose a tag to compare

Minor bugfix release.