Skip to content

v1.1.6

Compare
Choose a tag to compare
@bparees bparees released this 12 May 21:06
· 489 commits to master since this release
  • Ensure default pull policy is set
  • Support runtime image pull policy configuration
  • Remove deprecated --force-pull flag
  • Retry on image pull failures
  • Increase the log level threshold of some log messages
  • Redact credentials from proxy values before logging them
  • Binaries are now built fully static
  • Release binaries are now build with debug symbols stripped for smaller size
  • Share a single docker-engine client instance to reduce go routine creation
  • Ensure docker client related go routines are properly terminated
  • Fixes to the s2i examples
  • Pull image immediately before use to reduce timing window in which the image is removed after being pulled