Skip to content

Releases: Stratoscale/skipper

v2.2.5

27 May 14:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.3...v2.2.5

2.0.3

21 Oct 20:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.0.3

Version 2.0.2

04 Sep 13:52
Compare
Choose a tag to compare

What's Changed

  • fix tag format as utf-8 instead of byte by @eifrach in #164
  • Directly list all Containerfile and Dockerfile files by @ygalblum in #165

New Contributors

Full Changelog: 2.0.1...2.0.2

Version 2.0.1

11 May 14:05
Compare
Choose a tag to compare

What's Changed

  • Fix tool recognition method by @ygalblum in #160
  • When running under podman use keep-groups to maintain the groups of the user by @ygalblum in #161
  • Add support for Containerfile in addition to Dockerfile by @ygalblum in #162

New Contributors

Full Changelog: 2.0.0...2.0.1

Version 2.0.0

14 Mar 19:17
Compare
Choose a tag to compare

What's Changed

  • Remove support (and tests) for Python 2 by @osherdp in #158
  • README: escape dollars to avoid math rendering by @cben in #156
  • Support wheels distribution by @osherdp in #157

New Contributors

Full Changelog: 1.34.0...2.0.0

Version 1.34.0

08 Sep 08:17
Compare
Choose a tag to compare
  • Handle host path directory creation failure differently for podman
  • Don't use shared bind mounts

Version 1.33.0

06 Jul 10:44
Compare
Choose a tag to compare

Fix ulimit issue with docker
Output generated by the container runtime during _prepare_build_container stage is directed to stderr

Add runtime command environment variable

25 Aug 12:38
Compare
Choose a tag to compare
1.32.0

Add runtime command (podman/docker...) environment variable

Fixed type error during shell interpolation

24 Aug 12:43
Compare
Choose a tag to compare
Fixed shell interpulation TypeError

check_output returns a byte string and we need a character (Unicode) string for replace to work

Add support for shell commands interpolation

28 Jul 11:41
Compare
Choose a tag to compare
1.30

Support shell interpolation