diff --git a/README.md b/README.md index 4f75f9a91..2807e3162 100644 --- a/README.md +++ b/README.md @@ -848,10 +848,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/e7c5f86 -[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/e7c5f86/README.md +[addon-bookstack]: https://github.com/hassio-addons/addon-bookstack/tree/2fb6c25 +[addon-doc-bookstack]: https://github.com/hassio-addons/addon-bookstack/blob/2fb6c25/README.md [bookstack-issue]: https://github.com/hassio-addons/addon-bookstack/issues -[bookstack-version-shield]: https://img.shields.io/badge/version-e7c5f86-blue.svg +[bookstack-version-shield]: https://img.shields.io/badge/version-2fb6c25-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 64780c148..2fb262ca1 100644 --- a/bookstack/CHANGELOG.md +++ b/bookstack/CHANGELOG.md @@ -1,4 +1,6 @@ -# Changelog since v0.6.4 -- ⬆ Update Bookstack to v0.31.3 -- ⬆ Update php to 7.3.26-r0 -- ⬆ Update Bookstack to v0.31.0 +# Changelog since v0.7.0 +- 🔨 Update CI (#25) + +Co-authored-by: Franck Nijhof +Co-authored-by: sinclairpaul +- ⬆ Update Bookstack to v0.31.4 diff --git a/bookstack/DOCS.md b/bookstack/DOCS.md index 7426dabdb..6e84b0bd7 100644 --- a/bookstack/DOCS.md +++ b/bookstack/DOCS.md @@ -39,7 +39,7 @@ dealing with an unknown issue. Possible values are: - `debug`: Shows detailed debug information. - `info`: Normal (usually) interesting events. - `warning`: Exceptional occurrences that are not errors. -- `error`: Runtime errors that do not require immediate action. +- `error`: Runtime errors that do not require immediate action. - `fatal`: Something went terribly wrong. Add-on becomes unusable. Please note that each level automatically includes log messages from a @@ -110,12 +110,12 @@ functionality. The format of the log is based on [Keep a Changelog][keepchangelog]. Releases are based on [Semantic Versioning][semver], and use the format -of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented +of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented based on the following: -- ``MAJOR``: Incompatible or major changes. -- ``MINOR``: Backwards-compatible new features and enhancements. -- ``PATCH``: Backwards-compatible bugfixes and package updates. +- `MAJOR`: Incompatible or major changes. +- `MINOR`: Backwards-compatible new features and enhancements. +- `PATCH`: Backwards-compatible bugfixes and package updates. ## Support diff --git a/bookstack/README.md b/bookstack/README.md index b4abf91f8..d2c1b977d 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/2020.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-e7c5f86-blue.svg -[release]: https://github.com/hassio-addons/addon-bookstack/tree/e7c5f86 +[release-shield]: https://img.shields.io/badge/version-2fb6c25-blue.svg +[release]: https://github.com/hassio-addons/addon-bookstack/tree/2fb6c25 [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 0d6d77e5a..f22d90af5 100644 --- a/bookstack/config.json +++ b/bookstack/config.json @@ -1,12 +1,11 @@ { "name": "Bookstack", - "version": "e7c5f86", + "version": "2fb6c25", "slug": "bookstack", "description": "Simple & Free Wiki Software", "url": "https://github.com/hassio-addons/addon-bookstack", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]", "init": false, - "startup": "application", "arch": [ "aarch64", "amd64", @@ -14,9 +13,7 @@ "armv7", "i386" ], - "boot": "auto", "hassio_api": true, - "hassio_role": "default", "services": [ "mysql:want" ], @@ -46,5 +43,5 @@ "keyfile": "str", "ssl": "bool" }, - "image": "hassioaddons/bookstack-{arch}" + "image": "ghcr.io/hassio-addons/bookstack/{arch}" } \ No newline at end of file