Skip to content

v0.21.27

Compare
Choose a tag to compare
@sam-heilbron sam-heilbron released this 11 Jul 19:31
2415fab

Fixes

  • Ensure that the handler for the /logging endpoint of the stats server is never nil. (solo-io/gloo#6449)
  • Ensure the SecurityScanner scans all images for a set of minor versions. Previously, the scanner would only scan the latest patch release, which would cause docs which depend on these scans (as Gloo Edge does) to show empty scans. (#469)
  • Expose a new option 'CreateGithubIssueForLatestPatchVersion', which when enabled, will ensure that the SecurityScanner only creates Github issues to track the latest patch version as opposed to creating an issue for every version (which it has historically done) (#478)