mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on SQLite Web to a1ed070
This commit is contained in:
parent
724aa38850
commit
6dd02d06bf
4 changed files with 8 additions and 23 deletions
|
@ -912,10 +912,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/f871aa6
|
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/a1ed070
|
||||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/f871aa6/README.md
|
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/a1ed070/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-f871aa6-blue.svg
|
[sqlite-web-version-shield]: https://img.shields.io/badge/version-a1ed070-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
|
||||||
|
|
|
@ -1,19 +1,4 @@
|
||||||
# Changelog since v3.7.1
|
# Changelog since v3.8.0
|
||||||
- Fix Python site-packages location (#247)
|
- ⬆️ Update alpine_3_18/nginx to v1.24.0-r4 (#248)
|
||||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14 (#246)
|
|
||||||
|
|
||||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
||||||
Co-authored-by: Franck Nijhof <git@frenck.dev>
|
|
||||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.2 (#245)
|
|
||||||
|
|
||||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
||||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.1 (#244)
|
|
||||||
|
|
||||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Update alpine_3_17/python3 to v3.10.11-r0 (#241)
|
|
||||||
|
|
||||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.0 (#240)
|
|
||||||
|
|
||||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.5 (#239)
|
|
||||||
|
|
|
@ -37,6 +37,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/2023.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.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-f871aa6-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-a1ed070-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/f871aa6
|
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/a1ed070
|
||||||
[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
|
|
@ -1,5 +1,5 @@
|
||||||
name: SQLite Web
|
name: SQLite Web
|
||||||
version: f871aa6
|
version: a1ed070
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue