Skip to content

GRR v1.9.0: Private Registry Reporting For Duty

Compare
Choose a tag to compare
@garden-gnome garden-gnome released this 29 Jun 12:58
· 2698 commits to develop since this release

Resolves a problem where after multiple invocations of Attach some output would be lost. Also fixes private image support for various non-docker docker registries.

Major Fixes:

  • Fixes calls to the docker /v2 endpoints, this was previously breaking support for private images in various registries ECR (AWS EC2 Container Registry), GCR (Google Container Registry) and JFrog Artifactory.
  • Multiple invocations of Attach no longer lose output (#144412999 )

Minor Fixes:

Changed Bosh Properties:

  • The http_proxy property is now properly escaped before being used (#147667115)
  • The garden_windows job now exposes various new flags (we will start listing these when Windows is officially supported).