Skip to content

Commit

Permalink
Update Add-On base image to v7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dattel committed Dec 1, 2024
1 parent 2cedfa8 commit 0b30f47
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions influxdb2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
## What’s changed - Release v0.2.5
## What’s changed - Release v0.2.6

## 🚀 Enhancements

- 🚀 none

## 🧰 Maintenance

- 🧰 InfluxDB 2.7.10
- 🧰 Update Add-on base image to v7.5.0
- 🧰 Update Add-on base image to v7.6.1

## ⬆️ Dependency updates

- ⬆️ none

## 📖 Full v0 Branch Changes

- v0.2.6 - Update Add-on base image to v7.6.1
- v0.2.5 - InfluxDB 2.7.10, Update Add-on base image to v7.5.0
- v0.2.4 - InfluxDB 2.7.8
- v0.2.3 - Update Add-on base image to v7.4.0, InfluxDB 2.7.7
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.5.0
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.6.1
# 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.5.0
amd64: ghcr.io/hassio-addons/debian-base/amd64:7.5.0
armv7: ghcr.io/hassio-addons/debian-base/armv7:7.5.0
armhf: ghcr.io/hassio-addons/debian-base/armhf:7.5.0
i386: ghcr.io/hassio-addons/debian-base/i386:7.5.0
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:7.6.1
amd64: ghcr.io/hassio-addons/debian-base/amd64:7.6.1
armv7: ghcr.io/hassio-addons/debian-base/armv7:7.6.1
armhf: ghcr.io/hassio-addons/debian-base/armhf:7.6.1
i386: ghcr.io/hassio-addons/debian-base/i386:7.6.1
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.5-1
version: 0.2.6
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 0b30f47

Please sign in to comment.