Skip to content

v0.0.114

Latest

Choose a tag to compare

@github-actions github-actions released this 18 May 22:40
v0.0.114
6d8b5a4
Release v0.0.114

Changes since v0.0.113:

* Certificates: add --json output flag to all `certificates get-*`
  commands. Emits structured JSON with separated cert (and key, where
  applicable) fields, replacing the awk-parsed PEM bundle. (#183)

* Azure: default the Azure cluster to minimal compute. (#181)

* Analytics proxy: proxy invalid Analytics URLs verbatim instead of
  rewriting them — disable nginx `merge_slashes` and drop the trailing
  slash from `proxy_pass` so empty path components are preserved.