🎉 Release of add-on SQLite Web 4.0.0

This commit is contained in:
Community Hass.io Add-ons Bot 2023-11-15 10:02:45 +00:00
parent 89ce1a6def
commit fb6fa4a0f2
4 changed files with 17 additions and 17 deletions

View file

@ -1,12 +1,14 @@
## Whats changed
⚠️ The add-on now uses `/homeassistant` instead of `/config` to access the Home Assistant configuration. If you have configured a custom database to pick up, this might affect your add-on settings. Typical use is not affected.
## 🚨 Breaking changes
- Drop support for armhf & i386 @frenck ([#282](https://github.com/hassio-addons/addon-sqlite-web/pull/282))
- Migrate add-on to new Home Assistant configuration mapping @frenck ([#284](https://github.com/hassio-addons/addon-sqlite-web/pull/284))
## ⬆️ Dependency updates
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.1.1 @renovate ([#271](https://github.com/hassio-addons/addon-sqlite-web/pull/271))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.1.3 @renovate ([#272](https://github.com/hassio-addons/addon-sqlite-web/pull/272))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.2.0 @renovate ([#273](https://github.com/hassio-addons/addon-sqlite-web/pull/273))
- ⬆️ Update alpine_3_18/python3 to v3.11.6-r0 @renovate ([#274](https://github.com/hassio-addons/addon-sqlite-web/pull/274))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.2.1 @renovate ([#275](https://github.com/hassio-addons/addon-sqlite-web/pull/275))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.2.2 @renovate ([#276](https://github.com/hassio-addons/addon-sqlite-web/pull/276))
- ⬆️ Update sqlite-web to v0.6.0 @renovate ([#277](https://github.com/hassio-addons/addon-sqlite-web/pull/277))
- ⬆️ Update sqlite-web to v0.6.1 @renovate ([#278](https://github.com/hassio-addons/addon-sqlite-web/pull/278))
- ⬆️ Update alpine_3_18/nginx to v1.24.0-r7 @renovate ([#279](https://github.com/hassio-addons/addon-sqlite-web/pull/279))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.1 @renovate ([#283](https://github.com/hassio-addons/addon-sqlite-web/pull/283))
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v14.3.2 @renovate ([#285](https://github.com/hassio-addons/addon-sqlite-web/pull/285))

View file

@ -18,6 +18,6 @@ This enables you to easily explore all tables and content that is saved in your
[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/2023.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v3.10.0-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v3.10.0
[release-shield]: https://img.shields.io/badge/version-v4.0.0-blue.svg
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v4.0.0
[screenshot]: https://github.com/hassio-addons/addon-sqlite-web/raw/main/images/sample-view.png

View file

@ -1,5 +1,5 @@
name: SQLite Web
version: 3.10.0
version: 4.0.0
slug: sqlite-web
description: Explore your SQLite database
url: https://github.com/hassio-addons/addon-sqlite-web/tree/main/README.md
@ -11,11 +11,9 @@ panel_icon: mdi:database
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
map:
- config:rw
- homeassistant_config:rw
- share:rw
schema:
database: str?