⬆️ Updating add-on Log Viewer to dc7e23d

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-10 20:28:40 +00:00
parent 79a3c13c8b
commit a65b35ff11
5 changed files with 67 additions and 28 deletions

View file

@ -896,10 +896,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/fade46f
[addon-doc-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/blob/fade46f/README.md
[addon-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/tree/dc7e23d
[addon-doc-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/blob/dc7e23d/README.md
[log-viewer-issue]: https://github.com/hassio-addons/addon-log-viewer/issues
[log-viewer-version-shield]: https://img.shields.io/badge/version-fade46f-blue.svg
[log-viewer-version-shield]: https://img.shields.io/badge/version-dc7e23d-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,4 +1,51 @@
# Changelog since v0.9.0
- ⬆ Upgrades nodejs to 12.18.4-r0
- ⬆ Upgrades nginx to 1.18.0-r1
- ⬆ Upgrades add-on base image to v8.0.5
# Changelog since v0.10.1
- 🚑 Fix deployment of add-on (again) (#73)
- 🚑 Fix deployment of add-on (#72)
- ⬆️ Upgrades add-on base image to v9.1.7 (#71)
- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 (#68)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from v1.0.1 to v1.0.2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1.0.1...25f0500ff22e406f7191a2a8ba8cda16901ca018)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 (#69)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.1.1 to v1.1.2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.1.1...2a4b53665e15ce7d7049afb11ff1f70ff1610609)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Upgrades nodejs to 14.16.1-r0 (#70)
- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 (#67)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.3.0 to v2.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.3.0...e1b7f96249f2e4c8e4ac1519b9608c0d48944a1f)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 (#66)
Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/ludeeus/action-shellcheck/releases)
- [Commits](https://github.com/ludeeus/action-shellcheck/compare/1.0.0...94e0aab03ca135d11a35e5bfc14e6746dc56e7e9)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Upgrades git to 2.30.2-r0 (#64)
- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#63)
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from v5.14.0 to v5.15.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.14.0...fe52e97d262833ae07d05efaf1a239df3f1b5cd4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

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

@ -38,7 +38,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-fade46f-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/fade46f
[release-shield]: https://img.shields.io/badge/version-dc7e23d-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/dc7e23d

View file

@ -1,14 +1,11 @@
{
"name": "Log Viewer",
"version": "fade46f",
"version": "dc7e23d",
"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}"
}