⬆️ Updating add-on SQLite Web to b09deb2

This commit is contained in:
Community Hass.io Add-ons Bot 2021-05-11 12:34:18 +00:00
parent 60627cdd03
commit d6fd36f10d
4 changed files with 16 additions and 6 deletions

View file

@ -935,10 +935,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/473f004 [addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/b09deb2
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/473f004/README.md [addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/b09deb2/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-473f004-blue.svg [sqlite-web-version-shield]: https://img.shields.io/badge/version-b09deb2-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,14 @@
# Changelog since v3.1.0 # Changelog since v3.1.0
- ⬆️ Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 (#144)
Bumps [brpaz/hadolint-action](https://github.com/brpaz/hadolint-action) from v1.4.0 to v1.5.0.
- [Release notes](https://github.com/brpaz/hadolint-action/releases)
- [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc)
- [Commits](https://github.com/brpaz/hadolint-action/compare/v1.4.0...c27bd9edc1e95eed30474db8f295ff5807ebca14)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Upgrades python3 to 3.8.10-r0 (#145) - ⬆️ Upgrades python3 to 3.8.10-r0 (#145)
- ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 (#142) - ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 (#142)

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-473f004-blue.svg [release-shield]: https://img.shields.io/badge/version-b09deb2-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/473f004 [release]: https://github.com/hassio-addons/addon-sqlite-web/tree/b09deb2
[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": "473f004", "version": "b09deb2",
"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",