Releases: openshift/source-to-image
Releases · openshift/source-to-image
Release v1.3.6
What's Changed
- Generate SHA512SUM for release archives by @coreydaley in #1112
- Clean up Makefile, remove outdated tools, setup goio by @coreydaley in #1113
- A few small fixes by @coreydaley in #1115
- Bump github.com/opencontainers/runc from 1.1.4 to 1.1.5 by @dependabot in #1117
New Contributors
- @dependabot made their first contribution in #1117
Full Changelog: v1.3.5...v1.3.6
Release v1.3.5
What's Changed
- refactor(fs): simplify CopyContents by @Juneezee in #1111
- Update dependencies by @yselkowitz in #1114 - Fixes GO-2023-1571
New Contributors
Full Changelog: v1.3.4...v1.3.5
Release v1.3.4
v1.3.3
What's Changed
- fix: honor --exclude when using --as-dockerfile by @matejvasek in #1105
- Re-enable cross builds for aarch64/arm64 by @coreydaley in #1108
New Contributors
- @matejvasek made their first contribution in #1105
Full Changelog: v1.3.2...v1.3.3
v1.3.2
New Features
- Updated to use go1.18
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-dockerfilebuilds report errors if theScriptsURLdoes 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.