mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Log Viewer to 2debff9
This commit is contained in:
parent
5323d39b10
commit
e623056350
4 changed files with 25 additions and 7 deletions
|
@ -836,10 +836,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/9cd261c
|
[addon-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/tree/2debff9
|
||||||
[addon-doc-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/blob/9cd261c/README.md
|
[addon-doc-log-viewer]: https://github.com/hassio-addons/addon-log-viewer/blob/2debff9/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-9cd261c-blue.svg
|
[log-viewer-version-shield]: https://img.shields.io/badge/version-2debff9-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
|
||||||
|
|
|
@ -1,5 +1,23 @@
|
||||||
# Changelog since v0.12.0
|
# Changelog since v0.12.0
|
||||||
- ⬆ Upgrade lock-threads workflow to 3.0.0 (#122)
|
- ⬆️ Upgrades nodejs to 14.18.1-r0 (#127)
|
||||||
|
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#123)
|
||||||
|
|
||||||
|
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
|
||||||
|
- [Release notes](https://github.com/actions/checkout/releases)
|
||||||
|
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
|
||||||
|
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)
|
||||||
|
|
||||||
|
---
|
||||||
|
updated-dependencies:
|
||||||
|
- dependency-name: actions/checkout
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-patch
|
||||||
|
...
|
||||||
|
|
||||||
|
Signed-off-by: dependabot[bot] <support@github.com>
|
||||||
|
|
||||||
|
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||||
|
- ⬆️ Upgrade lock-threads workflow to 3.0.0 (#122)
|
||||||
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#121)
|
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#121)
|
||||||
|
|
||||||
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.3 to 2.4.1.
|
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.3 to 2.4.1.
|
||||||
|
|
|
@ -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
|
[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
|
[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-9cd261c-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-2debff9-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/9cd261c
|
[release]: https://github.com/hassio-addons/addon-log-viewer/tree/2debff9
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Log Viewer",
|
"name": "Log Viewer",
|
||||||
"version": "9cd261c",
|
"version": "2debff9",
|
||||||
"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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue