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.2.0
This commit is contained in:
parent
a0212c293d
commit
8c7951c1e7
4 changed files with 25 additions and 32 deletions
|
@ -963,10 +963,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/v1.1.0
|
||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/v1.1.0/README.md
|
||||
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/v1.2.0
|
||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/v1.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-v1.1.0-blue.svg
|
||||
[sqlite-web-version-shield]: https://img.shields.io/badge/version-v1.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
|
||||
|
|
|
@ -1,24 +1,17 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
This is a general maintenance release.
|
||||
|
||||
### 🔨 Changes
|
||||
|
||||
- :arrow_up: Upgrades base image to Python 1.1.0
|
||||
- :arrow_up: Upgrades gcc/g++ to 8.3.0-r0
|
||||
- :sparkles: Adds ARMv7 support
|
||||
- :hammer: Makes log_level optional
|
||||
- :ambulance: Workaround Docker issue by reinstating legacy tags
|
||||
- :hammer: Removes unused while loop
|
||||
- :hammer: Makes NGinx wait for SQLite Web before starting
|
||||
- :fire: Removes default config options
|
||||
- :hammer: Refactor of init scripts
|
||||
- :fire: Removes IPv6 switch
|
||||
- :fire: Removes custom log format override
|
||||
- :sparkles: Adds port descriptions
|
||||
- :books: Updates documentation to match latest changes
|
||||
- :arrow_up: Updates peewee to v3.9.4 (#24)
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-sqlite-web/compare/v1.0.0...v1.1.0
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
## 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
|
|
@ -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.1.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/v1.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
|
||||
[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.1.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v1.1.0
|
||||
[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
|
||||
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/master/images/sample-view.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "SQLite Web",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"slug": "sqlite-web",
|
||||
"description": "Explore your SQLite database",
|
||||
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/master/README.md",
|
||||
|
@ -46,5 +46,5 @@
|
|||
"certfile": "str",
|
||||
"keyfile": "str"
|
||||
},
|
||||
"image": "hassioaddons/sqlite-web"
|
||||
"image": "hassioaddons/sqlite-web-{arch}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue