You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.