2.22.0

New Features

  • Multi-strategy snapshots support has been added in Replicated Platform, allowing the vendor to configure different snapshot strategies that can include individualized custom commands, backup schedules and remote backup destinations.
  • The S3 snapshot backend can now be configured to send the ‘aws:kms’ Server Side Encryption headers.
  • File deduplication during snapshotting can now be disabled with the disable_deduplication flag.
  • On-premise Docker registry data can be excluded from snapshots using the exclude_registry_data flag.
  • Container labels can now be specified on the Replicated Native scheduler.
  • Container logs can be excluded from support bundles on the Native scheduler.

Changes

  • Snapshots on the Swarm scheduler now use the overlay network of the replicated stack rather than the host network.
  • Assignee has been added to the License API integration api GET /license/v1/license response.
  • The option license.id has been added to the template function LicenseProperty.
  • Additional license data has been added to the Support Bundle including assignee, channel name, channel id, multi-channel channels array, expiration time, expiration policy, and whether or not the license is expired.
  • The release channel for the repository used to install Docker has been changed from “test” to “stable”.

Bug Fixes

  • Resolved an issue that could cause the Replicated Console to report the wrong application sequence as current on application updates.
  • Swarm tasks stuck in the shutdown state will not block application starting and stopping.
  • Fixed an issue that caused Replicated upgrades of worker nodes to fail in Swarm airgapped environments.
  • Resolved an issue where the License API will fail when numeric license field values are empty.
  • Journald logs were missing from the Support Bundle on some linux distributions when the log data directory defaults to /run/log/journal.
  • Resolved a race condition in the Support Bundle that could cause timeouts for commands that run and attach to container output.
  • No longer report false error open ***: is a directory in the Support Bundle error.json file.
  • Resolved an issue where restoring a snapshot using replicatedctl snapshot CLI would result in a 404 error.

2.21.2

New Features

Bug Fixes

  • Fixed a bug that caused a crash when applying some PersistentVolumeClaims in the Kubernetes scheduler

2.21.1

Bug Fixes

  • Fixed a bug that blocked application state from updating while starting and stopping.
  • Fixed a bug that caused application Persistent Volumes to sometimes be excluded from snapshots with the Kubernetes scheduler.
  • Fixed a bug that prevented application Persistent Volumes from being restored with the Kubernetes scheduler.
  • Fixed a bug that caused the audit log to become unresponsive after restores with the Swarm scheduler.

2.21.0

Changes

  • Replicated will now install Docker 17.12.1-ce as it’s default version of Docker for both the Native and Swarm schedulers.
  • The Replicated Native scheduler now supports Amazon Linux 2018.03.
  • Completed Kubernetes Jobs no longer appear in the Pods table on the Cluster page of the Admin Console.
  • Kubernetes DaemonSets and CronJobs are now removed when the application is stopped.
  • StatefulSets are are now scaled to 0 replicas when the application is stopped.
  • Added YAML for all resources to the support bundle.

Bug Fixes

  • Fixed an issue that prevented applications on Kubernetes from auto-starting after upgrade.
  • Improved functionality of the start/stop buttton in the admin console for the Kubernetes scheduler.
  • Fixed an issue that caused pods with multiple containers to report 0 ready in the pods table on the Cluster page of the Admin Console.
  • The storage_class param that configures the StorageClass for Replicated PersistentVolumeClaims is now applied to all application PersistentVolumeClaims when using the Kubernetes Scheduler.
  • Fixed the logging level in the Retraced processor and cron images to prevent excessive logging.
  • Fixed an issue that could sometimes cause the support bundle to be empty when run in a multi-node airgapped Kubernetes environment.
  • Fixed an issue that prevented support bundle commands from using the Docker API when using the Kubernetes scheduler.
  • Included Retraced logs in the Support Bundle when using the Kubernetes scheduler.
  • A file handle leak has been fixed that occured when the application was restarted.
  • Replicated Docker images have been updated to address the following CVEs: CVE-2018-7490, CVE-2018-6797, CVE-2018-6798, CVE-2018-6913

2.20.2

Bug Fixes

  • Reduced logging by Retraced Cron and Processor containers to avoid filling up disk space.
  • Resolved an issue where Kubernetes app would not auto-start after installing a license.

2.20.1

Changes

  • Support bundle v2 now includes Docker Journald logs and system load averages by default on all schedulers.
  • The Kubernetes scheduler uses a ClusterIP service for internal servers for online installs and a NodePort service for airgapped installs.

Bug Fixes

  • Replicated Operator now limits the size of retained application logs. This defaults to 500MB and can be configured by adding -e APP_LOG_SIZE=500MB in /etc/default/replicated-operator, with 0 being unlimited.
  • Resolved a failure to pull the replicated cmd image that may result in failures in raw preflight checks.
  • Fixed image pull errors in online multi-node airgap caused by attempting to use the local registry.

2.20.0

New Features

Bug Fixes

  • Resolved an issue that prevented familiar formats of docker images from being used in Swarm and Kubernetes yaml.
  • Resolved an issue that may prevent metrics from showing up in the dashboard due to a panic in the remote operator container.

2.19.3

Changes

  • This release rolls back changes in 2.19.2

2.19.2

Bug Fixes

  • Resolved an issue where applications could fail to start due to errors pulling the registry.replicated.com/library/cmd image.

2.19.1

Bug Fixes

  • Resolved an issue in the Kubernetes Scheduler that caused the import airgap images task to terminate before it completed.