2.39.4

Bug Fixes

  • This release contains bug fixes.

2.39.3

Bug Fixes

  • Certificates in Replicated are now issued for 2 years rather than 100 years, which previously prevented loading the Admin Console in the browser on MacOS Catalina.

2.39.2

Notes

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

Bug Fixes

2.39.1

Notes

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

Bug Fixes

  • Fixed a regression in 2.39.0 that caused applications on HA Kubernetes clusters to be stopped when a master node reboots.
  • 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.39.0

New Features

  • Added the command replicatedctl app-release render-scheduler-spec to render the full Kubernetes or Docker Compose spec. NOTE: Replicated native scheduler is unsupported.
  • The Replicated on-prem registry now supports Docker Image Manifest V 2, Schema 2.
  • It is now possible to upload airgap bundles directly to the server from the Admin Console UI during initial install. Previously a user had to copy the file manually via SSH or FTP.

Changes

  • Rebooting any Replicated Embedded Kubernetes master server will now stop the application and require the user to start it manually.
  • Replicated install scripts will no longer allow you to downgrade Replicated without passing in the force-replicated-downgrade flag.
  • “*.default.svc.cluster.local” has been added as a SAN to the certificate used by all Replicated services running with the Replicated Embedded Kubernetes scheduler.
  • The /releases page in the Admin Console will now display release notes from the latest available release rather than the next release.
  • Checking for application upgrades will no longer be triggered on load of the /releases page. Users can instead check manually as needed by clicking the “Check Now” button.
  • Checking for upgrades will now sync release metadata including the required flag for all available releases when checking for upgrades.

Bug Fixes

  • Custom results for programmable test procedures will no longer be ignored with the Kubernetes and Swarm schedulers.
  • Fixed an issue that could cause Replicated to crash when using programmable test procedures with the Swarm scheduler.
  • Replicated will now install the matching Docker CLI package version to the server version. Previously it would install the latest on some OSs.
  • Fixed an issue that would cause the install scripts to misreport the Docker version as the CLI version rather than the server version.
  • Fixed an issue that could cause a Replicated update to misreport its compatibility with the current Kubernetes version.
  • Fixed an issue that would cause Replicated to crash when the audit log database is corrupt.
  • Replicated will now respect the Config Group or Item test_proc.custom_command.timeout value. Previously Replicated ignored this value and used the test_proc.timeout value.
  • Fixed an issue that could prevent single node Replicated Embedded Kubernetes installations from successfully upgrading to Kubernetes 1.15.3.
  • Fixed an issue with the Rook shared filesystem that caused subdirectory mounts to fail.
  • Fixed an issue that could cause LicenseFieldValue template functions to fail to evaluate when used in the Replicated config section of the YAML on initial import of the application.
  • Fixed an issue that caused reboots to hang with the Replicated Embedded Kubernetes scheduler.
  • Fixed an issue with the replicated apps cli command that would report app state for installs on previous releases as “Started”.
  • Debian interactive prompts have been disabled in the Replicated install scripts, fixing an issue that would cause it to hang when installing Docker.
  • The Replicated install scripts will now respect the additional-no-proxy flag when run subsequent times.
  • 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.38.6

Bug Fixes

  • This release contains bug fixes.

2.38.5

Notes

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

Bug Fixes

  • Fixed a bug introduced in 2.38.4 that could cause app releases to be incorrectly pruned, resulting in Replicated crash looping on startup.
  • Fixed an issue that prevented the Replicated Swarm Support Bundle from collecting logs for the Retraced, Premkit and StatsD services.

2.38.4

Notes

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

Bug Fixes

  • Releases removed from a channel will no longer appear in the list of available updates.

2.38.3

Notes

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

Bug Fixes

  • Fixed an issue with shared filesystem volumes that could cause volume mounts to fail. Affected Pods would write data to the container layer causing data to be isolated to the Pod and lost when the Pod terminates.

2.38.2

Notes

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

Changes