Releases: blib-la/runpod-worker-helloworld
Releases · blib-la/runpod-worker-helloworld
1.6.0
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
1.4.0
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.1.0 (2023-12-07)
Bug Fixes
- added required plugin "@semantic-release/git" (b057aae)
- don't run "npm install" as this is not a node-project (1b29c85)
- install "@semantic-release/git" before executing "semantic-release" (333f0d7)
- renamed "GITHUB_TOKEN" to "GH_TOKEN" (f38383e)
- set correct "permissions" and use the default "GITHUB_TOKEN" that comes automatically (924d00f)