diff --git a/README.md b/README.md index ab1b641c9..22d55579e 100644 --- a/README.md +++ b/README.md @@ -1018,10 +1018,10 @@ SOFTWARE. [prometheus-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [prometheus-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [prometheus-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/05c5270 -[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/05c5270/README.md +[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/8451865 +[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/8451865/README.md [sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues -[sqlite-web-version-shield]: https://img.shields.io/badge/version-05c5270-blue.svg +[sqlite-web-version-shield]: https://img.shields.io/badge/version-8451865-blue.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 [sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/sqlite-web/CHANGELOG.md b/sqlite-web/CHANGELOG.md index a936ff21b..ef0d8fcad 100644 --- a/sqlite-web/CHANGELOG.md +++ b/sqlite-web/CHANGELOG.md @@ -1,4 +1,55 @@ -# Changelog since v2.3.1 -- ⬆ Updates peewee to v3.14.0 (#97) +# Changelog since v2.3.2 +- Upgrade add-on base image to 9.1.2 (#113) +- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 (#109) + +Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.3.1 to v1.4. +- [Release notes](https://github.com/frenck/action-addon-linter/releases) +- [Commits](https://github.com/frenck/action-addon-linter/compare/v1.3.1...c82c5e9ca0ce5fc9b15756f1c0e39531b95d11b0) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- Remove obsolete webui from configuration (#111) +- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 (#110) + +Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.15. +- [Release notes](https://github.com/actions/stale/releases) +- [Commits](https://github.com/actions/stale/compare/v3.0.14...86561461b92875de77a8b2d2e75f004c826e8f45) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- Add new repository workflow (#108) + +* Add new repository workflow + +* Prettified Code! + +* Address add-on lint errors + +* Migrate Docker build arguments + +* Documentation tweaks + +Co-authored-by: frenck +- Upgrade Code of Conduct (#107) +- Happy New Year (#106) +- Cleanup repository (#105) +- ⬆ Updates datasette to v0.53 (#104) + +Co-authored-by: Renovate Bot +- ⬆ Updates datasette to v0.52.5 (#103) + +Co-authored-by: Renovate Bot +- ⬆ Updates datasette to v0.52.4 (#102) + +Co-authored-by: Renovate Bot +- ⬆ Updates datasette to v0.52.3 (#101) + +Co-authored-by: Renovate Bot +- ⬆ Updates datasette to v0.52.2 (#100) + +Co-authored-by: Renovate Bot +- ⬆ Updates datasette to v0.52.1 (#99) Co-authored-by: Renovate Bot diff --git a/sqlite-web/DOCS.md b/sqlite-web/DOCS.md index 7786309cc..0d791a029 100644 --- a/sqlite-web/DOCS.md +++ b/sqlite-web/DOCS.md @@ -45,7 +45,7 @@ dealing with an unknown issue. Possible values are: - `debug`: Shows detailed debug information. - `info`: Normal (usually) interesting events. - `warning`: Exceptional occurrences that are not errors. -- `error`: Runtime errors that do not require immediate action. +- `error`: Runtime errors that do not require immediate action. - `fatal`: Something went terribly wrong. Add-on becomes unusable. Please note that each level automatically includes log messages from a @@ -95,16 +95,15 @@ The private key file to use for SSL. ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] -functionality. The format of the log is based on -[Keep a Changelog][keepchangelog]. +functionality. Releases are based on [Semantic Versioning][semver], and use the format -of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented +of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented based on the following: -- ``MAJOR``: Incompatible or major changes. -- ``MINOR``: Backwards-compatible new features and enhancements. -- ``PATCH``: Backwards-compatible bugfixes and package updates. +- `MAJOR`: Incompatible or major changes. +- `MINOR`: Backwards-compatible new features and enhancements. +- `PATCH`: Backwards-compatible bugfixes and package updates. ## Support @@ -132,7 +131,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2018-2020 Joakim Sørensen +Copyright (c) 2018-2021 Joakim Sørensen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -153,12 +152,11 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. [contributors]: https://github.com/hassio-addons/addon-sqlite-web/graphs/contributors -[Datasette]: https://github.com/simonw/datasette +[datasette]: https://github.com/simonw/datasette [discord-ha]: https://discord.gg/c5DvZ4e [discord]: https://discord.me/hassioaddons [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-sqlite-web/68912?u=frenck [issue]: https://github.com/hassio-addons/addon-sqlite-web/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [ludeeus]: https://github.com/ludeeus [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-sqlite-web/releases diff --git a/sqlite-web/README.md b/sqlite-web/README.md index a0eb33e81..921eb37c4 100644 --- a/sqlite-web/README.md +++ b/sqlite-web/README.md @@ -39,8 +39,8 @@ If you are more interested in stable releases of our add-ons: [discord]: https://discord.gg/c5DvZ4e [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [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 +[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-05c5270-blue.svg -[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/05c5270 -[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/master/images/sample-view.png \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-8451865-blue.svg +[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/8451865 +[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png \ No newline at end of file diff --git a/sqlite-web/config.json b/sqlite-web/config.json index 3fccb0f38..346dbec60 100644 --- a/sqlite-web/config.json +++ b/sqlite-web/config.json @@ -1,10 +1,9 @@ { "name": "SQLite Web", - "version": "05c5270", + "version": "8451865", "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]", + "url": "https://github.com/hassio-addons/addon-sqlite-web/tree/main/README.md", "ingress": true, "ingress_port": 1337, "panel_icon": "mdi:database", @@ -16,10 +15,7 @@ "armv7", "i386" ], - "boot": "auto", "auth_api": true, - "hassio_api": true, - "hassio_role": "default", "ports": { "80/tcp": null, "6220/tcp": 6220 @@ -51,5 +47,5 @@ "certfile": "str", "keyfile": "str" }, - "image": "hassioaddons/sqlite-web-{arch}" + "image": "ghcr.io/hassio-addons/sqlite-web/{arch}" } \ No newline at end of file