Releases: openshift/source-to-image
Releases · openshift/source-to-image
Release v1.4.0
What's Changed
- fixing CVE-2023-44487 by @coreydaley in #1130
- Improve stacktrace to fix tech debts by @divyansh42 in #1132
- Resolves #1124: Always scan the repository for provided scripts by @cuppett in #1125
- Bump dependencies by @coreydaley in #1133
- bump dependencies by @coreydaley in #1136
- OCPBUGS-28667: Replace 'coreydaley' with 'sayan-biswas' in OWNERS file by @coreydaley in #1139
- chore: update docker to v25 by @matejvasek in #1140
- BUILD-854: Add adambkaplan as approver by @adambkaplan in #1143
New Contributors
- 🎉 @divyansh42 made their first contribution in #1132
- 🎉 @cuppett made their first contribution in #1125
Full Changelog: v1.3.9...v1.4.0
Release v1.3.9
What's Changed
- Updating to Go 1.20 and bumping dependencies by @coreydaley in #1127
- Updating dependencies by @coreydaley in #1128
Full Changelog: v1.3.8...v1.3.9
Release v1.3.8
What's Changed
- S2I command always uses 'latest' tag by @coreydaley in #1123
Full Changelog: v1.3.7...v1.3.8
Release v1.3.7
What's Changed
- Bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible by @dependabot in #1118
- Update dependencies by @coreydaley in #1121
Full Changelog: v1.3.6...v1.3.7
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 🎉)