Skip to content

2.81.0

Compare
Choose a tag to compare
@tas-runtime-bot tas-runtime-bot released this 18 Aug 14:10
· 362 commits to develop since this release

Changes

  • Healthchecks for process startup have been renamed from "readiness" to "startup" to better indicate that it is the initial liveness check to ensure the process has started. After completing, it is superceded by the liveness check, which has had no changes.
  • Adds support for "readiness" checks on processes. The purpose of readiness checks are to determine whether a process is capable of serving traffic or not. This is contrasted now with liveness checks which determine if the process is in a state that requires it to be restarted. Readiness checks can be used to pull a process out of service when they fail, while not restarting the process. Once readiness is passing again, the process will be re-added into the service pool. Removal/addition of processes to the service pool is done via route-emitter.
  • cfdot actual-lrps now behaves in a more expected behavior regarding the display of host_tls_proxy_port. It should always be preset, even if the value is 0.
  • Bumped to golang 1.20.7.

✨ Built with go 1.20.7

Full Changelog: v2.80.0...v2.81.0

Resources