diff --git a/README.md b/README.md index 0bd2eabbc..d99e299e2 100644 --- a/README.md +++ b/README.md @@ -732,10 +732,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/7dd6724 -[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/7dd6724/README.md +[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/8bf0e5c +[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/8bf0e5c/README.md [bookstack-issue]: https://github.com/hassio-addons/addon-bookstack/issues -[bookstack-version-shield]: https://img.shields.io/badge/version-7dd6724-blue.svg +[bookstack-version-shield]: https://img.shields.io/badge/version-8bf0e5c-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 a3125c7b6..e3f1aa4f2 100644 --- a/bookstack/CHANGELOG.md +++ b/bookstack/CHANGELOG.md @@ -1,2 +1,14 @@ # Changelog since v0.13.4 +- ⬆️ Update base image and dependencies (#163) + +* ⬆️ Update base image to v10.2.3 + +* ⬆️ Update php to v7.4.26-r0 + +* ⬆️ Update ngnix to v1.20.2-r0 + +* ⬆️ Update mariadb-client to v10.5.13-r0 + +* 🔨 Remove verbose logging +- ✏️ Minor doc tweaks - Switch to centralized GitHub Action Workflows (#157) diff --git a/bookstack/DOCS.md b/bookstack/DOCS.md index 0b3700be9..a1ec53609 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 de6b07ebf..c69cedff1 100644 --- a/bookstack/README.md +++ b/bookstack/README.md @@ -42,6 +42,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-7dd6724-blue.svg -[release]: https://github.com/hassio-addons/addon-bookstack/tree/7dd6724 +[release-shield]: https://img.shields.io/badge/version-8bf0e5c-blue.svg +[release]: https://github.com/hassio-addons/addon-bookstack/tree/8bf0e5c [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 8f1983743..fae9c7837 100644 --- a/bookstack/config.json +++ b/bookstack/config.json @@ -1,6 +1,6 @@ { "name": "Bookstack", - "version": "7dd6724", + "version": "8bf0e5c", "slug": "bookstack", "description": "Simple & Free Wiki Software", "url": "https://github.com/hassio-addons/addon-bookstack",