Skip to content

Releases: blib-la/runpod-worker-helloworld

1.6.0

11 Dec 21:10
Compare
Choose a tag to compare

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

09 Dec 22:38
Compare
Choose a tag to compare

1.5.0 (2023-12-09)

Features

  • update ToC in README.md (7686519)

1.4.0

09 Dec 22:31
Compare
Choose a tag to compare

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

09 Dec 12:36
Compare
Choose a tag to compare

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)

1.2.1

08 Dec 22:57
Compare
Choose a tag to compare

1.2.1 (2023-12-08)

Bug Fixes

  • add additional-package "@semantic-release/git" (cbe0ce2)
  • updated workflow to use "codfish/semantic-release-action" in order to have access to the release-version (c396f12)

1.2.0

07 Dec 22:55
Compare
Choose a tag to compare

1.2.0 (2023-12-07)

Features

  • run "docker-release" once the release-workflow is done (0d88138)

1.1.1

07 Dec 22:48
Compare
Choose a tag to compare

1.1.1 (2023-12-07)

Bug Fixes

  • the GitHub action is allowed to write into "issues" (a7d4bfd)

1.1.0

07 Dec 22:45
Compare
Choose a tag to compare

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)

Features

  • changed workflow to have "next" and "main"; added semantic-release to create a release automatically (02c75b4)
  • splitted "release" and "docker-release" into two workflows (1ff183c)

1.0.0

12 Oct 07:45
Compare
Choose a tag to compare