Skip to content

Commit b57f0ea

Browse files
committed
Bump version to 4.8.6 and update release notes with new features and fixes
1 parent 72bd9d3 commit b57f0ea

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

RELEASE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# RELEASE NOTES
22

3+
## v4.8.6 - InfluxDB File Limits and Configuration Updates
4+
5+
* Add ulimits configuration to InfluxDB service to resolve "too many open files" errors by setting soft and hard limits to 65536 by @cwagz in https://github.com/jasonacox/Powerwall-Dashboard/issues/705
6+
* Add enhanced timezone validation with interactive browse feature (`?` at prompt) supporting filters and multi-level IANA zones (e.g., `America/Argentina/Buenos_Aires`) and POSIX TZ strings (e.g., `GMT+5`).
7+
* Add `timezone-test.sh` standalone test script for timezone validation with interactive and non-interactive modes.
8+
* Minor configuration file changes by @BuongiornoTexas in https://github.com/jasonacox/Powerwall-Dashboard/pull/706
9+
* Quote GF_INSTALL_PLUGINS value in grafana.env.sample by @rlerdorf in https://github.com/jasonacox/Powerwall-Dashboard/pull/703
10+
311
## v4.8.5 - Setup and Verify
412

513
* Add enhanced log display options to `verify.sh`: supports `--logs` and `--no-logs` flags to control log output, and interactive prompt for log viewing. Log output is now cleaner and only shown when requested.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.8.5
1+
4.8.6

upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
set -e
77

88
# Set Globals
9-
VERSION="4.8.5"
9+
VERSION="4.8.6"
1010
CURRENT="Unknown"
1111
COMPOSE_ENV_FILE="compose.env"
1212
INFLUXDB_ENV_FILE="influxdb.env"

0 commit comments

Comments
 (0)