Update influxdb2 to version 2.8.0 (#5213)
This commit is contained in:
parent
e19540e106
commit
42f6c2d2a3
@ -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:
|
||||
|
||||
@ -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
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/2008
|
||||
|
||||
Loading…
Reference in New Issue
Block a user