mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on InfluxDB to 338284e
This commit is contained in:
parent
d2ffb8b9a7
commit
21fa7e216a
5 changed files with 34 additions and 24 deletions
|
@ -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/9ff7ab8
|
||||
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/9ff7ab8/README.md
|
||||
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/338284e
|
||||
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/338284e/README.md
|
||||
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
|
||||
[influxdb-version-shield]: https://img.shields.io/badge/version-9ff7ab8-blue.svg
|
||||
[influxdb-version-shield]: https://img.shields.io/badge/version-338284e-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,2 +1,18 @@
|
|||
# Changelog since v3.7.9
|
||||
- Add new repository workflow (#105)
|
||||
|
||||
* Add new repository workflow
|
||||
|
||||
* Prettified Code!
|
||||
|
||||
* Address add-on lint errors
|
||||
|
||||
* Documentation tweaks
|
||||
|
||||
* Migrate Docker build arguments
|
||||
|
||||
Co-authored-by: frenck <frenck@users.noreply.github.com>
|
||||
- Upgrade Code of Conduct (#104)
|
||||
- Happy New Year (#103)
|
||||
- Cleanup repository (#102)
|
||||
- ⬆ Upgrades Chronograf to 1.8.9
|
||||
|
|
|
@ -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!_
|
||||
|
@ -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
|
||||
|
|
|
@ -49,10 +49,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-9ff7ab8-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/9ff7ab8
|
||||
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/master/images/screenshot.png
|
||||
[release-shield]: https://img.shields.io/badge/version-338284e-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/338284e
|
||||
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/main/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "InfluxDB",
|
||||
"version": "9ff7ab8",
|
||||
"version": "338284e",
|
||||
"slug": "influxdb",
|
||||
"description": "Scalable datastore for metrics, events, and real-time analytics",
|
||||
"url": "https://github.com/hassio-addons/addon-influxdb",
|
||||
|
@ -21,7 +21,6 @@
|
|||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"boot": "auto",
|
||||
"ports": {
|
||||
"80/tcp": null,
|
||||
"8086/tcp": 8086
|
||||
|
@ -30,10 +29,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 +53,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