mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Bookstack 0.10.0
This commit is contained in:
parent
e23d565856
commit
297f9e8f06
4 changed files with 28 additions and 12 deletions
|
@ -1,10 +1,26 @@
|
|||
## What’s changed
|
||||
|
||||
- 💄 Fix line length for warning message @sinclairpaul (#77)
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- Update nginx.sh to remove if Statement @ajesseperez (#76)
|
||||
- Remove NGINX access log from Supervisor log ouput @frenck (#87)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- Apply updated repository structure & CI workflow @frenck (#86)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#67)
|
||||
- Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#68)
|
||||
- Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#69)
|
||||
- Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#70)
|
||||
- ⬆️ Upgrades add-on base image to v9.1.7 @sinclairpaul (#71)
|
||||
- ⬆ Update Bookstack to v21.04 @sinclairpaul (#72)
|
||||
- Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#74)
|
||||
- Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#75)
|
||||
- ⬆ Update mariadb-client to 10.5.9 @sinclairpaul (#78)
|
||||
- ⬆ Update bookstack to v21.04.1 @sinclairpaul (#79)
|
||||
- Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#80)
|
||||
- Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#81)
|
||||
- Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#82)
|
||||
- ⬆️ Upgrades composer to 2.0.13-r0 @frenck (#83)
|
||||
- Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 @dependabot (#84)
|
||||
- ⬆️ Upgrades add-on base image to v9.2.0 @frenck (#85)
|
||||
- ⬆️ Upgrades BookStack to v21.04.3 @frenck (#88)
|
||||
|
|
|
@ -39,6 +39,6 @@ If you are more interested in stable releases of our add-ons:
|
|||
[forum]: https://community.home-assistant.io/?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-v0.9.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-bookstack/tree/v0.9.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-bookstack/tree/v0.10.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-bookstack/raw/main/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Bookstack",
|
||||
"version": "0.9.0",
|
||||
"version": "0.10.0",
|
||||
"slug": "bookstack",
|
||||
"description": "Simple & Free Wiki Software",
|
||||
"url": "https://github.com/hassio-addons/addon-bookstack",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue