mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-07 04:21:23 +00:00
🎉 Release of add-on InfluxDB 4.0.0
This commit is contained in:
parent
a26a8f0e96
commit
5cc8d03f9f
5 changed files with 33 additions and 31 deletions
|
@ -850,10 +850,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/v3.7.9
|
||||
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v3.7.9/README.md
|
||||
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v4.0.0
|
||||
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v4.0.0/README.md
|
||||
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
|
||||
[influxdb-version-shield]: https://img.shields.io/badge/version-v3.7.9-blue.svg
|
||||
[influxdb-version-shield]: https://img.shields.io/badge/version-v4.0.0-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
|
||||
|
|
|
@ -1,11 +1,18 @@
|
|||
[Full Changelog][changelog]
|
||||
## What’s changed
|
||||
|
||||
### 🔨 Changes
|
||||
This release is marked major, because of some major changes to our deployment process.
|
||||
|
||||
- ⬆ Upgrades Chronograf to 1.8.8
|
||||
## 🐛 Bug fixes
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v3.7.8...v3.7.9
|
||||
- Restore add-on Supervisor API access @frenck (#108)
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work:
|
||||
https://github.com/sponsors/frenck or https://patreon.com/frenck
|
||||
## 🧰 Maintenance
|
||||
|
||||
- Cleanup repository @frenck (#102)
|
||||
- Happy New Year @frenck (#103)
|
||||
- Upgrade Code of Conduct @frenck (#104)
|
||||
- Add new repository workflow @frenck (#105)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- Upgrade add-on base image to 4.0.0 @frenck (#107)
|
||||
|
|
|
@ -35,7 +35,7 @@ certfile: fullchain.pem
|
|||
keyfile: privkey.pem
|
||||
envvars:
|
||||
- name: INFLUXDB_HTTP_LOG_ENABLED
|
||||
value: 'true'
|
||||
value: "true"
|
||||
```
|
||||
|
||||
**Note**: _This is just an example, don't copy and paste it! Create your own!_
|
||||
|
@ -50,7 +50,7 @@ dealing with an unknown issue. Possible values are:
|
|||
- `debug`: Shows detailed debug information.
|
||||
- `info`: Normal (usually) interesting events.
|
||||
- `warning`: Exceptional occurrences that are not errors.
|
||||
- `error`: Runtime errors that do not require immediate action.
|
||||
- `error`: Runtime errors that do not require immediate action.
|
||||
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
||||
|
||||
Please note that each level automatically includes log messages from a
|
||||
|
@ -94,7 +94,7 @@ The private key file to use for SSL.
|
|||
This allows the setting of Environment Variables to control InfluxDB
|
||||
configuration as documented at:
|
||||
|
||||
<https://docs.influxdata.com/influxdb/v1.7/administration/config/#configuration-settings>
|
||||
<https://docs.influxdata.com/influxdb/v1.7/administration/config/#configuration-settings>
|
||||
|
||||
**Note**: _Changing these options can possibly cause issues with you instance.
|
||||
USE AT YOUR OWN RISK!_
|
||||
|
@ -164,16 +164,15 @@ Full details of the Home Assistant integration can be found here:
|
|||
## Changelog & Releases
|
||||
|
||||
This repository keeps a change log using [GitHub's releases][releases]
|
||||
functionality. The format of the log is based on
|
||||
[Keep a Changelog][keepchangelog].
|
||||
functionality.
|
||||
|
||||
Releases are based on [Semantic Versioning][semver], and use the format
|
||||
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
|
||||
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
||||
based on the following:
|
||||
|
||||
- ``MAJOR``: Incompatible or major changes.
|
||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
||||
- `MAJOR`: Incompatible or major changes.
|
||||
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||
|
||||
## Support
|
||||
|
||||
|
@ -201,7 +200,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018-2020 Franck Nijhof
|
||||
Copyright (c) 2018-2021 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
|
||||
|
@ -228,7 +227,6 @@ SOFTWARE.
|
|||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-influxdb/54491?u=frenck
|
||||
[frenck]: https://github.com/frenck
|
||||
[issue]: https://github.com/hassio-addons/addon-influxdb/issues
|
||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-influxdb/releases
|
||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||
|
|
|
@ -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/2020.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.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-v3.7.9-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v3.7.9
|
||||
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/master/images/screenshot.png
|
||||
[release-shield]: https://img.shields.io/badge/version-v4.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v4.0.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/main/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "InfluxDB",
|
||||
"version": "3.7.9",
|
||||
"version": "4.0.0",
|
||||
"slug": "influxdb",
|
||||
"description": "Scalable datastore for metrics, events, and real-time analytics",
|
||||
"url": "https://github.com/hassio-addons/addon-influxdb",
|
||||
|
@ -10,6 +10,7 @@
|
|||
"panel_icon": "mdi:chart-areaspline",
|
||||
"startup": "services",
|
||||
"homeassistant": "0.92.0b2",
|
||||
"hassio_api": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
|
@ -21,7 +22,6 @@
|
|||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"boot": "auto",
|
||||
"ports": {
|
||||
"80/tcp": null,
|
||||
"8086/tcp": 8086
|
||||
|
@ -30,10 +30,7 @@
|
|||
"80/tcp": "Web interface (Not required for Ingress)",
|
||||
"8086/tcp": "InfluxDB server"
|
||||
},
|
||||
"hassio_api": true,
|
||||
"auth_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant_api": false,
|
||||
"options": {
|
||||
"auth": true,
|
||||
"reporting": true,
|
||||
|
@ -57,5 +54,5 @@
|
|||
],
|
||||
"leave_front_door_open": "bool?"
|
||||
},
|
||||
"image": "hassioaddons/influxdb-{arch}"
|
||||
"image": "ghcr.io/hassio-addons/influxdb/{arch}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue