Skip to content

Releases: distributed-system-analysis/file-relay

First update

08 Nov 20:52
c98008e
Compare
Choose a tag to compare

Now that we are preparing to put this into production use, we need to release the fix for the "leak" in the server status response.

The relay container image should be available from quay.io/pbench/file-relay:latest.

The current documentation consists only of the README.md and the output of the --help text, but hopefully these are sufficient for now. (If you feel otherwise, feel free to open an Issue or, better yet, make a Pull Request. 🙂)

What's Changed

  • Update python Docker tag to v3.11 by @renovate in #11
  • Build containers for pushes to main and only published releases by @webbnh in #13
  • Add a sample systemctl file for running the relay as a service by @webbnh in #12
  • Update actions/checkout action to v4 by @renovate in #14
  • Update docker/build-push-action action to v5 by @renovate in #15
  • Update docker/login-action action to v3 by @renovate in #16
  • Update docker/metadata-action action to v5 by @renovate in #17
  • Update actions/checkout digest to 8ade135 by @renovate in #19
  • Update actions/checkout digest to b4ffde6 by @renovate in #21
  • Remove files list from status info; update README.md by @webbnh in #22

Full Changelog: v0.1.0...v0.1.1

Initial release

30 Aug 19:30
c6492c6
Compare
Choose a tag to compare

Now that we have the ability to build, publish, pull, and run the relay via a container image, it is time to declare the initial release!

The relay container image should be available from quay.io/pbench/file-relay:v0.1.0.

The current documentation consists only of the README.md and the output of the --help text, but hopefully these are sufficient for now. (If you feel otherwise, feel free to open an Issue or, better yet, make a Pull Request. 🙂)