Skip to content

Releases: openshift/source-to-image

Release v1.3.6

04 Apr 16:42
v1.3.6
cd7d7ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.5...v1.3.6

Release v1.3.5

15 Mar 20:55
v1.3.5
c5a0536
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.4...v1.3.5

Release v1.3.4

12 Mar 04:18
v1.3.4
c6c9fed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

v1.3.3

12 Mar 03:51
v1.3.3
94a6945
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.3.3

v1.3.2

14 Dec 15:16
78363ee
Compare
Choose a tag to compare

New Features

  • Updated to use go1.18

v1.3.1

09 Oct 18:45
a5a7714
Compare
Choose a tag to compare

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

v1.3.0

16 Apr 14:58
eed2850
Compare
Choose a tag to compare

New Features

  1. #1001 and #1014 Dockerfile to run s2i in a container
  2. #1002 and ##1023 New command s2i generate

Bug Fixes

  1. #1004 Fix example restore artifacts script
  2. #1018 Do not propagate URL-like image names to Dockerfile
  3. #1019 Allow podman or docker to run build-release script

Docs & Tech Debt

  1. #988 remove func GetStrategy
  2. #994 Upgrade to Go Modules
  3. #1007 Update readme to use a newer Ruby image
  4. #1010 Improve Contributor Guidelines
  5. #1012 Use buildkit for dockerfile parsing
  6. #1014 Fix runtime user in s2i image Dockerfile.
  7. #1020 Bump travis to golang 1.13
  8. #1022 Fix transient dependencies

Contributors

v1.2.0

18 Oct 19:39
2a579ec
Compare
Choose a tag to compare

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

15 May 14:10
874754d
Compare
Choose a tag to compare
  • Bug 1668130: --as-dockerfile builds report errors if the ScriptsURL 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

11 Dec 18:31
b54d75d
Compare
Choose a tag to compare
  • add --assemble-runtime-user flag for extended builds
  • fix container termination checking logic to be more robust
  • better checking for recursive copy conditions