Releases: Stratoscale/skipper
Releases · Stratoscale/skipper
v2.2.5
What's Changed
- add build arg and build context args by @khizunov in #167
- Fix user permissions and add support for Docker buildkit and credentials by @khizunov in #168
- Update operating system classifier in setup.cfg by @khizunov in #170
- Fix sudo command in skipper-entrypoint.sh by @khizunov in #171
- Fix sudo command in skipper-entrypoint.sh by @khizunov in #172
- make use of sudo optional by @khizunov in #176
- Fix #174 detect git in project subdir by @IliaFeldgun in #175
New Contributors
- @khizunov made their first contribution in #167
- @IliaFeldgun made their first contribution in #175
Full Changelog: 2.0.3...v2.2.5
2.0.3
Version 2.0.2
Version 2.0.1
Version 2.0.0
Version 1.34.0
- Handle host path directory creation failure differently for podman
- Don't use shared bind mounts
Version 1.33.0
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
1.32.0 Add runtime command (podman/docker...) environment variable
Fixed type error during shell interpolation
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
1.30 Support shell interpolation