⬆️ Updating add-on SQLite Web to 782b7f8

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-05 09:57:57 +00:00
parent c8d288f506
commit 97b3e79632
4 changed files with 12 additions and 68 deletions

View file

@ -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/6fbcf5e
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/6fbcf5e/README.md
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/782b7f8
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/782b7f8/README.md
[sqlite-web-issue]: https://github.com/hassio-addons/addon-sqlite-web/issues
[sqlite-web-version-shield]: https://img.shields.io/badge/version-6fbcf5e-blue.svg
[sqlite-web-version-shield]: https://img.shields.io/badge/version-782b7f8-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

View file

@ -1,67 +1,11 @@
# Changelog since v2.3.2
- Fix incorrect ingress template filename (#117)
- Fix larger table widths on larger screens (#116)
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 (#115)
# Changelog since v3.0.0
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 (#119)
Bumps [frenck/action-yamllint](https://github.com/frenck/action-yamllint) from v1.0.2 to v1.1.
- [Release notes](https://github.com/frenck/action-yamllint/releases)
- [Commits](https://github.com/frenck/action-yamllint/compare/v1.0.2...e21bcc770907b7207a05453ca9f1eb7129c945d1)
Bumps [actionshub/markdownlint](https://github.com/actionshub/markdownlint) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/actionshub/markdownlint/releases)
- [Changelog](https://github.com/actionshub/markdownlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/actionshub/markdownlint/compare/2.0.0...4668c0321d5e398f4776e88e0f87d203dec0fd99)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Major refactor of add-on (#114)
- 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] <support@github.com>
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] <support@github.com>
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 <frenck@users.noreply.github.com>
- Upgrade Code of Conduct (#107)
- Happy New Year (#106)
- Cleanup repository (#105)
- ⬆ Updates datasette to v0.53 (#104)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
- ⬆ Updates datasette to v0.52.5 (#103)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
- ⬆ Updates datasette to v0.52.4 (#102)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
- ⬆ Updates datasette to v0.52.3 (#101)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
- ⬆ Updates datasette to v0.52.2 (#100)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
- ⬆ Updates datasette to v0.52.1 (#99)
Co-authored-by: Renovate Bot <bot@renovateapp.com>

View file

@ -41,6 +41,6 @@ If you are more interested in stable releases of our add-ons:
[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/2021.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-6fbcf5e-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/6fbcf5e
[release-shield]: https://img.shields.io/badge/version-782b7f8-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/782b7f8
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png

View file

@ -1,6 +1,6 @@
{
"name": "SQLite Web",
"version": "6fbcf5e",
"version": "782b7f8",
"slug": "sqlite-web",
"description": "Explore your SQLite database",
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/main/README.md",