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.