From a65b35ff11218ac8076dd07705e8c39da84dc705 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 10 Apr 2021 20:28:40 +0000 Subject: [PATCH] :arrow_up: Updating add-on Log Viewer to dc7e23d --- README.md | 6 ++--- log-viewer/CHANGELOG.md | 55 ++++++++++++++++++++++++++++++++++++++--- log-viewer/DOCS.md | 18 ++++++-------- log-viewer/README.md | 6 ++--- log-viewer/config.json | 10 ++------ 5 files changed, 67 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index cceb469dc..bbd660b18 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/log-viewer/CHANGELOG.md b/log-viewer/CHANGELOG.md index 444e320ad..163fdda9c 100644 --- a/log-viewer/CHANGELOG.md +++ b/log-viewer/CHANGELOG.md @@ -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] + +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] + +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] + +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] + +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] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> diff --git a/log-viewer/DOCS.md b/log-viewer/DOCS.md index 6c4c5e2d7..5678156cb 100644 --- a/log-viewer/DOCS.md +++ b/log-viewer/DOCS.md @@ -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 diff --git a/log-viewer/README.md b/log-viewer/README.md index ca71a23db..2ad73e4ab 100644 --- a/log-viewer/README.md +++ b/log-viewer/README.md @@ -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 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-dc7e23d-blue.svg +[release]: https://github.com/hassio-addons/addon-log-viewer/tree/dc7e23d \ No newline at end of file diff --git a/log-viewer/config.json b/log-viewer/config.json index 12eae199c..19a7fc3c0 100644 --- a/log-viewer/config.json +++ b/log-viewer/config.json @@ -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}" } \ No newline at end of file