diff --git a/README.md b/README.md index a6cc4be9..ab1aeb61 100644 --- a/README.md +++ b/README.md @@ -851,10 +851,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.4.4 -[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/v0.4.4/README.md +[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/v0.5.0 +[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/v0.5.0/README.md [bookstack-issue]: https://github.com/hassio-addons/addon-bookstack/issues -[bookstack-version-shield]: https://img.shields.io/badge/version-v0.4.4-blue.svg +[bookstack-version-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg [bookstack-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/bookstack-armhf.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 diff --git a/bookstack/CHANGELOG.md b/bookstack/CHANGELOG.md index 6d401537..365bc618 100644 --- a/bookstack/CHANGELOG.md +++ b/bookstack/CHANGELOG.md @@ -1,12 +1,12 @@ -Maintenance Release +Fix an issue where permissions can be incorrect if restoring to a different system. Also minor maintenance. +Please ensure to perform a snapshot prior to updating in case of issues. -- ⬆ Update composer to 1.10.8-r0 -- ⬆ Update php to 7.3.20-r0 -- ⬆ Update nginx to 1.18.0-r0 -- ⬆ Update base to 8.0.1 +- ⬆Update composer to 1.10.10-r0 +- ⬆Update php to 7.3.22-r0 +- 🔨Fix file permissions Questions? Join our Discord server! https://discord.me/hassioaddons [Full Changelog][changelog] -[changelog]: https://github.com/hassio-addons/addon-bookstack/compare/v0.4.3...v0.4.4 \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-bookstack/compare/v0.4.4...v0.5.0 \ No newline at end of file diff --git a/bookstack/README.md b/bookstack/README.md index 05d576b8..efd92d68 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/2020.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.4.4-blue.svg -[release]: https://github.com/hassio-addons/addon-bookstack/tree/v0.4.4 +[release-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg +[release]: https://github.com/hassio-addons/addon-bookstack/tree/v0.5.0 [screenshot]: https://github.com/hassio-addons/addon-bookstack/raw/master/images/screenshot.png \ No newline at end of file diff --git a/bookstack/config.json b/bookstack/config.json index e6a9ea3b..ac26668e 100644 --- a/bookstack/config.json +++ b/bookstack/config.json @@ -1,6 +1,6 @@ { "name": "Bookstack", - "version": "0.4.4", + "version": "0.5.0", "slug": "bookstack", "description": "Simple & Free Wiki Software", "url": "https://github.com/hassio-addons/addon-bookstack",