Backblaze / boardwalk

A linear remote execution workflow engine built on top of Ansible
Other
11 stars 0 forks source link

Bugfix: version number wasn't appearing in container builds #42

Closed m4wh6k closed 1 year ago

m4wh6k commented 1 year ago

What and why?

After switching to using a pyproject.toml, boardwalk and boardwalkd where no longer outputting the correct package version number specifically when built as a distribution package. It was appearing as 0.0.0 in on the CLI and in the UI. After some head-scratching, I realized that this issue resolves if arguments are passed to build explicitly. I'm assuming this might be a bug in setuptools, but I'm not entirely certain. I tried using the latest version and the situation didn't resolve.

How was this tested?

Tested by building and running boardwalk as a container locally, which uses the dist package

Checklist