From 9131a83579949afb201b98b326bfb51a65b7a799 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 23 Dec 2018 22:35:50 +0000 Subject: [PATCH] :arrow_up: Updating add-on SQLite Web to dc29c24 --- README.md | 6 +++--- sqlite-web/CHANGELOG.md | 20 ++++++++++---------- sqlite-web/README.md | 6 +++--- sqlite-web/config.json | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index fbca0ea9a..7c1df99cb 100644 --- a/README.md +++ b/README.md @@ -811,10 +811,10 @@ SOFTWARE. [portainer-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [portainer-armhf-shield]: https://img.shields.io/badge/armhf-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/55800a3 -[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/55800a3/README.md +[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/dc29c24 +[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/dc29c24/README.md [sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues -[sqlite-web-version-shield]: https://img.shields.io/badge/version-55800a3-blue.svg +[sqlite-web-version-shield]: https://img.shields.io/badge/version-dc29c24-blue.svg [sqlite-web-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/sqlite-web.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 diff --git a/sqlite-web/CHANGELOG.md b/sqlite-web/CHANGELOG.md index f78cb369c..e4f1208ed 100644 --- a/sqlite-web/CHANGELOG.md +++ b/sqlite-web/CHANGELOG.md @@ -1,16 +1,16 @@ -# Changelog since v0.1.1 +# Changelog since v0.2.0 -2018/09/28 19:10 UTC - [55800a3](https://github.com/hassio-addons/addon-sqlite-web/commit/55800a3ca435557000e27a6ef97634964edca2f1) by [@frenck](https://github.com/frenck) -> Upgrades packages (#4) +2018/12/23 22:27 UTC - [dc29c24](https://github.com/hassio-addons/addon-sqlite-web/commit/dc29c24c3e274f1c0eea4f4cea9e5c157767a6dd) by [@tjorim](https://github.com/tjorim) +> Fix port number (#7) -* :arrow_up: Upgrades GCC/G++ to 6.4.0-r9 +2018/12/23 22:27 UTC - [0b574fa](https://github.com/hassio-addons/addon-sqlite-web/commit/0b574fab425615410b10960f46af9c08f9d00150) by [@frenck](https://github.com/frenck) +> Maint upgrades (#6) + +* :arrow_up: Upgrades apache2-utils to 2.4.35-r0 -* :arrow_up: upgrades Datasette to 0.25 +* :arrow_up: Upgrades nginx to 1.14.1-r0 -* :arrow_up: Upgrades peewee to 3.7.0 +* :arrow_up: Upgrades peewee to 3.7.1 -* :arrow_up: Upgrades sqlite-web to 0.3.5 - -2018/09/28 19:10 UTC - [8d2f693](https://github.com/hassio-addons/addon-sqlite-web/commit/8d2f6938093ec6030ef5fbb123ae9e804ee3ddc7) by [@frenck](https://github.com/frenck) -> :snowflake: Adds Hassio API security role +* :arrow_up: Upgrades datasette to 0.25.1 diff --git a/sqlite-web/README.md b/sqlite-web/README.md index fd24d1a1c..f0b008f12 100644 --- a/sqlite-web/README.md +++ b/sqlite-web/README.md @@ -39,11 +39,11 @@ If you are more interested in stable releases of our add-ons: [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/55800a3/README.md +[docs]: https://github.com/hassio-addons/addon-sqlite-web/blob/dc29c24/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 [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-55800a3-blue.svg -[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/55800a3 +[release-shield]: https://img.shields.io/badge/version-dc29c24-blue.svg +[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/dc29c24 [screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/master/images/sample-view.png \ No newline at end of file diff --git a/sqlite-web/config.json b/sqlite-web/config.json index 4f5a47a04..46f32eae9 100644 --- a/sqlite-web/config.json +++ b/sqlite-web/config.json @@ -1,6 +1,6 @@ { "name": "SQLite Web", - "version": "55800a3", + "version": "dc29c24", "slug": "sqlite-web", "description": "Explore your SQLite database", "url": "https://github.com/hassio-addons/addon-sqlite-web/tree/master/README.md",