mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
⬆️ Updating add-on SQLite Web to aa4d0fe
This commit is contained in:
parent
8cb9fa0c28
commit
c4e8e8f6dd
4 changed files with 9 additions and 263 deletions
|
@ -894,10 +894,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/db884f8
|
[addon-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/tree/aa4d0fe
|
||||||
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/db884f8/README.md
|
[addon-doc-sqlite-web]: https://github.com/hassio-addons/addon-sqlite-web/blob/aa4d0fe/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-db884f8-blue.svg
|
[sqlite-web-version-shield]: https://img.shields.io/badge/version-aa4d0fe-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,257 +1,3 @@
|
||||||
# Changelog since v3.1.1
|
# Changelog since v3.2.0
|
||||||
- ⬆️ Bump sqlite-web from 0.3.7 to 0.4.0 in /sqlite-web (#190)
|
- ⬆️ Upgrades add-on base image to 11.0.0 (#193)
|
||||||
|
- 🚀 Update CI to latest version (#192)
|
||||||
Bumps [sqlite-web](https://github.com/coleifer/sqlite-web) from 0.3.7 to 0.4.0.
|
|
||||||
- [Release notes](https://github.com/coleifer/sqlite-web/releases)
|
|
||||||
- [Commits](https://github.com/coleifer/sqlite-web/compare/0.3.7...0.4.0)
|
|
||||||
|
|
||||||
---
|
|
||||||
updated-dependencies:
|
|
||||||
- dependency-name: sqlite-web
|
|
||||||
dependency-type: direct:production
|
|
||||||
update-type: version-update:semver-minor
|
|
||||||
...
|
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
|
||||||
|
|
||||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
||||||
- Let dependabot handle the upgrade of SQLite Web (#189)
|
|
||||||
- ⬆️ Upgrades add-on base image to 10.2.2 (#188)
|
|
||||||
- Migrate JSON config to YAML (#187)
|
|
||||||
- Switch to centralized GitHub Action Workflows (#186)
|
|
||||||
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#182)
|
|
||||||
|
|
||||||
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
|
|
||||||
- [Release notes](https://github.com/actions/checkout/releases)
|
|
||||||
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
|
|
||||||
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)
|
|
||||||
|
|
||||||
---
|
|
||||||
updated-dependencies:
|
|
||||||
- dependency-name: actions/checkout
|
|
||||||
dependency-type: direct:production
|
|
||||||
update-type: version-update:semver-patch
|
|
||||||
...
|
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
|
||||||
|
|
||||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Upgrade lock-threads workflow to 3.0.0 (#181)
|
|
||||||
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#180)
|
|
||||||
|
|
||||||
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.3 to 2.4.1.
|
|
||||||
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
|
|
||||||
- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.3...v2.4.1)
|
|
||||||
|
|
||||||
---
|
|
||||||
updated-dependencies:
|
|
||||||
- dependency-name: frenck/action-addon-linter
|
|
||||||
dependency-type: direct:production
|
|
||||||
update-type: version-update:semver-minor
|
|
||||||
...
|
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
|
||||||
|
|
||||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Upgrades add-on base image to 10.1.0 (#175)
|
|
||||||
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 (#174)
|
|
||||||
|
|
||||||
Bumps [creyD/prettier_action](https://github.com/creyD/prettier_action) from 3.3 to 4.0.
|
|
||||||
- [Release notes](https://github.com/creyD/prettier_action/releases)
|
|
||||||
- [Commits](https://github.com/creyD/prettier_action/compare/v3.3...v4.0)
|
|
||||||
|
|
||||||
---
|
|
||||||
updated-dependencies:
|
|
||||||
- dependency-name: creyD/prettier_action
|
|
||||||
dependency-type: direct:production
|
|
||||||
update-type: version-update:semver-major
|
|
||||||
...
|
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
|
||||||
|
|
||||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 (#173)
|
|
||||||
|
|
||||||
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.1 to 1.6.0.
|
|
||||||
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
|
|
||||||
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.1...v1.6.0)
|
|
||||||
|
|
||||||
---
|
|
||||||
updated-dependencies:
|
|
||||||
- dependency-name: docker/setup-buildx-action
|
|
||||||
dependency-type: direct:production
|
|
||||||
update-type: version-update:semver-minor
|
|
||||||
...
|
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
|
||||||
|
|
||||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 (#172)
|
|
||||||
|
|
||||||
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.2 to 2.3.
|
|
||||||
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
|
|
||||||
- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.2...v2.3)
|
|
||||||
|
|
||||||
---
|
|
||||||
updated-dependencies:
|
|
||||||
- dependency-name: frenck/action-addon-linter
|
|
||||||
dependency-type: direct:production
|
|
||||||
update-type: version-update:semver-minor
|
|
||||||
...
|
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
|
||||||
|
|
||||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 (#171)
|
|
||||||
|
|
||||||
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.6.1 to 2.7.0.
|
|
||||||
- [Release notes](https://github.com/docker/build-push-action/releases)
|
|
||||||
- [Commits](https://github.com/docker/build-push-action/compare/v2.6.1...v2.7.0)
|
|
||||||
|
|
||||||
---
|
|
||||||
updated-dependencies:
|
|
||||||
- dependency-name: docker/build-push-action
|
|
||||||
dependency-type: direct:production
|
|
||||||
update-type: version-update:semver-minor
|
|
||||||
...
|
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
|
||||||
|
|
||||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 (#170)
|
|
||||||
|
|
||||||
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.1.1 to 2.1.2.
|
|
||||||
- [Release notes](https://github.com/dessant/lock-threads/releases)
|
|
||||||
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md)
|
|
||||||
- [Commits](https://github.com/dessant/lock-threads/compare/v2.1.1...v2.1.2)
|
|
||||||
|
|
||||||
---
|
|
||||||
updated-dependencies:
|
|
||||||
- dependency-name: dessant/lock-threads
|
|
||||||
dependency-type: direct:production
|
|
||||||
update-type: version-update:semver-patch
|
|
||||||
...
|
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
|
||||||
|
|
||||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
||||||
- 🚑 Fix contributing link in readme (#169)
|
|
||||||
- 🚀 Add-on CI improvements (#168)
|
|
||||||
- 🚑 Fix Python version in patches (#167)
|
|
||||||
- ⬆️ Upgrades add-on base image to v10.0.1 (#166)
|
|
||||||
- ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 (#164)
|
|
||||||
|
|
||||||
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.1 to 2.2.
|
|
||||||
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
|
|
||||||
- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.1...v2.2)
|
|
||||||
|
|
||||||
---
|
|
||||||
updated-dependencies:
|
|
||||||
- dependency-name: frenck/action-addon-linter
|
|
||||||
dependency-type: direct:production
|
|
||||||
update-type: version-update:semver-minor
|
|
||||||
...
|
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
|
||||||
|
|
||||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Bump actions/stale from 3.0.19 to 4 (#165)
|
|
||||||
|
|
||||||
Bumps [actions/stale](https://github.com/actions/stale) from 3.0.19 to 4.
|
|
||||||
- [Release notes](https://github.com/actions/stale/releases)
|
|
||||||
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
|
|
||||||
- [Commits](https://github.com/actions/stale/compare/v3.0.19...v4)
|
|
||||||
|
|
||||||
---
|
|
||||||
updated-dependencies:
|
|
||||||
- dependency-name: actions/stale
|
|
||||||
dependency-type: direct:production
|
|
||||||
update-type: version-update:semver-major
|
|
||||||
...
|
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
|
||||||
|
|
||||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 (#163)
|
|
||||||
|
|
||||||
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.0 to 1.5.1.
|
|
||||||
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
|
|
||||||
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.0...v1.5.1)
|
|
||||||
|
|
||||||
---
|
|
||||||
updated-dependencies:
|
|
||||||
- dependency-name: docker/setup-buildx-action
|
|
||||||
dependency-type: direct:production
|
|
||||||
update-type: version-update:semver-patch
|
|
||||||
...
|
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
|
||||||
|
|
||||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 (#162)
|
|
||||||
|
|
||||||
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2.0.3 to 2.1.1.
|
|
||||||
- [Release notes](https://github.com/dessant/lock-threads/releases)
|
|
||||||
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md)
|
|
||||||
- [Commits](https://github.com/dessant/lock-threads/compare/v2.0.3...v2.1.1)
|
|
||||||
|
|
||||||
---
|
|
||||||
updated-dependencies:
|
|
||||||
- dependency-name: dessant/lock-threads
|
|
||||||
dependency-type: direct:production
|
|
||||||
update-type: version-update:semver-minor
|
|
||||||
...
|
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
|
||||||
|
|
||||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Upgrades add-on base image to v10.0.0 (#161)
|
|
||||||
- ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.5.0 (#160)
|
|
||||||
|
|
||||||
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.3.0 to 1.5.0.
|
|
||||||
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
|
|
||||||
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.3.0...v1.5.0)
|
|
||||||
|
|
||||||
---
|
|
||||||
updated-dependencies:
|
|
||||||
- dependency-name: docker/setup-buildx-action
|
|
||||||
dependency-type: direct:production
|
|
||||||
update-type: version-update:semver-minor
|
|
||||||
...
|
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
|
||||||
|
|
||||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 (#159)
|
|
||||||
|
|
||||||
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.6.1.
|
|
||||||
- [Release notes](https://github.com/docker/build-push-action/releases)
|
|
||||||
- [Commits](https://github.com/docker/build-push-action/compare/v2.5.0...v2.6.1)
|
|
||||||
|
|
||||||
---
|
|
||||||
updated-dependencies:
|
|
||||||
- dependency-name: docker/build-push-action
|
|
||||||
dependency-type: direct:production
|
|
||||||
update-type: version-update:semver-minor
|
|
||||||
...
|
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
|
||||||
|
|
||||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 (#157)
|
|
||||||
|
|
||||||
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.9.0 to 1.10.0.
|
|
||||||
- [Release notes](https://github.com/docker/login-action/releases)
|
|
||||||
- [Commits](https://github.com/docker/login-action/compare/v1.9.0...v1.10.0)
|
|
||||||
|
|
||||||
---
|
|
||||||
updated-dependencies:
|
|
||||||
- dependency-name: docker/login-action
|
|
||||||
dependency-type: direct:production
|
|
||||||
update-type: version-update:semver-minor
|
|
||||||
...
|
|
||||||
|
|
||||||
Signed-off-by: dependabot[bot] <support@github.com>
|
|
||||||
|
|
||||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
||||||
- ⬆️ Upgrades add-on base image to v9.2.2 (#156)
|
|
||||||
|
|
|
@ -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-db884f8-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-aa4d0fe-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/db884f8
|
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/aa4d0fe
|
||||||
[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
|
|
@ -14,4 +14,4 @@ name: SQLite Web
|
||||||
panel_icon: mdi:database
|
panel_icon: mdi:database
|
||||||
slug: sqlite-web
|
slug: sqlite-web
|
||||||
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
|
||||||
version: db884f8
|
version: aa4d0fe
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue