2.27.0

New Features

  • Added the ability to specify terms to display to the end-user in the Admin Console prior to installing a license.
  • It is now possible to specify minimum space requirements for the Docker root directory (commonly /var/lib/docker) using custom preflight checks. The minimum required space will default to 1GB when not specified.
  • As an alternative to the Rook storage provisioner, Replicated now provides an optional host path provisioner ideal for single node Kubernetes installations.
  • It is now possible to opt out of a Kubernetes storage provisioner provided by Replicated and bring your own.
  • Added resources and logs to the Kubernetes support bundle from the kube-system, heptio-contour, rook-ceph and rook-ceph-system namespaces.
  • Custom branding will now be applied prior to installation of the license when using the Kubernetes scheduler and installing via the release channel installation scripts.
  • Added a force-reset flag to the Kubernetes uninstaller that, when present, will suppress all prompts and warning messages before uninstalling Kubernetes and Replicated.

Changes

  • The language on the Open Source License page of the Admin Console has been clarified to indicate that it is Replicated that uses or distributes software under licenses listed on that page and not the vendor application.

Bug Fixes

  • Fixed an issue that would prevent the status tile on the Admin Console dashboard from updating in some scenarios.
  • Fixed a race condition after a restore that would cause the certificate in the Docker store not to match the one used by the Replicated on-prem registry API, resulting in image pull errors when starting the application.
  • Fixed an issue where in some cases the application would automatically update when when unpinning the application release sequence.
  • Fixed an issue where Replicated Operator would produce excessive logs and files when using a logging driver that does not support docker logs.
  • Fixed an issue that would produce an error when running replicatedctl without any arguments.
  • Fixed an issue that resulted in a crash in Replicated when generating a V1 Support Bundle using the Kubernetes scheduler.
  • Fixed an issue where the local snapshot file destination would fail to render in the Admin Console when using the Multi-Strategy Backups feature.

2.26.0

New Features

  • Kubernetes 1.11.1 is now the default version when installing Replicated with Kubernetes.
  • The Kubernetes support bundle now includes the following additional resources: certificatesigningrequests, clusterrolebindings, clusterroles, controllerrevisions, cronjobs, mutatingwebhookconfigurations, poddisruptionbudgets, rolebindings, roles, validatingwebhookconfigurations, volumeattachments
  • replicatedctl cluster node-join-script command has been added to retrieve a script to join a new node to the cluster.
  • replicatedctl app status command has been added to retrieve detailed information on the application’s status.
  • replicatedctl system status command has been added to retrieve the Replicated system status.

Changes

  • replicatedctl app status inspect has been deprecated in favor of the replicatedctl app status command.
  • Kubernetes clusters are now created with Rook 0.8.1 and Weave 2.4.0.
  • The Kubernetes installer is now compatible with RHEL 7.5 and CentOS 7.5.
  • The Kubernetes installer configures a 100GB Persistent Volume Claim for new airgap installs.
  • The Kubernetes installer will prompt the user to disable firewalld when enabled.
  • The Kubernetes installer will run kube-proxy in ipvs mode.

Bug Fixes

  • The order in which the custom_metrics YAML property elements are listed is now maintained when rendered to the storage-schemas.conf and storage-aggregations.conf files in the replicated-statsd container.
  • Airgapped installations will now respect license update policies set to “automatic”.
  • Fixed an issue that could result in the V2 Support Bundle not honoring excluded environment variables when using the is_excluded_from_support parameter.
  • Fixed an issue that could prevent the replicated-operator global service from updating on remote worker nodes when upgrading an airgapped installation of Replicated.
  • Fixed an issue that could prevent Swarm and Kubernetes from pulling images from the local Replicated registry due to a missing certificate in /etc/docker/certs.d.
  • Fixed an issue that allowed LDAP anonymous binds when logging into the Admin Console or when performing an Identity API login operation.
  • Improved error messaging for failures in replicatedctl script prior to running the specified sub-command.
  • Fixed an issue that occasionally prevented the Replicated snapshot controller pod from starting on airgapped installations with Kubernetes.
  • Replicated will now fetch the latest V2 Support Bundle specs rather than using the specs embedded in the license when the airgap flag is passed to the Replicated installation script and an online install is attempted.
  • Online native installations that passed the airgap flag to the Replicated install script will not use the local registry unless a remote operator is detected.
  • Fixed a crash due to an invalid LDAP query used in the Advanced Search user or group option.
  • Fixed possible snapshot DB corruption and a crash caused by this corruption.
  • Fixed an issue where stopped containers would not be included in the V2 Support Bundle.

2.25.2

Bug Fixes

  • Fixed a bug that caused the custom cert to not be installed in Docker configuration during the initial setup.

2.25.1

Bug Fixes

  • Fixed a bug that prevented docker from pulling images on additional nodes, preventing the application from starting, when custom certificates that did not contain IP SANS were uploaded on initial setup.

2.25.0

New Features

  • A custom restore script can now be defined in the backup section of the Replicated YAML to customize the restore process.
  • The replicatedctl license-load CLI command is now supported in airgapped mode with the addition of the flag --airgap-package=.
  • The Swarm easy install script will now accept the flag tls-cert-path= with an absolute path to the trusted CA certificates file on the host.

Changes

  • A custom certificate uploaded by the end-user will now be used on all ports exposed by Replicated on the host.
  • File permissions have been hardened for all Replicated persistent data.
  • Improvements have been made to error messaging in the UI when audit log components fail to initialize.
  • Primary color buttons in the Replicated Admin Console have been darkened so as not to be mistaken for disabled.

Bug Fixes

  • The --value and --data flags to the replicatedctl app-config set CLI command will now accept values with commas.
  • Test procedures with the run_on_save property set to true will no longer be evaluated if the underlying config item’s when condition evaluates to false.
  • The replicatedctl support-bundle CLI command for Kubernetes and Swarm will now create a file on the host in the directory /var/replicated/support-bundles/ as specified in the command output.

2.24.0

New Features

  • Support has been added for custom AWS endpoints in aws_auth test procedures. This makes it possible to provide test procedures that can validate against internal services such as Minio.
  • A support bundle task kubernetes.container-cp has been added that can copy files from containers within Kubernetes pods.
  • Replicated on Kubernetes now supports the ability to disable the deployment of the Contour ingress controller. When disabled, additional steps may be required to provide an ingress controller to your application.
  • Replicated installer now supports the ability to abort the installation when Device Mapper in loop-lvm mode is configured as Docker’s default storage driver.
  • Replicated on Kubernetes now supports the ability to disable terminal clearing upon the completion of the installation.
  • Hidden fields can now be exported as part of replicatedctl app-config export with the --hidden flag.
  • Replicated installer will now assemble a default list of NO_PROXY hosts and add them to the environment of Docker, as well as the Replicated and Replicated Operator containers. Additional hosts can be added to the default NO_PROXY list with the additional-no-proxy flag for the Native, Swarm and Kubernetes schedulers.

Changes

  • Additional IP addresses have been added to our list of current IP addresses. Although these are not yet active, any documentation that contains a list of our IP addresses should be updated to include these.
  • Replicated installer now returns an error and a 404 status code when an invalid route is requested from get.replicated.com. Previously the Replicated 1.2 installation script was rendered.
  • Replicated Native and Swarm applications using the V2 support bundle will now collect logs and status information for stopped or crashed containers.
  • The size and number of the Audit Log containers that ship alongside Replicated has been reduced.
  • The clarity of process names used in the on-prem audit log has been improved. For example, the process that previously appeared in ps aux as processor now uses an entrypoint replicated-auditlog-processor.
  • The log level of the replicated-auditlog-cron container has been changed from off to error.

Bug Fixes

  • Fixed an issue where files added to a snapshot by a long running custom backup command could be truncated.
  • Snapshot restores from the CLI would previously exit with a 404 not found error on the Swarm scheduler.
  • All known CVEs with fixes have been patched in all images distributed by Replicated at the time of the release. For more information see this article.

2.23.0

New Features

Changes

  • Replicated now supports Ubuntu Bionic LTS 18.04 on the Native and Swarm schedulers.
  • Improvements have been made around surfacing license upload and sync error messages to the Browser UI and CLI.
  • Application services with failing tasks will be force restarted when starting an app on the Swarm scheduler.
  • Replicated will use the directory /var/lib/replicated/tmp mounted from the host when extracting airgapped bundles rather than /tmp inside the Replicated container.
  • Replicated Cloud API will now return status code 404 when a license is not found rather than 500.

Bug Fixes

  • Resolved a race condition that may cause the application state to get overwritten, resulting in Replicated starting and stopping the previous application version.
  • Updated the container-selinux package from mirror.centos.org from 2.33 to 2.42.
  • Suppressed a Docker warning when bypassing the on-prem registry indicating that the image cannot be accessed at the registry address.

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.