mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on InfluxDB to 9a24d34
This commit is contained in:
parent
96ed1e2219
commit
1e91e16c16
4 changed files with 10 additions and 7 deletions
|
@ -1,2 +1,4 @@
|
|||
# Changelog since v3.6.1
|
||||
- :hammer: Disable Docker init
|
||||
- :arrow_up: Upgrades add-on base image to v5.0.2
|
||||
- Typo fix (#73)
|
||||
|
|
|
@ -47,7 +47,7 @@ If you are more interested in stable releases of our add-ons:
|
|||
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-influxdb/blob/8be53e2/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-influxdb/blob/9a24d34/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[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
|
||||
|
@ -56,6 +56,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-8be53e2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/8be53e2
|
||||
[release-shield]: https://img.shields.io/badge/version-9a24d34-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/9a24d34
|
||||
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "InfluxDB",
|
||||
"version": "8be53e2",
|
||||
"version": "9a24d34",
|
||||
"slug": "influxdb",
|
||||
"description": "Scalable datastore for metrics, events, and real-time analytics",
|
||||
"url": "https://github.com/hassio-addons/addon-influxdb",
|
||||
|
@ -16,6 +16,7 @@
|
|||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"init": false,
|
||||
"map": [
|
||||
"share:rw",
|
||||
"ssl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue