mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on InfluxDB to e556a7a
This commit is contained in:
parent
9c06fb1542
commit
d6d1d67a5a
4 changed files with 16 additions and 7 deletions
|
@ -887,10 +887,10 @@ SOFTWARE.
|
||||||
[home-panel-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[home-panel-i386-shield]: https://img.shields.io/badge/i386-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/6f29b63
|
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/e556a7a
|
||||||
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/6f29b63/README.md
|
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/e556a7a/README.md
|
||||||
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
|
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
|
||||||
[influxdb-version-shield]: https://img.shields.io/badge/version-6f29b63-blue.svg
|
[influxdb-version-shield]: https://img.shields.io/badge/version-e556a7a-blue.svg
|
||||||
[influxdb-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[influxdb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[influxdb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
|
|
|
@ -1,4 +1,14 @@
|
||||||
# Changelog since v4.0.1
|
# Changelog since v4.0.1
|
||||||
|
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 (#115)
|
||||||
|
|
||||||
|
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.3.1 to v1.4.
|
||||||
|
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
|
||||||
|
- [Commits](https://github.com/frenck/action-addon-linter/compare/v1.3.1...c82c5e9ca0ce5fc9b15756f1c0e39531b95d11b0)
|
||||||
|
|
||||||
|
Signed-off-by: dependabot[bot] <support@github.com>
|
||||||
|
|
||||||
|
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||||
|
- Remove obsolete webui from configuration (#116)
|
||||||
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 (#114)
|
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 (#114)
|
||||||
|
|
||||||
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.15.
|
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.15.
|
||||||
|
|
|
@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-6f29b63-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-e556a7a-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/6f29b63
|
[release]: https://github.com/hassio-addons/addon-influxdb/tree/e556a7a
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/main/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/main/images/screenshot.png
|
|
@ -1,10 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "InfluxDB",
|
"name": "InfluxDB",
|
||||||
"version": "6f29b63",
|
"version": "e556a7a",
|
||||||
"slug": "influxdb",
|
"slug": "influxdb",
|
||||||
"description": "Scalable datastore for metrics, events, and real-time analytics",
|
"description": "Scalable datastore for metrics, events, and real-time analytics",
|
||||||
"url": "https://github.com/hassio-addons/addon-influxdb",
|
"url": "https://github.com/hassio-addons/addon-influxdb",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"ingress_port": 1337,
|
"ingress_port": 1337,
|
||||||
"panel_icon": "mdi:chart-areaspline",
|
"panel_icon": "mdi:chart-areaspline",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue