Skip to content

Releases: newrelic/centurion

Centurion 1.8.6

01 Apr 21:04
Compare
Choose a tag to compare

This is a minor release that includes a few readme/doc changes + ipc_mode addition to the dsl.

Changes: v1.8.5...v1.8.6

Minor updates + cgroup bugfix

12 Jan 18:11
Compare
Choose a tag to compare

This release includes a couple of minor updates/additions and a cgroup bugfix.

  • Avoid double health checks
  • Added a repair task (redeploy to unhealthy hosts during rolling deploy)
  • Minor log message cleanup
  • After the most recent large Service class refactor, centurion no longer set Cgroup params for memory or CPU shares. This has now been fixed. NOTE: If you rely on this functionality - please docker inspect your running containers and verify that Memory is not 0 or max possible memory; redeploy the container if it's incorrect.

Changelog: v1.8.4...v1.8.5

Added support for exec via CLI and some bugfixes

02 Dec 21:54
Compare
Choose a tag to compare

This is a minor bugfix release:

  • Added support for docker exec's
  • Updated public_port_for() to utilize the correct port_binding structure (since latest refactor)
  • Updated/fixed stop_containers() to correctly lookup containers by:
    • by name IF no public_ports are defined
    • Otherwise, lookup containers by first public_port

Changelog: v1.8.3...v1.8.4

Docker 1.7 & 1.8 support

18 Nov 19:00
Compare
Choose a tag to compare

Quick release that adds support for Docker 1.7 and 1.8 (and retains backwards compat with 1.5).

Changelog: v1.8.2...v1.8.3

Bugfix release

22 Sep 19:09
Compare
Choose a tag to compare

This release fixes a bug in the rolling_deploy code which was no longer waiting on the set timeout intervals. Additionally output is fixed to report proper hostname strings rather than objects.

Bugfix Release

09 Sep 17:09
Compare
Choose a tag to compare

This fixes a bug with host-based networking deployments.

More features, host-based networking

08 Sep 23:53
Compare
Choose a tag to compare

A lot of minor updates went into this release, and the code is now stable on the major internal refactor that was done by @kremso. The major additions are support for capabilities, host-based networking, and support for restarting containers without a redeploy.

Here is the changeset

Change default container naming

02 Jun 18:52
Compare
Choose a tag to compare

There is one notable change in this release. The container naming will no longer default to using the Docker server's hostname inside the container. It will leave it as the container ID which is the Docker default. You can supply an optional lambda or Proc to name it as you see fit. The README contains full details.

Here is the changeset