mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on SQLite Web to a925a0c
This commit is contained in:
parent
bf1c7ad3c9
commit
bc953cbc60
4 changed files with 24 additions and 6 deletions
|
@ -954,10 +954,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/5d7d007
|
||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/5d7d007/README.md
|
||||
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/a925a0c
|
||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/a925a0c/README.md
|
||||
[sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues
|
||||
[sqlite-web-version-shield]: https://img.shields.io/badge/version-5d7d007-blue.svg
|
||||
[sqlite-web-version-shield]: https://img.shields.io/badge/version-a925a0c-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
|
||||
|
|
|
@ -1,4 +1,22 @@
|
|||
# Changelog since v3.6.1
|
||||
- 🔨 Migrate old-style base scripts s6-rc (#228)
|
||||
- ⬆️ Bump sqlite-web from 0.4.0 to 0.4.1 in /sqlite-web (#225)
|
||||
|
||||
Bumps [sqlite-web](https://github.com/coleifer/sqlite-web) from 0.4.0 to 0.4.1.
|
||||
- [Release notes](https://github.com/coleifer/sqlite-web/releases)
|
||||
- [Commits](https://github.com/coleifer/sqlite-web/commits)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: sqlite-web
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Upgrades add-on base image to 13.0.0 (#227)
|
||||
- ⬆️ Upgrades add-on base image to 12.2.6 (#222)
|
||||
- ⬆️ Upgrades nginx to 1.22.1-r0 (#221)
|
||||
|
|
|
@ -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
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-5d7d007-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/5d7d007
|
||||
[release-shield]: https://img.shields.io/badge/version-a925a0c-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/a925a0c
|
||||
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png
|
|
@ -19,4 +19,4 @@ schema:
|
|||
database: str?
|
||||
slug: sqlite-web
|
||||
url: https://github.com/hassio-addons/addon-sqlite-web/tree/main/README.md
|
||||
version: 5d7d007
|
||||
version: a925a0c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue