Skip to content

Releases: ml-tooling/universal-build

0.6.18

17 Nov 16:59
Compare
Choose a tag to compare

PyPi Release DockerHub Release DockerHub Image Size

馃懃 Contributors

Thanks to @LukasMasuch for the contributions.

0.6.15

25 Aug 20:36
Compare
Choose a tag to compare

PyPi Release DockerHub Release DockerHub Image Size

馃毃 Bug Fixes

  • Fixed issue with copy folder method (#32)

馃懃 Contributors

Thanks to @LukasMasuch and @raethlein for the contributions.

0.6.13

22 Mar 18:29
Compare
Choose a tag to compare

PyPi Release DockerHub Release DockerHub Image Size

馃巵 Features & Improvements

  • Allow passing additional flags to the openapi_utils generate functions (e.g. to pass --global-property skipFormModel=False
  • Security check failures do not prevent a release anymore because previously just announced security issues which haven't had a fix yet (e.g. announced CVEs) caused that no new universal-build versions were releasable

馃懃 Contributors

Thanks to @raethlein for the contributions.

0.6.11

18 Feb 13:52
Compare
Choose a tag to compare

PyPi Release DockerHub Release DockerHub Image Size

馃懛 Maintenance & Refactoring

馃懃 Contributors

Thanks to @JanKalkan and @raethlein for the contributions.

0.6.9

09 Feb 12:09
Compare
Choose a tag to compare

PyPi Release DockerHub Release DockerHub Image Size

馃巵 Features & Improvements

馃毃 Bug Fixes

馃懃 Contributors

Thanks to @raethlein for the contributions.

0.6.8

07 Feb 13:37
Compare
Choose a tag to compare

PyPi Release DockerHub Release DockerHub Image Size

馃巵 Features & Improvements

馃毃 Bug Fixes

  • Added a function get_pip_compatible_string to build_utils._Version to get a version number that is compatible with PEP 440. To set dev versions in your Python project's about.py file, use that function.

馃懃 Contributors

Thanks to @raethlein for the contributions.

0.6.6

12 Dec 17:07
Compare
Choose a tag to compare

PyPi Release DockerHub Release DockerHub Image Size

馃巵 Features & Improvements

馃毃 Bug Fixes

  • Refactor and fix release-pipeline to fully work with act locally.

馃懃 Contributors

Thanks to @LukasMasuch for the contributions.

0.6.1

10 Dec 00:46
Compare
Choose a tag to compare

PyPi Release DockerHub Release DockerHub Image Size

馃懃 Contributors

Thanks to @LukasMasuch for the contributions.

0.6.0

08 Dec 17:47
Compare
Choose a tag to compare

PyPi Release DockerHub Release DockerHub Image Size

馃巵 Features & Improvements

  • Added check_image method to docker utilities to check docker image for vulnerabilities via trivy.

馃懃 Contributors

Thanks to @LukasMasuch for the contributions.

0.5.0

07 Dec 21:17
Compare
Choose a tag to compare

PyPi Release DockerHub Release DockerHub Image Size

馃懛 Maintenance & Refactoring

  • Add support for docker image prefix in docker build function

馃毃 Bug Fixes

  • Update lxml to fix python safety check
  • Only use latest as version for docker image if version does not contain a suffix (-)
  • Fix bug with wrong pipenv check when testing with python environments

馃懃 Contributors

Thanks to @LukasMasuch for the contributions.