Skip to content

v0.21.1

Compare
Choose a tag to compare
@GrahamGoudeau GrahamGoudeau released this 13 Nov 02:16

Helm Changes

New Features

  • Adds the glooctl command "glooctl debug yaml". This command dumps a YAML manifest representing the current state of the Gloo installation running in the specified namespace. This is mainly used as a debug tool, and is not yet suitable for use as a Gloo backup tool; the dumped manifest contains resourceVersions, so you may be unable to do, for example, "glooctl debug yaml | kubectl apply -f -" if a resource has changed between the dump and the "kubectl apply". (solo-io#1650)
  • Implement a utility to print snapshot content with the Secret content redacted (solo-io#1679)

Fixes

  • Downgrade the log level from Error to Warn when gloo fails to report statistics (solo-io#1633)
  • Security Fix: Fix a bug where, when Gloo's logging level is set to Debug, we may inadvertently write the content of Secrets into the pod logs. We now print the same content into the logs, but with the Secret data redacted. (solo-io#1679)