Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 08:20
· 1503 commits to main since this release
7bf9793

Changelog

  • Client can run as a docker container now. Setup key can be provided via env allowing for the deployment automation (e.g. ansible, cloud formation, terraform, etc). See examples.
    docker run --rm -d  \
      --network host \
      --privileged \
      -e WT_SETUP_KEY=<SETUP KEY> \
      -v wiretrustee-client:/etc/wiretrustee \
      wiretrustee/wiretrustee:0.3.0
  • Client bug fixes

Docker images

  • docker pull wiretrustee/wiretrustee:0.3.0
  • docker pull wiretrustee/signal:0.3.0
  • docker pull wiretrustee/management:0.3.0
  • docker pull wiretrustee/management:debug-latest