⬆️ Updating add-on Bookstack to 2fb6c25

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-20 02:13:21 +00:00
parent 104451b644
commit 11c51dc168
5 changed files with 18 additions and 19 deletions

View file

@ -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

View file

@ -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 <frenck@frenck.nl>
Co-authored-by: sinclairpaul <sinclairpaul@users.noreply.github.com>
- ⬆ Update Bookstack to v0.31.4

View file

@ -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

View file

@ -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

View file

@ -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}"
}