Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 3.42 KB

CHANGELOG.md

File metadata and controls

44 lines (26 loc) · 3.42 KB

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)

1.5.0 (2023-12-09)

Features

  • update ToC in README.md (7686519)

1.4.0 (2023-12-09)

Features

  • added "README.md" to get updated ToC into release (ad00ca3)
  • renamed workflow from "docker-dev" to "dev" (5800b10)

1.3.0 (2023-12-09)

Features

  • generate CHANGELOG.md, added permission "pull-requests" for semantic-release, renamed a few steps to make them more clear (69d4c35)