diff --git a/README.md b/README.md index a4950d92..2fef4703 100644 --- a/README.md +++ b/README.md @@ -709,10 +709,10 @@ SOFTWARE. [appdaemon-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [appdaemon-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [appdaemon-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/v0.13.4 -[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/v0.13.4/README.md +[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/v0.13.5 +[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/v0.13.5/README.md [bookstack-issue]: https://github.com/hassio-addons/addon-bookstack/issues -[bookstack-version-shield]: https://img.shields.io/badge/version-v0.13.4-blue.svg +[bookstack-version-shield]: https://img.shields.io/badge/version-v0.13.5-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 diff --git a/bookstack/CHANGELOG.md b/bookstack/CHANGELOG.md index 3c9d8959..0a5ce03e 100644 --- a/bookstack/CHANGELOG.md +++ b/bookstack/CHANGELOG.md @@ -1,9 +1,10 @@ ## What’s changed -## 🐛 Bug fixes +## 🧰 Maintenance -- 🔨 Fix Laravel Logging @sinclairpaul (#155) +- Switch to centralized GitHub Action Workflows @frenck (#157) ## ⬆️ Dependency updates -- ⬆️ Update Bookstack to v21.10.3 @sinclairpaul (#156) +- ⬆️ Update base image and dependencies @sinclairpaul (#163) +- ⬆️ Update bookstack to v21.11.1 @sinclairpaul (#164) diff --git a/bookstack/DOCS.md b/bookstack/DOCS.md index 0b3700be..a1ec5360 100644 --- a/bookstack/DOCS.md +++ b/bookstack/DOCS.md @@ -129,7 +129,6 @@ that there is no easy upgrade path between the two options. ## Known issues and limitations -- SMTP support is disabled. - Ingress will not function due to the way the application stores image files. ## Changelog & Releases diff --git a/bookstack/README.md b/bookstack/README.md index c896269d..ae1ec5a9 100644 --- a/bookstack/README.md +++ b/bookstack/README.md @@ -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.13.4-blue.svg -[release]: https://github.com/hassio-addons/addon-bookstack/tree/v0.13.4 +[release-shield]: https://img.shields.io/badge/version-v0.13.5-blue.svg +[release]: https://github.com/hassio-addons/addon-bookstack/tree/v0.13.5 [screenshot]: https://github.com/hassio-addons/addon-bookstack/raw/main/images/screenshot.png \ No newline at end of file diff --git a/bookstack/config.json b/bookstack/config.json index 46355a4e..b8f4544a 100644 --- a/bookstack/config.json +++ b/bookstack/config.json @@ -1,6 +1,6 @@ { "name": "Bookstack", - "version": "0.13.4", + "version": "0.13.5", "slug": "bookstack", "description": "Simple & Free Wiki Software", "url": "https://github.com/hassio-addons/addon-bookstack",