🎉 Release of add-on SQLite Web 2.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2019-08-23 22:22:19 +00:00
parent 3cf0aa5225
commit 59e65d2fe1
4 changed files with 33 additions and 26 deletions

View file

@ -1,17 +1,22 @@
## Changes
- 09eff4b :arrow_up: Updates peewee to v3.9.5 (#25) @renovate[bot]
- 3b35050 :arrow_up: Updates lua-resty-http to version 0.13-r0 (#27)
- cb33f1a :arrow_up: Updates nginx-mod-http-lua to version 1.14.2-r1 (#28)
- 5d82e61 :arrow_up: Updates nginx to version 1.14.2-r1 (#29)
- 07fa6b8 :arrow_up: Updates datasette to v0.27.1 (#30) @renovate[bot]
- eeb2e74 :arrow_up: Updates flask to v1.0.3 (#33) @renovate[bot]
[Full Changelog][changelog]
***
This release was created with [reporeleaser][reporeleaser] :tada:
[reporeleaser]: https://pypi.org/project/reporeleaser/
[changelog]: https://github.com/hassio-addons/addon-sqlite-web/compare/v1.1.0...v1.2.0
[Full Changelog][changelog]
This release add ingress support! 🎉
### 🔨 Changes
- :pencil2: Maintaince -> Maintenance
- :arrow_up: Updates flask to v1.1.1 (#37)
- :arrow_up: Updates datasette to v0.29.2 (#39)
- :arrow_up: Updates peewee to v3.10.0 (#44)
- :arrow_up: Upgrades add-on base image to v2.0.3
- :arrow_up: Upgrades cython to 0.29.10-r0
- :racehorse: Improves build speed by leveraging the Home Assistant Wheels server
- :sparkles: Adds Ingress support (#45)
- :arrow_up: Upgrades nginx to 1.16.1-r0
- :hammer: Updates HA Auth URL in NGinx LUA script
- :arrow_up: Upgrades add-on base image to v2.1.0
- :hammer: Use Hass.io DNS as NGinx resolver
[changelog]: https://github.com/hassio-addons/addon-sqlite-web/compare/v1.1.0...v2.0.0
Questions? Join our Discord server! https://discord.me/hassioaddons

View file

@ -20,11 +20,11 @@ This enables you to easily explore all tables and content that is saved in your
[buymeacoffee]: https://www.buymeacoffee.com/ludeeus
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/v1.2.0/README.md
[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/v2.0.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-sqlite-web/68912
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v1.2.0
[release-shield]: https://img.shields.io/badge/version-v2.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v2.0.0
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/master/images/sample-view.png

View file

@ -1,11 +1,13 @@
{
"name": "SQLite Web",
"version": "1.2.0",
"version": "2.0.0",
"slug": "sqlite-web",
"description": "Explore your SQLite database",
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/master/README.md",
"webui": "[PROTO:ssl]://[HOST]:[PORT:6210]",
"startup": "services",
"ingress": true,
"ingress_port": 1337,
"arch": [
"aarch64",
"amd64",
@ -18,11 +20,11 @@
"hassio_api": true,
"hassio_role": "default",
"ports": {
"6210/tcp": 6210,
"80/tcp": null,
"6220/tcp": 6220
},
"ports_description": {
"6210/tcp": "SQLite Web interface",
"80/tcp": "SQLite Web interface (Not required for Hass.io Ingress)",
"6220/tcp": "Datasette API endpoint"
},
"map": [