🎉 Release of add-on SQLite Web 3.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-21 11:53:09 +00:00
parent 79be1b4dd1
commit ecb02a8c47
4 changed files with 21 additions and 15 deletions

View file

@ -1,13 +1,19 @@
## Whats changed
## 🧰 Maintenance
- Apply updated repository structure & CI workflow @frenck (#138)
## ⬆️ Dependency updates
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#119)
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#118)
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#120)
- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#121)
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#122)
- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#123)
- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#124)
- ⬆ Upgrades python3 to 3.8.7-r1 @frenck (#125)
- Upgrade add-on base image to 9.1.4 @frenck (#126)
- ⬆️ 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)

View file

@ -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.0.1-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v3.0.1
[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
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png

View file

@ -1,6 +1,6 @@
{
"name": "SQLite Web",
"version": "3.0.1",
"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",