mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 11:01:24 +00:00
🎉 Release of add-on SQLite Web 3.2.0
This commit is contained in:
parent
fdd5957007
commit
326b54c4bc
5 changed files with 58 additions and 38 deletions
|
@ -894,10 +894,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/v3.1.0
|
||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/v3.1.0/README.md
|
||||
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/v3.2.0
|
||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/v3.2.0/README.md
|
||||
[sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues
|
||||
[sqlite-web-version-shield]: https://img.shields.io/badge/version-v3.1.0-blue.svg
|
||||
[sqlite-web-version-shield]: https://img.shields.io/badge/version-v3.2.0-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,19 +1,43 @@
|
|||
## What’s changed
|
||||
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- 🚑 Fix Python version in patches @frenck (#167)
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- Migrate JSON config to YAML @frenck (#187)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- Apply updated repository structure & CI workflow @frenck (#138)
|
||||
- 🚀 Add-on CI improvements @frenck (#168)
|
||||
- ⬆️ Upgrade lock-threads workflow to 3.0.0 @frenck (#181)
|
||||
- Switch to centralized GitHub Action Workflows @frenck (#186)
|
||||
- Let dependabot handle the upgrade of SQLite Web @frenck (#189)
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- 🚑 Fix contributing link in readme @frenck (#169)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#127)
|
||||
- ⬆️ Upgrades python3 to 3.8.8-r0 @frenck (#129)
|
||||
- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#128)
|
||||
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#130)
|
||||
- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#131)
|
||||
- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#133)
|
||||
- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#132)
|
||||
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#134)
|
||||
- ⬆️ Upgrades cython to 0.29.21-r1 @frenck (#135)
|
||||
- ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#136)
|
||||
- Upgrades add-on base image to v9.2.0 @frenck (#137)
|
||||
- ⬆️ Upgrades add-on base image to v9.2.2 @frenck (#156)
|
||||
- ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#157)
|
||||
- ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#159)
|
||||
- ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.5.0 @dependabot (#160)
|
||||
- ⬆️ Upgrades add-on base image to v10.0.0 @frenck (#161)
|
||||
- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#162)
|
||||
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#163)
|
||||
- ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#165)
|
||||
- ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#164)
|
||||
- ⬆️ Upgrades add-on base image to v10.0.1 @frenck (#166)
|
||||
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#170)
|
||||
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#171)
|
||||
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#172)
|
||||
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#173)
|
||||
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#174)
|
||||
- ⬆️ Upgrades add-on base image to 10.1.0 @frenck (#175)
|
||||
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#180)
|
||||
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#182)
|
||||
- ⬆️ Upgrades add-on base image to 10.2.2 @frenck (#188)
|
||||
- ⬆️ Bump sqlite-web from 0.3.7 to 0.4.0 in /sqlite-web @dependabot (#190)
|
||||
|
|
|
@ -38,6 +38,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-v3.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v3.1.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.2.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v3.2.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png
|
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
"name": "SQLite Web",
|
||||
"version": "3.1.0",
|
||||
"slug": "sqlite-web",
|
||||
"description": "Explore your SQLite database",
|
||||
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/main/README.md",
|
||||
"ingress": true,
|
||||
"advanced": true,
|
||||
"panel_icon": "mdi:database",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"image": "ghcr.io/hassio-addons/sqlite-web/{arch}"
|
||||
}
|
17
sqlite-web/config.yaml
Normal file
17
sqlite-web/config.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
advanced: true
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
description: Explore your SQLite database
|
||||
image: ghcr.io/hassio-addons/sqlite-web/{arch}
|
||||
ingress: true
|
||||
map:
|
||||
- config:rw
|
||||
name: SQLite Web
|
||||
panel_icon: mdi:database
|
||||
slug: sqlite-web
|
||||
url: https://github.com/hassio-addons/addon-sqlite-web/tree/main/README.md
|
||||
version: 3.2.0
|
Loading…
Add table
Add a link
Reference in a new issue