Skip to content

4.7.0: Finalizing the software

Compare
Choose a tag to compare
@theyosh theyosh released this 10 Sep 14:39
· 889 commits to main since this release

Extra documentation and full release information: https://theyosh.github.io/TerrariumPI/posts/2023/09/10/release-terrariumpi-v-4-7-0/

What's Changed

  • Remove deprecated mac argument for pywemo by @esev in #808

New Contributors

  • @esev made their first contribution in #808

Upgrading

Use the following steps to upgrade TerrariumPI

Docker

Do a docker compose pull to get the new image and with docker compose up -d to start the new release.

Manual

  • Stop TerrariumPI: sudo service terrariumpi stop
  • Update the code: git pull
  • Rerun the installer: sudo ./install.sh
  • Start TerrariumPI: sudo service terrariumpi start

Full Changelog: 4.6.3...4.7.0