Skip to content

v1.0.4

Compare
Choose a tag to compare
@bparees bparees released this 19 Nov 19:31
· 989 commits to master since this release
  • Updated Cobra dependency for better help output
  • Do not call chmod on Windows
  • Various fixes to tar logging and path handling
  • Remove glog prefix on build logs unless log level is verbose
  • Add example to build help output
  • Various fixes for git url parsing
  • Deprecate --force-pull, replace with --pull-policy
  • Validation check for docker daemon availability
  • Fix path joining for paths produced on Windows but used inside a container
  • Better logging when docker client invocations fail
  • Warn users if their override s2i scripts are in the wrong directory in their source repository
  • Add option to specify the user for executing the assemble script during the build process
  • Provide additional info about the source that was built when invoking optional webhook callback
  • Fixed issue with copying local filesystem paths that did not have a trailing slash
  • Added committer and author information to source information included in the resulting image
  • Proper handling of submodules when building a specific commit of a repository
  • Fix handling of symlinks in source repositories
  • Display s2i version in build logs when run in verbose mode