From a28ec12a2892b5a2650791c0db40e4703147b5d9 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 16 Feb 2025 23:44:13 +0000 Subject: [PATCH] :tada: Release of add-on InfluxDB 5.0.2 --- README.md | 6 +++--- influxdb/CHANGELOG.md | 22 ++++++++++++++++------ influxdb/DOCS.md | 2 +- influxdb/README.md | 8 ++++---- influxdb/config.yaml | 2 +- 5 files changed, 25 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index ab0a370f..88bd4129 100644 --- a/README.md +++ b/README.md @@ -911,10 +911,10 @@ SOFTWARE. [grocy-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [grocy-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [grocy-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v5.0.1 -[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v5.0.1/README.md +[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v5.0.2 +[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v5.0.2/README.md [influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues -[influxdb-version-shield]: https://img.shields.io/badge/version-v5.0.1-blue.svg +[influxdb-version-shield]: https://img.shields.io/badge/version-v5.0.2-blue.svg [influxdb-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [influxdb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [influxdb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/influxdb/CHANGELOG.md b/influxdb/CHANGELOG.md index ceb90d9a..08d0c50f 100644 --- a/influxdb/CHANGELOG.md +++ b/influxdb/CHANGELOG.md @@ -1,10 +1,20 @@ ## What’s changed +## 🧰 Maintenance + +- 🎆 Updates maintenance/license year to 2025 @frenck ([#371](https://github.com/hassio-addons/addon-influxdb/pull/371)) + +## 📚 Documentation + +- README.md grammar fixes @GeoMaciolek ([#367](https://github.com/hassio-addons/addon-influxdb/pull/367)) + ## ⬆️ Dependency updates -- ⬆️ Update Add-on base image to v7.3.3 @renovate ([#319](https://github.com/hassio-addons/addon-influxdb/pull/319)) -- ⬆️ Update Add-on base image to v7.3.4 @renovate ([#337](https://github.com/hassio-addons/addon-influxdb/pull/337)) -- ⬆️ Update Add-on base image to v7.3.5 @renovate ([#341](https://github.com/hassio-addons/addon-influxdb/pull/341)) -- ⬆️ Update ghcr.io/hassio-addons/debian-base/aarch64 Docker tag to v7.3.5 @renovate ([#342](https://github.com/hassio-addons/addon-influxdb/pull/342)) -- ⬆️ Update Add-on base image to v7.4.0 @renovate ([#345](https://github.com/hassio-addons/addon-influxdb/pull/345)) -- ⬆️ Update Add-on base image to v7.5.0 @renovate ([#350](https://github.com/hassio-addons/addon-influxdb/pull/350)) +- ⬆️ Update Add-on base image to v7.5.1 @[renovate[bot]](https://github.com/apps/renovate) ([#352](https://github.com/hassio-addons/addon-influxdb/pull/352)) +- ⬆️ Update Add-on base image to v7.5.2 @[renovate[bot]](https://github.com/apps/renovate) ([#359](https://github.com/hassio-addons/addon-influxdb/pull/359)) +- ⬆️ Update Add-on base image to v7.6.0 @[renovate[bot]](https://github.com/apps/renovate) ([#360](https://github.com/hassio-addons/addon-influxdb/pull/360)) +- ⬆️ Update Add-on base image to v7.6.2 @[renovate[bot]](https://github.com/apps/renovate) ([#361](https://github.com/hassio-addons/addon-influxdb/pull/361)) +- ⬆️ Update Add-on base image to v7.6.3 @[renovate[bot]](https://github.com/apps/renovate) ([#365](https://github.com/hassio-addons/addon-influxdb/pull/365)) +- ⬆️ Update Add-on base image to v7.7.0 @[renovate[bot]](https://github.com/apps/renovate) ([#366](https://github.com/hassio-addons/addon-influxdb/pull/366)) +- ⬆️: migrate renovate config @[renovate[bot]](https://github.com/apps/renovate) ([#370](https://github.com/hassio-addons/addon-influxdb/pull/370)) +- ⬆️ Update Add-on base image to v7.7.1 @[renovate[bot]](https://github.com/apps/renovate) ([#369](https://github.com/hassio-addons/addon-influxdb/pull/369)) diff --git a/influxdb/DOCS.md b/influxdb/DOCS.md index c1be0300..8a490ce2 100644 --- a/influxdb/DOCS.md +++ b/influxdb/DOCS.md @@ -207,7 +207,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2018-2024 Franck Nijhof +Copyright (c) 2018-2025 Franck Nijhof Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/influxdb/README.md b/influxdb/README.md index ac972922..c8f61523 100644 --- a/influxdb/README.md +++ b/influxdb/README.md @@ -14,7 +14,7 @@ Scalable datastore for metrics, events, and real-time analytics. InfluxDB is an open source time series database optimized for high-write-volume. It's useful for recording metrics, sensor data, events, -and performing analytics. It exposes an HTTP API for client interaction and if +and performing analytics. It exposes an HTTP API for client interaction and is often used in combination with Grafana to visualize the data. This add-on comes with Chronograf & Kapacitor pre-installed as well. Which @@ -46,10 +46,10 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-influxdb/54491?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck -[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v5.0.1-blue.svg -[release]: https://github.com/hassio-addons/addon-influxdb/tree/v5.0.1 +[release-shield]: https://img.shields.io/badge/version-v5.0.2-blue.svg +[release]: https://github.com/hassio-addons/addon-influxdb/tree/v5.0.2 [screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/main/images/screenshot.png \ No newline at end of file diff --git a/influxdb/config.yaml b/influxdb/config.yaml index 6e7b185c..91aec046 100644 --- a/influxdb/config.yaml +++ b/influxdb/config.yaml @@ -1,5 +1,5 @@ name: InfluxDB -version: 5.0.1 +version: 5.0.2 slug: influxdb description: Scalable datastore for metrics, events, and real-time analytics url: https://github.com/hassio-addons/addon-influxdb