diff --git a/README.md b/README.md index c4f90497e..45269bf0d 100644 --- a/README.md +++ b/README.md @@ -887,10 +887,10 @@ SOFTWARE. [home-panel-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [home-panel-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [home-panel-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/9e6a183 -[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/9e6a183/README.md +[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/6f29b63 +[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/6f29b63/README.md [influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues -[influxdb-version-shield]: https://img.shields.io/badge/version-9e6a183-blue.svg +[influxdb-version-shield]: https://img.shields.io/badge/version-6f29b63-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 cbdf94a7e..30b5849c0 100644 --- a/influxdb/CHANGELOG.md +++ b/influxdb/CHANGELOG.md @@ -1,8 +1,10 @@ -# Changelog since v4.0.0 -- Fix CI badges to show the right status (#112) -- Clarify user permissions step in documentation (#101) +# Changelog since v4.0.1 +- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 (#114) -Co-authored-by: Franck Nijhof -- ⬆️ Upgrades Chronograf to 1.8.9.1 (#110) - -https://github.com/influxdata/chronograf/releases/tag/1.8.9.1 +Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.15. +- [Release notes](https://github.com/actions/stale/releases) +- [Commits](https://github.com/actions/stale/compare/v3.0.14...86561461b92875de77a8b2d2e75f004c826e8f45) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> diff --git a/influxdb/README.md b/influxdb/README.md index ecc3cf3d3..e0bfca264 100644 --- a/influxdb/README.md +++ b/influxdb/README.md @@ -53,6 +53,6 @@ If you are more interested in stable releases of our add-ons: [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-9e6a183-blue.svg -[release]: https://github.com/hassio-addons/addon-influxdb/tree/9e6a183 +[release-shield]: https://img.shields.io/badge/version-6f29b63-blue.svg +[release]: https://github.com/hassio-addons/addon-influxdb/tree/6f29b63 [screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/main/images/screenshot.png \ No newline at end of file diff --git a/influxdb/config.json b/influxdb/config.json index cb559c751..aa0c27a8e 100644 --- a/influxdb/config.json +++ b/influxdb/config.json @@ -1,6 +1,6 @@ { "name": "InfluxDB", - "version": "9e6a183", + "version": "6f29b63", "slug": "influxdb", "description": "Scalable datastore for metrics, events, and real-time analytics", "url": "https://github.com/hassio-addons/addon-influxdb",