mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 19:51:22 +00:00
⬆️ Updating add-on SQLite Web to 782b7f8
This commit is contained in:
parent
c8d288f506
commit
97b3e79632
4 changed files with 12 additions and 68 deletions
|
@ -1018,10 +1018,10 @@ SOFTWARE.
|
||||||
[prometheus-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[prometheus-i386-shield]: https://img.shields.io/badge/i386-no-red.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-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/6fbcf5e/README.md
|
[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-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-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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[sqlite-web-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,67 +1,11 @@
|
||||||
# Changelog since v2.3.2
|
# Changelog since v3.0.0
|
||||||
- Fix incorrect ingress template filename (#117)
|
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 (#119)
|
||||||
- Fix larger table widths on larger screens (#116)
|
|
||||||
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 (#115)
|
|
||||||
|
|
||||||
Bumps [frenck/action-yamllint](https://github.com/frenck/action-yamllint) from v1.0.2 to v1.1.
|
Bumps [actionshub/markdownlint](https://github.com/actionshub/markdownlint) from 2.0.0 to 2.0.2.
|
||||||
- [Release notes](https://github.com/frenck/action-yamllint/releases)
|
- [Release notes](https://github.com/actionshub/markdownlint/releases)
|
||||||
- [Commits](https://github.com/frenck/action-yamllint/compare/v1.0.2...e21bcc770907b7207a05453ca9f1eb7129c945d1)
|
- [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>
|
Signed-off-by: dependabot[bot] <support@github.com>
|
||||||
|
|
||||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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>
|
|
||||||
|
|
|
@ -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
|
[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
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.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-shield]: https://img.shields.io/badge/version-782b7f8-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/6fbcf5e
|
[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
|
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "SQLite Web",
|
"name": "SQLite Web",
|
||||||
"version": "6fbcf5e",
|
"version": "782b7f8",
|
||||||
"slug": "sqlite-web",
|
"slug": "sqlite-web",
|
||||||
"description": "Explore your SQLite database",
|
"description": "Explore your SQLite database",
|
||||||
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/main/README.md",
|
"url": "https://github.com/hassio-addons/addon-sqlite-web/tree/main/README.md",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue