2.53.2

Changes

  • The Replicated Native and Swarm install scripts will now install Docker 20.10.7 on Amazon Linux 2.
  • The Replicated install scripts will now configure the Docker systemd service with the HTTPS_PROXY environment variable in addition to the HTTP_PROXY variable.

Bug Fixes

  • Fixed an issue that could cause the replicated and replicated-ui containers to stop accepting network connections due to too many open file descriptors.
  • Fixed an issue that could cause Replicated to spawn many utility containers causing Docker to become unresponsive.
  • Fixed an issue that could cause Replicated to fail to start due to an invalid certificate.

2.53.1

Bug Fixes

  • This release contains bug fixes.
  • 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.53.0

New Features

  • Docker 20.10.7 is now the default Docker version installed by the Native and Swarm scheduler install scripts when available.
  • CentOS, RHEL and Oracle Linux 8 are now supported by the Native scheduler.

Bug Fixes

  • Fixed an issue that could cause the Native scheduler installation to fail when overriding the registry address for the Replicated images.
  • Fixed an issue that could cause Replicated Native to fail to start due to incorrect directory permissions.
  • Fixed an issue that could cause Replicated to fail to update the application with error “Cannot find version”.
  • Fixed an issue where Replicated would log http proxy passwords.
  • 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.52.0

New Features

  • It is now possible when using the Native scheduler to specify Docker logging driver configuration for each container using the container.log_config property.
  • A new HTTP Request Programmable Preflight Check has been added for the Native and Swarm schedulers.

Changes

  • The Replicated Admin Console browser session will now time out after 30 minutes of inactivity to better align with NIST guidelines. Previously this time out was set to 24 hours.
  • The Native and Swarm installation scripts ensure that /etc/replicated.conf is world-readable if it exists so that it can be read by the Replicated daemon.
  • Support bundle parallel task execution concurrency is now limited to the number of CPU cores up to a maximum of 4 to prevent starving the system of resources. Previously this limit was set to the number of CPU cores.
  • The replicatedctl snapshots ls command will now return snapshots in date order instead of ID order.

Bug Fixes

  • The statsd container will no longer use host networking when passing the disable-replicated-host-networking flag to the Replicated Native Scheduler installation scripts.
  • Fixed an issue that could cause Replicated to fail to garbage collect unused images from previous versions of the application.
  • Fixed an issue that could cause Replicated to show a “no updates to apply” error when attempting to upgrade the application.
  • Fixed an issue that could prevent docker 20.10 from installing on RHEL 7. Docker 19.03 will remain the default installed version and the highest supported version.
  • 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.51.3

Notes

  • This release is currently only available for the Swarm and Native schedulers.

Bug Fixes

  • Fixed an issue that would prevent Replicated Native from starting with custom branding or terms.
  • 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.51.2

Bug Fixes

  • The replicated installer uses temporary directories generated with mktemp.

2.51.1

Changes

  • Replicated will now allow upgrades to the application even if the Replicated version is above the upper limit specified in the replicated_version preflight check when running in airgapped mode matching the behavior in online installations.
  • The Replicated Embedded Kubernetes uninstall script will now ignore errors and continue until completion.

Bug Fixes

  • Fixed an issue that could cause the Support Bundle to fail to generate when using a custom TLS key pair in Replicated Embedded Kubernetes.
  • Replicated Native systemd services will no longer recursively change ownership of the Replicated data directories which may cause data corruption in the Retraced Postgres database.
  • Fixed an issue that would prevent Replicated Native auto-upgrades when running Docker 1.13.x on RHEL and CentOS.
  • Fixed an issue that could cause the Replicated Embedded Kubernetes uninstall script to exit early with the error device or resource busy when removing data directories.
  • Fixed errors tagging data in the Graphite tag database.
  • 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.51.0

New Features

Changes

  • Host networking will now be disabled for the Replicated On-Prem Registry at port 9874 when passing the disable-replicated-host-networking flag to the Replicated Native Scheduler installation scripts.

Bug Fixes

  • Fixed an issue that could cause the replicated-ui container to fail to start up after a Replicated upgrade when using the Native scheduler.
  • Fixed an issue that would cause Swarm scheduler Replicated auto-upgrades to overwrite customizations made to the Replicated services using the tls-cert-path installer flag.
  • Fixed an issue that would cause Swarm scheduler Replicated auto-upgrades to overwrite customizations made to the Replicated services using the ui-bind-port installer flag.
  • Fixed an issue that could cause Replicated to fail to prune images in the on-prem registry when too many app releases are installed due to timeouts.
  • Fixed an issue that would often cause the user to be redirected to the Settings page of the Admin Console.
  • 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.50.0

New Features

  • It is now possible to attach a container to a Docker network other than the bridge or host network as well as to define network aliases for that container when using the Native scheduler. When specifying a user-defined network, it is a requirement that the network already exist.

Bug Fixes

  • Fixed an issue that would allow the Admin Console browser session token to be reused after logout.
  • Fixed an issue that could result in the replicated-ui container using increasingly high cpu.
  • 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.49.1

Notes

  • This release is currently only available for the Kubernetes scheduler.

Bug Fixes