mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on SQLite Web 1.0.0
This commit is contained in:
parent
6c1b0efce7
commit
2d8fc1601b
4 changed files with 53 additions and 21 deletions
|
@ -1,7 +1,44 @@
|
|||
# Changed
|
||||
## Changes
|
||||
|
||||
- ❄️ Adds Hassio API security role
|
||||
- ⬆️ Upgrades GCC/G++ to 6.4.0-r9
|
||||
- ⬆️ upgrades Datasette to 0.25
|
||||
- ⬆️ Upgrades peewee to 3.7.0
|
||||
- ⬆️ Upgrades sqlite-web to 0.3.5
|
||||
- 0b574fa Maint upgrades (#6) @frenck
|
||||
- dc29c24 Fix port number (#7) @tjorim
|
||||
- 6081627 Bump year to 2019
|
||||
- 89fcb33 niginx version bump
|
||||
- 57bed99 :arrow_up: Upgrades peewee to version 3.8.0
|
||||
- 7a6096c :arrow_up: Upgrades datasette to version 0.26
|
||||
- 1eba43d Update embedding example in README (#10) @chetcuti
|
||||
- 51c6a96 :arrow_up: Upgrades add-on base image in Dockerfile to version 2.3.1
|
||||
- 2aaf424 :arrow_up: Upgrades add-on base image in build file to version 2.3.1
|
||||
- 8f109f0 :pencil2: Fixes spelling error in Dockerfile @frenck
|
||||
- 2ca59ee :fire: Removes BountySource links @frenck
|
||||
- 93a95ba :fire: Removes Anchore.io links @frenck
|
||||
- 006ee3a :fireworks: Updates maintenance year to 2019 @frenck
|
||||
- 1723057 :tractor: :rocket: Refactor of GitLab CI @frenck
|
||||
- 13ece72 Configure Renovate (#9) @renovate[bot]
|
||||
- 38930d8 :arrow_up: Updates apache2-utils to version 2.4.38-r3 (#12)
|
||||
- f27ba74 :arrow_up: Updates peewee to version 3.8.2 (#13)
|
||||
- 086938a :arrow_up: Updates datasette to version 0.27 (#14)
|
||||
- b990415 :arrow_up: Upgrades add-on base image to 2.3.2 @frenck
|
||||
- 0096da5 :arrow_up: Updates peewee to version 3.9.2 (#15)
|
||||
- f523260 :arrow_up: Upgrade baseimage to 3.0.1
|
||||
- cd0c390 🔨 Move python requirements to requirements.txt
|
||||
- 093bba0 ⬆️Upgrade g++ to 8.2.0-r2
|
||||
- ed9b599 ⬆️Upgrade gcc to 8.2.0-r2
|
||||
- b949231 ⬆️Upgrade python3-dev to 3.6.8-r1
|
||||
- 179330d ⬆️Upgrade python3 to 3.6.8-r1
|
||||
- 11db90c ⬇️ Downgrade apache2-utils to 2.4.38-r2
|
||||
- c3095f3 ⬆️ Upgrade cython to 0.29.2-r0
|
||||
- d304339 🚑 Fix missing copy command for requirements.txt
|
||||
- 96ca892 🔨 Rewrite to use bashio
|
||||
- cd1485a ✨ Adds HA Authentication
|
||||
- 670e71c ⬆️ Upgrade sqlite-web to 0.3.6
|
||||
- bb24b5e ⬆️ Upgrade peewee to 3.9.3
|
||||
|
||||
[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/v0.2.0...v1.0.0
|
|
@ -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/v0.2.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/v1.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/2018.svg
|
||||
[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-v0.2.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v0.2.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v1.0.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/master/images/sample-view.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "SQLite Web",
|
||||
"version": "0.2.0",
|
||||
"version": "1.0.0",
|
||||
"slug": "sqlite-web",
|
||||
"description": "Explore your SQLite database",
|
||||
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/master/README.md",
|
||||
|
@ -13,6 +13,7 @@
|
|||
"i386"
|
||||
],
|
||||
"boot": "auto",
|
||||
"auth_api": true,
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant_api": false,
|
||||
|
@ -30,8 +31,6 @@
|
|||
"database_path": "home-assistant_v2.db",
|
||||
"read_only": true,
|
||||
"datasette": false,
|
||||
"username": "",
|
||||
"password": "",
|
||||
"ssl": true,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem",
|
||||
|
@ -42,14 +41,10 @@
|
|||
"database_path": "str",
|
||||
"read_only": "bool",
|
||||
"datasette": "bool",
|
||||
"username": "str",
|
||||
"password": "str",
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"ipv6": "bool",
|
||||
"i_like_to_be_pwned": "bool?",
|
||||
"leave_front_door_open": "bool?"
|
||||
"ipv6": "bool"
|
||||
},
|
||||
"environment": {
|
||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue