Skip to content

1.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 21:10
· 1 commit to main since this release

1.6.0 (2023-12-11)

Bug Fixes

  • "bash" doesn't exist in "alpine", so use "sh" (fcb1c3a)
  • added "gcc libc-dev libdffi-dev" to enable builds for mac (807c377)
  • removed libtcmalloc detection as this is not needed for this basic example (b6fb8b1)

Features

  • added "pycache" (4bcee8b)
  • added labels, combined commands, moved installation for requirements before adding the src (a93e16f)
  • create image for "linux/amd64" and "linux/arm64/v8" during development, to make it testable on MacOS (73bde20)
  • install dependencies from requirements.txt (d16f2c6)
  • moved everything into "src", split "handler" and "hello_world" into two, added "start.sh", added unit tests, added requirements to handle dependencies (5329d4a)
  • provide an easy way to run the docker image locally with compose (655eaa7)
  • removed "linux/arm64/v8" as people should build this locally if they need it (ad30c76)
  • run unit tests automatically (2610411)
  • use "pip3" instead of "pip", updated description (4b617d3)
  • use bash instead of sh (83067b7)