Skip to content

Commit

Permalink
Update Add-on base image to v7.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dattel committed Jun 21, 2024
1 parent 832cae4 commit 1b1065f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion influxdb2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## What’s changed - Release v0.2.1
## What’s changed - Release v0.2.2

## 🚀 Enhancements

Expand All @@ -14,6 +14,7 @@

## 📖 Full v0 Branch Changes

- 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
- v0.1.1 - added INGRESS-Support for Influx Frontend, base image to v7.3.3
Expand Down
2 changes: 1 addition & 1 deletion 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.3
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.3.4
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down
10 changes: 5 additions & 5 deletions influxdb2/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:7.3.3
amd64: ghcr.io/hassio-addons/debian-base/amd64:7.3.3
armv7: ghcr.io/hassio-addons/debian-base/armv7:7.3.3
armhf: ghcr.io/hassio-addons/debian-base/armhf:7.3.3
i386: ghcr.io/hassio-addons/debian-base/i386:7.3.3
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:7.3.4
amd64: ghcr.io/hassio-addons/debian-base/amd64:7.3.4
armv7: ghcr.io/hassio-addons/debian-base/armv7:7.3.4
armhf: ghcr.io/hassio-addons/debian-base/armhf:7.3.4
i386: ghcr.io/hassio-addons/debian-base/i386:7.3.4
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.1
version: 0.2.2
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 1b1065f

Please sign in to comment.