⬆️ Updating add-on Log Viewer to b3c63f1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-05-28 14:16:47 +00:00
parent e6c6f2574c
commit 89640da283
4 changed files with 43 additions and 6 deletions

View file

@ -1,4 +1,41 @@
# Changelog since v0.11.0
- ⬆️ Upgrades add-on base image to v9.2.1 (#95)
- ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 (#94)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump docker/build-push-action from 2.4.0 to 2.5.0 (#92)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.4.0...v2.5.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 (#93)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1.1.0...v1.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆ Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 (#91)
Bumps [micnncim/action-label-syncer](https://github.com/micnncim/action-label-syncer) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/micnncim/action-label-syncer/releases)
- [Commits](https://github.com/micnncim/action-label-syncer/compare/v1.2.0...v1.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump frenck/action-addon-information from 1.0.0 to 1.1 (#90)
Bumps [frenck/action-addon-information](https://github.com/frenck/action-addon-information) from 1.0.0 to 1.1.

View file

@ -40,5 +40,5 @@ If you are more interested in stable releases of our add-ons:
[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/2021.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-cd7482a-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/cd7482a
[release-shield]: https://img.shields.io/badge/version-b3c63f1-blue.svg
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/b3c63f1

View file

@ -1,6 +1,6 @@
{
"name": "Log Viewer",
"version": "cd7482a",
"version": "b3c63f1",
"slug": "logviewer",
"description": "Browser-based log utility for Home Assistant",
"url": "https://github.com/hassio-addons/addon-log-viewer",