🎉 Release of add-on Bookstack 0.8.3

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-15 17:00:13 +00:00
parent 0d8e272ac4
commit 677db72b0e
4 changed files with 18 additions and 13 deletions

View file

@ -783,10 +783,10 @@ SOFTWARE.
[bitwarden-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[bitwarden-i386-shield]: https://img.shields.io/badge/i386-no-red.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-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.2/README.md [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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[bookstack-amd64-shield]: https://img.shields.io/badge/amd64-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 [bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,10 +1,16 @@
## Whats changed ## Whats changed
## 🧰 Maintenance
- 🔨 Refactor nginx config with template @sinclairpaul (#55)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#38) - ⬆ Upgrades php7 to 7.4.15-r0 @frenck (#48)
- Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#39) - Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#46)
- ⬆ Upgrades composer to 2.0.9-r0 @frenck (#41) - Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#47)
- ⬆ Update base image to 9.1.2 @sinclairpaul (#44) - Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#49)
- Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#43) - Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#50)
- ⬆ Update bookstack to v0.31.5 @sinclairpaul (#45) - 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)

View file

@ -39,6 +39,6 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://community.home-assistant.io/?u=frenck [forum]: https://community.home-assistant.io/?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-v0.8.2-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.8.3-blue.svg
[release]: https://github.com/hassio-addons/addon-bookstack/tree/v0.8.2 [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 [screenshot]: https://github.com/hassio-addons/addon-bookstack/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "Bookstack", "name": "Bookstack",
"version": "0.8.2", "version": "0.8.3",
"slug": "bookstack", "slug": "bookstack",
"description": "Simple & Free Wiki Software", "description": "Simple & Free Wiki Software",
"url": "https://github.com/hassio-addons/addon-bookstack", "url": "https://github.com/hassio-addons/addon-bookstack",
@ -13,7 +13,6 @@
"armv7", "armv7",
"i386" "i386"
], ],
"hassio_api": true,
"services": [ "services": [
"mysql:want" "mysql:want"
], ],