2.18.0

New Features

  • Replicated now supports installing and managing single-node Kubernetes 1.9.3 appliances. We’ve written a guide to help you get started.
    • The Kubernetes installation will work in airgapped, proxy and online environments.
    • The installation scripts will install Docker, Kubernetes, Replicated and your application.
    • We currently install Kubernetes 1.9.3.
    • All persistence volumes (PVs) will be mounted as a hostPath.
    • For multi-node and more custom Kubernetes installations, Replicated can be installed in an existing Kubernetes cluster.
  • Support bundle v2 has been updated to allow managing support definitions independently of your application yaml.
    • By default, all installations will continue running the standard support bundle, reading the support_files and support_cmd keys from the application yaml.
    • The v2 support bundle will use support definitions from Replicated Console if any exist for your team. When using support definitions from console, files and commands specified within the application yaml are ignored.
    • The new support bundle spec documentation is documented in the Help Center.

Changes

  • Added support for anonymous LDAP binding when using the Replicated LDAP identity integration.
  • User search DN is now optional for LDAP identity integration.
  • When running on EC2, leaving the AWS_ACCESS_KEY/SECRET_ACCESS_KEY empty in the Snapshot configuration will now use IAM roles for authentication.

Bug Fixes

  • The Swarm scheduler can be used with a proxy.
  • Resolved an issue where the application would fail to start with no such image error when application images were removed from docker.
  • All known CVEs with patches have been fixed in Replicated Docker images.
  • All known CVEs with patches have been fixed in third party Javascript libraries.
  • Fixed an issue on the native scheduler that could cause an error “image not found” if a container’s when condition is toggled from false to true during application startup.
  • Resolved an issue that prevented replicatedctl params import and replicatedctl params export command from functioning properly when formatted with yaml.

2.17.0

New Features

Changes

  • Internal Replicated image-pull policies have been changed from Always to IfNotPresent for the Kubernetes scheduler.

Bug Fixes

  • Resolved an issue where metrics graphs could be missing from dashboard when a large number of metrics is included.
  • Patched XSS CVE in third-party javascript library “marked” in the Replicated UI.
  • All known CVEs with patches have been fixed in Replicated Docker images.
  • Fixed an incompatibility with airgap bundles built prior to release 2.13.0 and versions of Replicated post 2.13.0 that resulted in empty environment variable values in application containers.
  • Improved multi-document yaml parsing to support comments below the Replicated document metadata.
  • Fixed an issue that prevented Replicated 2.16.1+ from initializing when TLSBootstrapHostname was included in replicated.conf bootstrap arguments.

2.16.2

Bug Fixes

  • Resolved an issue where template functions could display incorrect values on the settings page if their targets had a when clause that evaluated to false.

2.16.1

Changes

  • The Premkit, Statsd-graphite and Cmd containers are now hosted on registry.replicated.com/library.

Bug Fixes

  • Resolved an issue where the CLI would not respect the custom support timeout and timeout after 5 minutes.
  • Replicated audit log containers no longer publish any ports on the hosts’s network.

2.16.0

New Features

  • We’ve added support for airgap installations to the automated installation process by setting a new parameter named LicenseBootstrapAirgapPackagePath in /etc/replicated.conf.
  • Multi-channel licenses can now be automated to use a non-default channel using the new param LicenseBootstrapChannelID in /etc/replicated.conf.
  • Swarm install script now accepts one or more exclude-subnet flags to prevent Docker from creating networks in a subnet.
  • Replicated and Swarm install scripts now accept a no-ce-on-ee flag which prevents installation of Docker CE on enterprise Linux distributions including RHEL, SLES and Oracle Linux.
  • The Replicated install script now accepts the fast-timeouts flag which sets all input timeouts within the init script to 1 second.

Changes

  • The Replicated, Repliated UI and Replicated Operator containers now use debian:stretch-slim as their base image. This will result in significantly smaller image sizes.
  • The Replicated installation script will now install the container-selinux package on RHEL 7 when installing Docker, if required.
  • Application namespaces when using the Swarm scheduler have been shortened from 43 characters to 12 characters for new installations.
  • When installing Docker, the install scripts will now use Docker’s stable channel repos rather than edge.
  • The updated support bundle (optionally enabled on the Customer page) has been updated to store Docker logs in two files (stdout, stderr) and also increased compatibility with older Docker versions.

Bug Fixes

  • All known CVEs with patches have been patched in the Docker images Replicated installs.
  • Custom publish event timeouts in the Replicated native scheduler were being ignored and set to 10 minutes.
  • Restoring from a snapshot on a single host airgap install was not restoring application images.
  • Counts of global services shown on the cluster page when using the Swarm scheduler were never reporting more than 1 replica.
  • The Swarm node master address shown in the Add Node modal was incorrect on Docker 1.13.
  • Within README.md in the v2 support bundle, VERSION.txt has been replaced by VERSION.json, matching the file present.
  • Preflight checks displayed resource requirements in GiB (2^30), not GB (10^9), which did not match how values were parsed within the application yaml.
  • Applications were occasionally failing to start after restoring the nodes of a cluster from a snapshot.
  • The Replicated on-prem audit log was broken when SELinux was enabled due to improper SELinux labels being applied to related containers.
  • Replicated test_procs were receiving stale config settings with values using recursive templating.

2.15.1

Changes

  • When using the Swarm scheduler, ports 3000, 4150, 4151, and 5432 were being unecessarily published by Replicated services, preventing an application from using these ports. These will no longer be published to the host.

2.15.0

New Features

  • The Replicated Developer Studio has been released, with a quick and simple installation experience, and full documentation on how to integrate Studio into your development workflow.
  • The Replicated Support Bundle feature has been improved for all three schedulers resulting in shorter generation times and a more consistent directory structure. The new Support Bundle has been added as an opt-in feature for all existing applications and has been turned on by default for all new accounts.
  • Admin Console Audit Log Enhancements from release 2.14.0 have now been added to Replicated when running with the Kubernetes and Swarm schedulers.
  • Added support for the Docker container shm-size parameter when using the Replicated native scheduler.

Changes

  • When pinning a release version to a license, Replicated will no longer allow the customer to download subsequent versions of the application.

Bug Fixes

  • Fixed an issue that causes Kubernetes jobs deployed by Replicated to fail.
  • Replicated will no longer leak LDAP credentials when logs are in “debug” mode.
  • Fixed an issue that in some cases prevents the application from starting when using private Docker Hub images that results in the error “missing signature key”.
  • Fixed an issue that results in an internal server error on the console settings page when an unparseable http proxy url is entered.
  • Fixed an issue that prevents read-only fields including labels from rendering templated values.
  • Replicated will no longer inadvertently roll back values in console settings after initial install.

2.14.0

New Features

  • Ephemeral containers are now possible when using the Docker Swarm scheduler.
  • Admin Console Audit Log Enhancements
    • Replicated now ships with a more powerful embedded Audit Log that supports programmatic access, powerful structured search, and CSV exports.
    • We split this out to help make Replicated more manageable, more supportable, and better optimized for multi-node infrastructure.
    • Help Center articles have been added for Searching the Embedded Audit Log and Programmatic Audit Log API Access.
    • The advanced audit log ships with 5 new containers. A small amount of additional memory is required on the Replicated master node to support these containers.
    • The Admin Console will display an “Initializing Components” screen while starting the audit log, if it’s not already running during an installation.
    • The advanced audit log is currently supported in the Replicated scheduler. Support for Kubernetes and Swarm will be added in an upcoming release.

Changes

  • Unify logging format for all three Replicated containers.
  • Changed level of expected log line “failed to render sse event err=“write unix /var/run/replicated/replicated.sock->@: write: broken pipe”” from info to debug.

Bug Fixes

  • Replicated will now report the proper “stopped” status when a container with no event subscriptions fails to start.
  • Fixed an issue where some logging is going to stdout rather than stderr from the replicated process.
  • Removed sensitive data from console settings debug log. This was being inadvertendly logged if the server was reconfigured to run in debug mode.
  • Stopped Replicated from reverting to an old TLS certificate when configured via /etc/replicated.conf and upgrading from Replicated versions prior to 2.10.0.
  • Fixed an issue that causes the application to fail to start on older versions of Docker including 1.9.1.
  • Removed a panic that could cause Replicated to restart when using the Replicated scheduler under certain conditions.
  • Fixed an issue where some debug log lines were visible when at level info and above in the replicated process.
  • Allowed snapshot restore to complete even when restoring empty directories.
  • Fixed an issue that caused replicated to crash when loading certain application yaml files that used none as a value.

2.13.2

Bug Fixes

  • Resolved an issue that caused multi-line environment variables to fail to parse, preventing the application from starting.

2.13.1

Bug Fixes

  • Fixed an issue that causes the Integration API to be unavailable on installations upgraded to 2.13.0 from a prior release after removing the premkit container.