mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on Bookstack 0.8.3
This commit is contained in:
parent
0d8e272ac4
commit
677db72b0e
4 changed files with 18 additions and 13 deletions
|
@ -783,10 +783,10 @@ SOFTWARE.
|
|||
[bitwarden-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[bitwarden-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[bitwarden-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/v0.8.2
|
||||
[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/v0.8.2/README.md
|
||||
[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/v0.8.3
|
||||
[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/v0.8.3/README.md
|
||||
[bookstack-issue]: https://github.com/hassio-addons/addon-bookstack/issues
|
||||
[bookstack-version-shield]: https://img.shields.io/badge/version-v0.8.2-blue.svg
|
||||
[bookstack-version-shield]: https://img.shields.io/badge/version-v0.8.3-blue.svg
|
||||
[bookstack-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[bookstack-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,10 +1,16 @@
|
|||
## What’s changed
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🔨 Refactor nginx config with template @sinclairpaul (#55)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#38)
|
||||
- Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#39)
|
||||
- ⬆ Upgrades composer to 2.0.9-r0 @frenck (#41)
|
||||
- ⬆ Update base image to 9.1.2 @sinclairpaul (#44)
|
||||
- Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#43)
|
||||
- ⬆ Update bookstack to v0.31.5 @sinclairpaul (#45)
|
||||
- ⬆ Upgrades php7 to 7.4.15-r0 @frenck (#48)
|
||||
- Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#46)
|
||||
- Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#47)
|
||||
- Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#49)
|
||||
- Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#50)
|
||||
- Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#51)
|
||||
- ⬆ Update bookstack to v0.31.6 @sinclairpaul (#53)
|
||||
- ⬆ Add php-ldap @sinclairpaul (#54)
|
||||
|
|
|
@ -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.8.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-bookstack/tree/v0.8.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.8.3-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-bookstack/tree/v0.8.3
|
||||
[screenshot]: https://github.com/hassio-addons/addon-bookstack/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Bookstack",
|
||||
"version": "0.8.2",
|
||||
"version": "0.8.3",
|
||||
"slug": "bookstack",
|
||||
"description": "Simple & Free Wiki Software",
|
||||
"url": "https://github.com/hassio-addons/addon-bookstack",
|
||||
|
@ -13,7 +13,6 @@
|
|||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"hassio_api": true,
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue