Skip to content

Commit

Permalink
influxdb 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dattel committed Apr 25, 2024
1 parent 2fa5d89 commit 832cae4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions influxdb2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
## What’s changed - Release v0.2.0
## What’s changed - Release v0.2.1

## 🚀 Enhancements

- 🚀 none

## 🧰 Maintenance

- 🧰 InfluxDB 2.7.6
- 🧰 Update InfluxCLI 2.7.5

## ⬆️ Dependency updates

- ⬆️ none

## 📖 Full v0 Branch Changes

- v0.2.1 - Update InfluxCLI 2.7.5
- v0.2.0 - Update InfluxDB 2.7.6
- v0.1.1 - added INGRESS-Support for Influx Frontend, base image to v7.3.3
- v0.1.0 - added Configuration "influxd_log_level" to Control Detail of the influxd Service
Expand Down
2 changes: 1 addition & 1 deletion influxdb2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN \
&& if [ "${BUILD_ARCH}" = "armhf" ]; then ARCH="arm64"; fi \
\
&& INFLUXDB="2.7.6" \
&& INFLUXCLI="2.7.3" \
&& INFLUXCLI="2.7.5" \
&& curl -J -L -o /tmp/influxdb2.deb \
"https://dl.influxdata.com/influxdb/releases/influxdb2_${INFLUXDB}-1_${ARCH}.deb" \
\
Expand Down
2 changes: 1 addition & 1 deletion influxdb2/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: InfluxDB2
version: 0.2.0
version: 0.2.1
slug: influxdb2
description: Scalable datastore for metrics, events, and real-time analytics. Running InfluxDB v2.x on ARCH64 and ARM64 Achitecture
url: https://github.com/Dattel/homeassistant-influxdb2
Expand Down

0 comments on commit 832cae4

Please sign in to comment.