Skip to content

v1.12.8

Compare
Choose a tag to compare
@nfuden nfuden released this 22 Aug 11:40
· 112 commits to v1.12.x since this release
0fb49a3

Dependency Bumps

  • envoy-gloo/solo-io has been upgraded to v1.23.0-patch3.

Fixes

  • Remove the duplicate VolumeMount definition on the Gloo Deployment.
    If upgrading Gloo using the Fluxv2 stack, the Helm-Controller would emit an error about duplicate keys,
    and fail the upgrade. Anyone using the Helm CLI would not encounter an error, but would have one of the
    VolumeMount defintions applied, which could lead to errors. (#6977)
  • Redact Artifact contents when stringifying the Gloo API Snapshot. Previously Secrets were redacted,
    as they contain sensitive information. It's possible that ConfigMaps could as well, so we redact
    Artifacts as well. (solo-io/solo-projects#3975)
  • Allow for more easily denoting a seperate account's lambda that is
    allowed to be used from a resource policy basis. (#6941)