Releases: marshall7m/terrace
Releases · marshall7m/terrace
v0.1.8
- Bump to pytest-terra-fixt==0.4.2
v0.1.7
- Add unzip to runtime image installation
v0.1.6
- Use python:3.9 for the base image within the multi-stage build. This removes the need to install build dependencies within the install script
- use $VIRTUAL_ENV/bin for copying over the base image's installed binaries to the runtime image. Using $VIRTUAL_ENV/bin instead of /usr/local/bin so unnecessary baked-in packages from the base python:3.9 image are not copied over. This results in the base binaries now being isolated from the system-wide runtime binaries.
v0.1.5
Bug Fix
- replace tgenv with tgswitch to workaround tgenv install error caused by GitHub API rate limit issue within CI env. see issue here: cunymatthieu/tgenv#21
v0.1.4
- Install jq within the last stage of the build to be included within runtime
v0.1.3
Bump pytest-terra-fixt==0.4.1
v0.1.2
Replace pytest-terra-fixt-marshall7m==0.4.0 with terra-fixt==0.4.0 within requirements.txt
v0.1.1
Add pytest-terra-fixt-marshall7m==0.4.0 to requirements.txt
v0.1.0
This is an initial experimental release