Skip to content

Commit

Permalink
Update Add-on base image to v7.4.0
Browse files Browse the repository at this point in the history
influxdb 2.7.7
  • Loading branch information
Dattel committed Jul 12, 2024
1 parent 835a679 commit 8534aff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions influxdb2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
## What’s changed - Release v0.2.2
## What’s changed - Release v0.2.3

## 🚀 Enhancements

- 🚀 none

## 🧰 Maintenance

- 🧰 none
- 🧰 InfluxDB 2.7.7

## ⬆️ Dependency updates

- ⬆️ Update Add-on base image to v7.3.4
- ⬆️ Update Add-on base image to v7.4.0

## 📖 Full v0 Branch Changes

- v0.2.3 - Update Add-on base image to v7.4.0, InfluxDB 2.7.7
- v0.2.2 - Update Add-on base image to v7.3.4
- v0.2.1 - Update InfluxCLI 2.7.5
- v0.2.0 - Update InfluxDB 2.7.6
Expand Down
4 changes: 2 additions & 2 deletions influxdb2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.3.4
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.4.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -18,7 +18,7 @@ RUN \
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
&& if [ "${BUILD_ARCH}" = "armhf" ]; then ARCH="arm64"; fi \
\
&& INFLUXDB="2.7.6" \
&& INFLUXDB="2.7.7" \
&& 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.2
version: 0.2.3
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 8534aff

Please sign in to comment.