From 42f6c2d2a34953bdde5211368a2fe3e5b42822be Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Fri, 27 Mar 2026 12:14:45 +0100 Subject: [PATCH] Update influxdb2 to version 2.8.0 (#5213) --- influxdb2/docker-compose.yml | 2 +- influxdb2/umbrel-app.yml | 20 +++++++++++++++++--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/influxdb2/docker-compose.yml b/influxdb2/docker-compose.yml index c9981de1..aeab99fc 100644 --- a/influxdb2/docker-compose.yml +++ b/influxdb2/docker-compose.yml @@ -6,7 +6,7 @@ services: PROXY_AUTH_WHITELIST: "/api/*,/api/v2/*" app: - image: influxdb:2.7.11-alpine@sha256:21e7caba25c83e7f05898f08b65e0cd843e7c5c3233a909574d3004e82d6a92a + image: influxdb:2.8.0-alpine@sha256:f15dfc604753f53b180364a331b46c2f4bc5c08a665d025982b301efa69bc2f7 user: 1000:1000 restart: on-failure volumes: diff --git a/influxdb2/umbrel-app.yml b/influxdb2/umbrel-app.yml index 594c2ea3..479167bd 100644 --- a/influxdb2/umbrel-app.yml +++ b/influxdb2/umbrel-app.yml @@ -3,7 +3,7 @@ id: influxdb2 name: InfluxDB 2 tagline: The leading platform for time series data category: developer -version: "2.7.11" +version: "2.8.0" port: 8886 description: >- Purpose built for real-time analytics at any scale. @@ -32,8 +32,22 @@ gallery: - 1.jpg - 2.jpg - 3.jpg -releaseNotes: "" +releaseNotes: >- + What's new in v2.8.0: + - Added optional token hashing — when enabled, all API tokens are stored as hashes on disk for improved security + - Fixed compilation on Alpine Linux + + + Also included from v2.7.12: + - Added a --pid-file option to write a PID file on startup + - Added a --storage-wal-flush-on-shutdown option to flush the WAL on shutdown, ensuring all data is written to disk + - Improved error messages for dropped points, including database and retention policy details + - Fixed a locking issue in TagValueIterator that could cause reads and writes to block + - Improved startup logging with a progress counter for shards being opened + + + Full release notes can be found at https://docs.influxdata.com/influxdb/v2/reference/release-notes/influxdb/ dependencies: [] path: "" submitter: dirstel -submission: https://github.com/getumbrel/umbrel-apps/pull/2008 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel-apps/pull/2008