Releases: openshift/source-to-image
Releases · openshift/source-to-image
v1.3.1
New Features
- Linux client binaries for Power (ppc64le) and Z (s390x) architectures (#1046)
Bug Fixes
- Fix parsing of SCP-style URLs for git clones (#1054)
- Fix go module issues preventing install via
go get
(#1050)
Docs & Tech Debt
- Work-arounds for using builder image labels on OpenShift 4 (#1033, #1036)
- Clean up imports (#1043)
- Upgrade klog to v2 (#1053)
- Use volume mounts in release script (#1055)
Contributors
- @adambkaplan
- @coreydaley-redhat
- @gabemontero
- @ka-zo (new contributor 🎉)
- @yselkowitz (new contributor 🎉)
v1.3.0
New Features
Bug Fixes
- #1004 Fix example restore artifacts script
- #1018 Do not propagate URL-like image names to Dockerfile
- #1019 Allow podman or docker to run build-release script
Docs & Tech Debt
- #988 remove func GetStrategy
- #994 Upgrade to Go Modules
- #1007 Update readme to use a newer Ruby image
- #1010 Improve Contributor Guidelines
- #1012 Use buildkit for dockerfile parsing
- #1014 Fix runtime user in s2i image Dockerfile.
- #1020 Bump travis to golang 1.13
- #1022 Fix transient dependencies
Contributors
v1.2.0
Bug fixes:
- #867 Apply .s2iignore during copy from local directory
Refactors:
- #967 remove basename in main(), the var basename is not used in func CommandFor()
- #975 Refactor s2i Tests for ci-operator
- #976 Bump release golang to 1.12.5
- #982 Move from glog to klog
- #988 remove func GetStrategy
Contributors:
v1.1.14
- Bug 1668130:
--as-dockerfile
builds report errors if theScriptsURL
does not contain any required s2i scripts. - S2I builds no longer fail if UTF-8 filenames are present in source code.
- #955: Allow concurrent S2I builds by seeding the randomizer used to name s2i build containers.
v1.1.13
v1.1.12
- Various fixes to dockerfile generation behavior
- New option to control symlink behavior
- Introduce --add-host option to add host resolutions to containers being run
- Increase timeout on tar extraction from 30s to 5 minutes
- Clean up saved artifacts if an error occurs while extracting them
v1.1.11
v1.1.10
- Switched to glide dependency management
- Pulled in docker patch to address hanging container pipes
- Prevent save-artifacts tar extraction from overwriting files outside the working directory
- Tolerate semi-colon separated list of volumes
- Perform URL redaction w/o mutating original content