⬆️ Updating add-on SQLite Web to 209273a

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-07 10:24:50 +00:00
parent c49d2ec365
commit 24f34494c8
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-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[prometheus-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.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 [prometheus-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/4351e1e [addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/209273a
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/4351e1e/README.md [addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/209273a/README.md
[sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues [sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues
[sqlite-web-version-shield]: https://img.shields.io/badge/version-4351e1e-blue.svg [sqlite-web-version-shield]: https://img.shields.io/badge/version-209273a-blue.svg
[sqlite-web-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-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.0.1 # Changelog since v3.0.1
- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 (#131)
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 (#130) - ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 (#130)
Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 1.0.0 to 1.1.0. Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 1.0.0 to 1.1.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 [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 [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-4351e1e-blue.svg [release-shield]: https://img.shields.io/badge/version-209273a-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/4351e1e [release]: https://github.com/hassio-addons/addon-sqlite-web/tree/209273a
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png [screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png

View file

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