🎉 Release of add-on Log Viewer 0.6.1

This commit is contained in:
Community Hass.io Add-ons Bot 2019-07-20 16:42:51 +00:00
parent a5421e4d9d
commit 486f2631a8
4 changed files with 10 additions and 18 deletions

View file

@ -1,17 +1,9 @@
[Full Changelog][changelog]
This release upgrades the internals of the add-on.
No breaking changes.
This is a maintenance release.
### Changed
- :ambulance: Turns off Lua Resty core in Nginx
- :arrow_up: Upgrades nginx to 1.16.0-r2
- :arrow_up: Upgrades nodejs to 10.16.0-r0
- :arrow_up: Upgrades npm to 10.16.0-r0
- :arrow_up: Upgrades git to 2.22.0-r0
- :arrow_up: Upgrades add-on base image to v4.0.1
- :fire: Removes now deprecated ssl directive
- :pencil2: Maintaince -> Maintenance
- :arrow_up: Upgrades add-on base image to v4.0.2
[changelog]: https://github.com/hassio-addons/addon-log-viewer/compare/v0.5.1...v0.6.0
[changelog]: https://github.com/hassio-addons/addon-log-viewer/compare/v0.6.0...v0.6.1

View file

@ -19,10 +19,10 @@ is available to make it simple to differentiate different types of logs.
[buymeacoffee]: https://www.buymeacoffee.com/dale3h
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-log-viewer/blob/v0.6.0/README.md
[docs]: https://github.com/hassio-addons/addon-log-viewer/blob/v0.6.1/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-log-viewer/64377?u=dale3h
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.6.0
[release-shield]: https://img.shields.io/badge/version-v0.6.1-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.6.1

View file

@ -1,6 +1,6 @@
{
"name": "Log Viewer",
"version": "0.6.0",
"version": "0.6.1",
"slug": "logviewer",
"description": "Browser-based log utility for Hass.io",
"url": "https://github.com/hassio-addons/addon-log-viewer",