mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
🎉 Release of add-on SQLite Web 3.2.1
This commit is contained in:
parent
66f91a810e
commit
c17f3757f8
5 changed files with 12 additions and 44 deletions
|
@ -1,43 +1,11 @@
|
|||
## What’s changed
|
||||
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- 🚑 Fix Python version in patches @frenck (#167)
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- Migrate JSON config to YAML @frenck (#187)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🚀 Add-on CI improvements @frenck (#168)
|
||||
- ⬆️ Upgrade lock-threads workflow to 3.0.0 @frenck (#181)
|
||||
- Switch to centralized GitHub Action Workflows @frenck (#186)
|
||||
- Let dependabot handle the upgrade of SQLite Web @frenck (#189)
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- 🚑 Fix contributing link in readme @frenck (#169)
|
||||
- 🚀 Update CI to latest version @frenck (#192)
|
||||
- 🎆 Updates maintenance/license year to 2022 @frenck (#196)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades add-on base image to v9.2.2 @frenck (#156)
|
||||
- ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#157)
|
||||
- ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#159)
|
||||
- ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.5.0 @dependabot (#160)
|
||||
- ⬆️ Upgrades add-on base image to v10.0.0 @frenck (#161)
|
||||
- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#162)
|
||||
- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#163)
|
||||
- ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#165)
|
||||
- ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#164)
|
||||
- ⬆️ Upgrades add-on base image to v10.0.1 @frenck (#166)
|
||||
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#170)
|
||||
- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#171)
|
||||
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#172)
|
||||
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#173)
|
||||
- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#174)
|
||||
- ⬆️ Upgrades add-on base image to 10.1.0 @frenck (#175)
|
||||
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#180)
|
||||
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#182)
|
||||
- ⬆️ Upgrades add-on base image to 10.2.2 @frenck (#188)
|
||||
- ⬆️ Bump sqlite-web from 0.3.7 to 0.4.0 in /sqlite-web @dependabot (#190)
|
||||
- ⬆️ Upgrades add-on base image to 11.0.0 @frenck (#193)
|
||||
- ⬆️ Upgrades add-on base image to 11.0.1 @frenck (#197)
|
||||
|
|
|
@ -60,7 +60,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018-2021 Joakim Sørensen
|
||||
Copyright (c) 2018-2022 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
|
||||
|
|
|
@ -20,8 +20,8 @@ This enables you to easily explore all tables and content that is saved in your
|
|||
[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/2021.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.2.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v3.2.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v3.2.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-sqlite-web/tree/v3.2.1
|
||||
[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
|
||||
slug: sqlite-web
|
||||
url: https://github.com/hassio-addons/addon-sqlite-web/tree/main/README.md
|
||||
version: 3.2.0
|
||||
version: 3.2.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue