From 1989d1cbbfb1c38f0184053f27904954db875244 Mon Sep 17 00:00:00 2001 From: "Jason A. Cox" <jason@jasonacox.com> Date: Wed, 27 Jul 2022 18:33:31 -0700 Subject: [PATCH] v2.4.5 --- RELEASE.md | 5 +++++ VERSION | 2 +- upgrade.sh | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 65934e20..f1650d2c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,10 @@ # RELEASE NOTES +## v2.4.5 - pyPowerwall v0.6.0 + +* Upgraded to pyPowerwall [v0.6.0](https://github.com/jasonacox/pypowerwall/releases/tag/v0.6.0) Proxy t17 - Persistent HTTP Connections +* Added setup warning. Raspbian GNU/Linux 10 (buster) has a bug in the libseccomp2 library that causes the pypowerwall container to fail. See details an fix in #56 + ## v2.4.4 - Dashboard Updates * Fixed Current State panel so it is not affected by different time range selections, and "No Data" issue by @mcbirse in https://github.com/jasonacox/Powerwall-Dashbsoard/pull/50 diff --git a/VERSION b/VERSION index 79a61441..59aa62c1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.4 +2.4.5 diff --git a/upgrade.sh b/upgrade.sh index 3a4b34c4..2a0011ee 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -4,7 +4,7 @@ set -e # Set Globals -VERSION="2.4.4" +VERSION="2.4.5" CURRENT="Unknown" if [ -f VERSION ]; then CURRENT=`cat VERSION`