🎉 Release of add-on SQLite Web 2.2.0

This commit is contained in:
Community Hass.io Add-ons Bot 2020-02-23 15:21:44 +00:00
parent 4c53734c7f
commit eafc8809b5
4 changed files with 20 additions and 25 deletions

View file

@ -1025,10 +1025,10 @@ SOFTWARE.
[portainer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[portainer-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[portainer-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/v2.1.0
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/v2.1.0/README.md
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/v2.2.0
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/v2.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-v2.1.0-blue.svg
[sqlite-web-version-shield]: https://img.shields.io/badge/version-v2.2.0-blue.svg
[sqlite-web-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/sqlite-web-armhf.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

View file

@ -4,20 +4,15 @@ This is a general maintenance release.
### 🔨 Changes
- :arrow_up: Updates peewee to v3.13.1 (#61)
- :arrow_up: Updates datasette to v0.33 (#62)
- :fireworks: Updates maintenance/license year to 2020
- :books: Adjust add-on installation instructions
- :pencil2: Fixes some spelling and grammar
- :arrow_up: Upgrades add-on base image to v4.0.0
- :arrow_up: Upgrades gcc to 9.2.0-r3
- :arrow_up: Upgrades nginx to 1.16.1-r4
- :arrow_up: Upgrades lua-resty-http to 0.15-r0
- :arrow_up: Upgrades cython to 0.29.14-r0
- :hammer: Update Hass.io wheels for Alpine 3.11
- :ambulance: Only activate datasette proxy when enabled
- :ambulance: Fix Pyhton 3.7->3.8 paths
- :arrow_up: Upgrades nginx to 1.16.1-r6
- :books: Update add-on documentation to use new YAML configuration format
- :hammer: Re-branding
- :hammer: Update add-on config with new password & list features
- :hammer: Updates for upstream Supervisor changes
- :arrow_up: Updates datasette to v0.36 (#65)
- :arrow_up: Upgrades add-on base image to v5.0.1
- :hammer: Update community forum links
[changelog]: https://github.com/hassio-addons/addon-sqlite-web/compare/v2.0.1...v2.1.0
[changelog]: https://github.com/hassio-addons/addon-sqlite-web/compare/v2.1.0...v2.2.0
Questions? Join our Discord server! https://discord.me/hassioaddons

View file

@ -1,4 +1,4 @@
# Community Hass.io Add-ons: SQLite Web
# Home Assistant Community Add-on: SQLite Web
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
@ -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/v2.1.0/README.md
[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/v2.2.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
[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/2020.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v2.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v2.1.0
[release-shield]: https://img.shields.io/badge/version-v2.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v2.2.0
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/master/images/sample-view.png

View file

@ -1,6 +1,6 @@
{
"name": "SQLite Web",
"version": "2.1.0",
"version": "2.2.0",
"slug": "sqlite-web",
"description": "Explore your SQLite database",
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/master/README.md",
@ -25,7 +25,7 @@
"6220/tcp": 6220
},
"ports_description": {
"80/tcp": "SQLite Web interface (Not required for Hass.io Ingress)",
"80/tcp": "SQLite Web interface (Not required for Ingress)",
"6220/tcp": "Datasette API endpoint"
},
"map": [
@ -41,7 +41,7 @@
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"database_path": "str",
"read_only": "bool",
"datasette": "bool",