Skip to content

Releases: marshall7m/terrace

v0.1.8

18 Jun 20:56
Compare
Choose a tag to compare
  • Bump to pytest-terra-fixt==0.4.2

v0.1.7

18 Jun 02:14
Compare
Choose a tag to compare
  • Add unzip to runtime image installation

v0.1.6

18 Jun 02:09
Compare
Choose a tag to compare
  • 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

07 Jun 19:12
Compare
Choose a tag to compare

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

05 Jun 00:50
Compare
Choose a tag to compare
  • Install jq within the last stage of the build to be included within runtime

v0.1.3

26 May 20:52
Compare
Choose a tag to compare

Bump pytest-terra-fixt==0.4.1

v0.1.2

25 May 22:44
Compare
Choose a tag to compare

Replace pytest-terra-fixt-marshall7m==0.4.0 with terra-fixt==0.4.0 within requirements.txt

v0.1.1

25 May 18:20
Compare
Choose a tag to compare

Add pytest-terra-fixt-marshall7m==0.4.0 to requirements.txt

v0.1.0

19 May 18:59
Compare
Choose a tag to compare

This is an initial experimental release