Source To Image Versions Save

A tool for building artifacts from source and injecting into container images

v1.3.9

6 months ago

What's Changed

Full Changelog: https://github.com/openshift/source-to-image/compare/v1.3.8...v1.3.9

v1.3.8

9 months ago

What's Changed

Full Changelog: https://github.com/openshift/source-to-image/compare/v1.3.7...v1.3.8

v1.3.7

9 months ago

What's Changed

Full Changelog: https://github.com/openshift/source-to-image/compare/v1.3.6...v1.3.7

v1.3.6

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/openshift/source-to-image/compare/v1.3.5...v1.3.6

v1.3.5

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/openshift/source-to-image/compare/v1.3.4...v1.3.5

v1.3.4

1 year ago

v1.3.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/openshift/source-to-image/compare/v1.3.2...v1.3.3

v1.3.2

1 year ago

New Features

  • Updated to use go1.18

v1.3.1

3 years ago

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 :tada:)
  • @yselkowitz (new contributor :tada:)

v1.3.0

4 years ago

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

  • @soulseen
  • @otaviof
  • @gabemontero
  • @bparees
  • @sdarwin
  • @bamachrn
  • @isutton