⬆️ Updating add-on SQLite Web to b5734f7

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-29 10:52:18 +00:00
parent 8a5119ad1f
commit 40037d7ad2
4 changed files with 15 additions and 6 deletions

View file

@ -995,10 +995,10 @@ SOFTWARE.
[prometheus-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[prometheus-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[prometheus-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/cdbbc73
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/cdbbc73/README.md
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/b5734f7
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/b5734f7/README.md
[sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues
[sqlite-web-version-shield]: https://img.shields.io/badge/version-cdbbc73-blue.svg
[sqlite-web-version-shield]: https://img.shields.io/badge/version-b5734f7-blue.svg
[sqlite-web-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[sqlite-web-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,13 @@
# Changelog since v3.1.0
- ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 (#141)
Bumps [docker/login-action](https://github.com/docker/login-action) from v1.8.0 to v1.9.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.8.0...28218f9b04b4f3f62068d7b6ce6ca5b26e35336c)
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.2 to v1.2.0 (#140)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.1.2 to v1.2.0.

View file

@ -41,6 +41,6 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-sqlite-web/68912?u=frenck
[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-cdbbc73-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/cdbbc73
[release-shield]: https://img.shields.io/badge/version-b5734f7-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/b5734f7
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png

View file

@ -1,6 +1,6 @@
{
"name": "SQLite Web",
"version": "cdbbc73",
"version": "b5734f7",
"slug": "sqlite-web",
"description": "Explore your SQLite database",
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/main/README.md",