mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on InfluxDB 0.2.0
This commit is contained in:
parent
fad78724d0
commit
1ca65bf601
4 changed files with 30 additions and 8 deletions
|
@ -471,10 +471,10 @@ SOFTWARE.
|
|||
[ide-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[ide-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[ide-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v0.1.0
|
||||
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v0.1.0/README.md
|
||||
[addon-influxdb]: https://github.com/hassio-addons/addon-influxdb/tree/v0.2.0
|
||||
[addon-doc-influxdb]: https://github.com/hassio-addons/addon-influxdb/blob/v0.2.0/README.md
|
||||
[influxdb-issue]: https://github.com/hassio-addons/addon-influxdb/issues
|
||||
[influxdb-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
|
||||
[influxdb-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
|
||||
[influxdb-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/influxdb-armhf.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
|
||||
|
|
|
@ -1 +1,23 @@
|
|||
🎉 Initial release!
|
||||
[Full Changelog][changelog]
|
||||
|
||||
### Added
|
||||
|
||||
- Adds gpg-agent 2.2.4-1ubuntu1
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixes gpg check in Ubuntu Bionic
|
||||
|
||||
### Changed
|
||||
|
||||
- yml to yaml and OPEN WEB UI (#2) (@ferazambuja)
|
||||
- Upgrades Ubuntu base image to 2.0.0
|
||||
- Updates nginx to 1.14.0-0ubuntu1
|
||||
- Updates apache2-utils to 2.4.29-1ubuntu4
|
||||
- Rewrites GitLab CI
|
||||
|
||||
### Removed
|
||||
|
||||
- Removes problematic headers from NGinx configuration
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-influxdb/compare/v0.1.0...v0.2.0
|
|
@ -44,11 +44,11 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||
[discord]: https://discord.gg/c5DvZ4e
|
||||
[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v0.1.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-influxdb/blob/v0.2.0/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-influxdb/54491?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v0.1.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-influxdb/tree/v0.2.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-influxdb/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "InfluxDB",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"slug": "influxdb",
|
||||
"description": "Scalable datastore for metrics, events, and real-time analytics",
|
||||
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-influxdb/54491?u=frenck",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue