2.1.0

New Features

  • Support for setting the name of a container instead of the random names assigned by docker-engine.
  • The Replicated scheduler supports specifying a custom entrypoint that will be used when starting containers.
  • Support volumes_from in the Replicated scheduler.
  • Added a new test_proc that can determine if a string is valid JSON.
  • Add new license option to allow the application to be stopped when the license has expired.
  • Added a LicenseProperty template function that can return “assignee”, “channel.name”, “expiration.date” or “expiration.policy”.

Changes

  • The data attribute in publish_events supports template functions. This allows for port-listen events to be bound to a port that is dynamically exposed.
  • LDAP credentials now support raw LDAP queries, allowing for more advanced configurations.
  • If you aren’t using Snapshots, you can choose to hide this tile. However, nothing shows up in it’s place.
  • During installation time, a custom port can be defined for replicated-ui, overriding port 8800.

Bug Fixes

  • Fixed problem that caused an error when operators were added and tagged while an application is starting

2.0.1665

Bug Fixes

  • Fixed issue related to Docker 1.12 when and pulling images by SHA
  • Improved named volumes support, including validation on volume name

2.0.1662

Changes

  • Support templates in security_options
  • Support optional containers in event orchestration
  • Use less CPU when showing graphite charts

Bug Fixes

  • Fix scheduled app upgrade task going away when a manual update check

2.0.1657

Changes

  • Support bundle now includes Journald logs
  • Detect Red Hat flavored docker

Bug Fixes

  • Resolved direct access issue for graphite UI dashboard
  • Resolved console settings update proxy flow

2.0.1663

Bug Fixes

  • Fixed a bug that created an invalid layer digest on Docker 1.7.1 - 1.9.1.

2.0.1650

Bug Fixes

  • Fix for max number of snapshots retained

2.0.1649

Bug Fixes

  • Snapshosts could hang when multiple included volumes exist on a single node.

2.0.1648

Bug Fixes

  • Fixed air gap edge case that could prevent installs from completing

2.0.1646

Bug Fixes

  • Fixed a bug that caused the HostPublicIpAddress and HostPrivateIpAddress template functions to fail if they are included in the app properties (app_url) field.

2.0.1645

New Features

  • Replicated will now clean up old images. When new versions of your containers are installed, Replicated will find and delete old versions of your images to reclaim disk space.
  • Support for the Docker registry protocol v2 for private images. We’ve completely rewritten how Replicated pulls images and have documented it completely.

Changes

  • Wait for all preflight checks to show as passed before showing the continue button.
  • We now stop containers before removing them. This will ensure that your containers get a proper signal before shutting down.

Bug Fixes

  • Fixed a bug in our leveldb database that could cause a crash while taking a snapshot or generating a support bundle.
  • Fixed a bug that cause admin commands with arguments to not receive the arguments.
  • Fixed a bug that prevented Replicated from parsing non-standard version numbers of Docker. Some forks are not using semver, and we now parse this better.