🎉 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-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[jupyterlab-armv7-shield]: https://img.shields.io/badge/armv7-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 [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-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.9.1/README.md [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-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-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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[log-viewer-armhf-shield]: https://img.shields.io/badge/armhf-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 - 🚑 Fix deployment of add-on (again) @frenck (#74)
- ⬆ Upgrades nginx to 1.18.0-r1
- ⬆ Upgrades nodejs to 12.18.4-r0
[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. 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 **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 ```yaml
logger: logger:
@ -87,16 +87,15 @@ only exposed to your internal network. USE AT YOUR OWN RISK!_
## Changelog & Releases ## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases] This repository keeps a change log using [GitHub's releases][releases]
functionality. The format of the log is based on functionality.
[Keep a Changelog][keepchangelog].
Releases are based on [Semantic Versioning][semver], and use the format 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: based on the following:
- ``MAJOR``: Incompatible or major changes. - `MAJOR`: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements. - `MINOR`: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates. - `PATCH`: Backwards-compatible bugfixes and package updates.
## Support ## Support
@ -124,7 +123,7 @@ check [the contributor's page][contributors].
MIT License 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
@ -150,7 +149,6 @@ SOFTWARE.
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-log-viewer/64377?u=dale3h [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 [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/ [logger]: https://www.home-assistant.io/integrations/logger/
[reddit]: https://reddit.com/r/homeassistant [reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-log-viewer/releases [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 [discord]: https://discord.me/hassioaddons
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [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 [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 [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-shield]: https://img.shields.io/badge/version-v0.10.2-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.9.1 [release]: https://github.com/hassio-addons/addon-log-viewer/tree/v0.10.2

View file

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