🎉 Release of add-on Log Viewer 0.10.2

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-10 20:49:57 +00:00
parent 9e88c4a4f6
commit 6da212689e
5 changed files with 34 additions and 30 deletions

View file

@ -882,10 +882,10 @@ SOFTWARE.
[jupyterlab-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[jupyterlab-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[jupyterlab-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.9.1
[addon-doc-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/blob/v0.9.1/README.md
[addon-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.10.2
[addon-doc-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/blob/v0.10.2/README.md
[log-viewer-issue]: https://github.com/hassio-addons/addon-log-viewer/issues
[log-viewer-version-shield]: https://img.shields.io/badge/version-v0.9.1-blue.svg
[log-viewer-version-shield]: https://img.shields.io/badge/version-v0.10.2-blue.svg
[log-viewer-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[log-viewer-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[log-viewer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,9 +1,21 @@
[Full Changelog][changelog]
## Whats changed
### Changed
## 🐛 Bug fixes
- ⬆ Upgrades add-on base image to v8.0.5
- ⬆ Upgrades nginx to 1.18.0-r1
- ⬆ Upgrades nodejs to 12.18.4-r0
- 🚑 Fix deployment of add-on (again) @frenck (#74)
[changelog]: https://github.com/hassio-addons/addon-log-viewer/compare/v0.9.0...v0.9.1
## 🧰 Maintenance
- 🚑 Fix deployment of add-on @frenck (#72)
- 🚑 Fix deployment of add-on (again) @frenck (#73)
## ⬆️ Dependency updates
- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#63)
- ⬆️ Upgrades git to 2.30.2-r0 @frenck (#64)
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#66)
- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#67)
- ⬆️ Upgrades nodejs to 14.16.1-r0 @frenck (#70)
- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#69)
- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#68)
- ⬆️ Upgrades add-on base image to v9.1.7 @frenck (#71)

View file

@ -15,7 +15,7 @@ comparison to installing any other Home Assistant add-on.
1. Open the web UI for the "Log Viewer" add-on to start watching logs.
**Tip:** To see more logs, be sure to enable the [`logger`][logger] integration
in your Home Assistant `configuration.yaml`:
in your Home Assistant `configuration.yaml`:
```yaml
logger:
@ -47,7 +47,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
@ -87,16 +87,15 @@ only exposed to your internal network. USE AT YOUR OWN RISK!_
## 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
@ -124,7 +123,7 @@ check [the contributor's page][contributors].
MIT License
Copyright (c) 2018-2020 Dale Higgs <@dale3h>
Copyright (c) 2018-2021 Dale Higgs <@dale3h>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -150,7 +149,6 @@ SOFTWARE.
[discord]: https://discord.me/hassioaddons
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-log-viewer/64377?u=dale3h
[issue]: https://github.com/hassio-addons/addon-log-viewer/issues
[keepchangelog]: https://keepachangelog.com/en/1.0.0/
[logger]: https://www.home-assistant.io/integrations/logger/
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-log-viewer/releases

View file

@ -35,7 +35,7 @@ If you are more interested in stable releases of our add-ons:
[discord]: https://discord.me/hassioaddons
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-log-viewer/64377?u=dale3h
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.9.1-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.9.1
[release-shield]: https://img.shields.io/badge/version-v0.10.2-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.10.2

View file

@ -1,14 +1,11 @@
{
"name": "Log Viewer",
"version": "0.9.1",
"version": "0.10.2",
"slug": "logviewer",
"description": "Browser-based log utility for Home Assistant",
"url": "https://github.com/hassio-addons/addon-log-viewer",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
"startup": "application",
"init": false,
"ingress": true,
"ingress_port": 1337,
"panel_icon": "mdi:text-box-outline",
"homeassistant": "0.92.0b2",
"arch": [
@ -19,10 +16,7 @@
"i386"
],
"homeassistant_api": true,
"hassio_api": true,
"hassio_role": "default",
"auth_api": true,
"boot": "auto",
"ports": {
"80/tcp": null
},
@ -46,5 +40,5 @@
"keyfile": "str",
"leave_front_door_open": "bool?"
},
"image": "hassioaddons/log-viewer-{arch}"
"image": "ghcr.io/hassio-addons/log-viewer/{arch}"
}