4.12.2: Happy holidays
Merry Christmas and a happy new year! 🎄🎆
A happy new year release! This release is a maintenance release which mainly updates the used libraries. And increased the weather logging a bit.
And just before this release bug #975 with the CHIRP sensor has been fixed.
Or, go the installation page in order to install Terrarium PI version.
What's Changed
- Bump @sveltejs/kit from 2.8.2 to 2.8.3 by @dependabot in #969
Upgrading
Use the following steps to upgrade TerrariumPI
Docker
- Stop TerrariumPI:
docker compose down
- Update version number in
docker-compose.yaml
and rundocker compose pull
- Start TerrariumPI:
docker compose up -d
Or go to the upgrade steps on the documentation page
Manual
- Stop TerrariumPI:
sudo service terrariumpi stop
- Update the code:
git pull
- Rerun the installer:
sudo ./install.sh
- Start TerrariumPI:
sudo service terrariumpi start
Or go to the upgrade steps on the documentation page
Full Changelog: 4.12.1...4.12.2