From 465cd38309b6e6c72adbd1b13677c483ac785579 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 23 Sep 2020 22:56:30 +0000 Subject: [PATCH] :arrow_up: Updating add-on Example to fd207a4 --- README.md | 6 +++--- example/CHANGELOG.md | 7 +++---- example/DOCS.md | 8 ++++---- example/README.md | 12 ++++++------ example/config.json | 4 ++-- 5 files changed, 18 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index a4d9c8508..26317de09 100644 --- a/README.md +++ b/README.md @@ -916,10 +916,10 @@ SOFTWARE. [bookstack-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [bookstack-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [bookstack-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-example]: https://github.com/hassio-addons/addon-example/tree/7b66507 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/7b66507/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/fd207a4 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/fd207a4/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-7b66507-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-fd207a4-blue.svg [example-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/example-armhf.svg [example-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [example-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index 425dff402..653834fc6 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,4 +1,3 @@ -# Changelog since v3.3.2 -- ✏ Split add-on documentation -- 🔨 Implement OCI image specification on labels -- ⬆ Upgrades add-on base image to v7.2.0 +# Changelog since v3.5.0 +- 👕 Ignore shellcheck warning +- ⬆ Upgrades add-on base image to v8.0.3 diff --git a/example/DOCS.md b/example/DOCS.md index a9b498a11..23abf488b 100644 --- a/example/DOCS.md +++ b/example/DOCS.md @@ -1,6 +1,6 @@ # Home Assistant Community Add-on: Example -This is an example add-on for Hass.io. When started, it displays a +This is an example add-on for Home Assistant. When started, it displays a random quote every 5 seconds. It shows off several features and structures like: @@ -10,8 +10,8 @@ It shows off several features and structures like: - The use of the `config.json` and `build.json` files. - General shell scripting structure (`run.sh`). - Quality assurance using CodeClimate. -- Continuous integration and deployment using CircleCI. -- Usage of the Community Hass.io Add-ons build environment. +- Continuous integration and deployment using GitLab. +- Usage of the Community Home Assistant Add-ons build environment. - Small use of the Bash function library in our base images. - The use of Docker label schema. @@ -40,7 +40,7 @@ seconds_between_quotes: 5 ### Option: `log_level` -The `log_level` option controls the level of log output by the addon and can +The `log_level` option controls the level of log output by the add-on and can be changed to be more or less verbose, which might be useful when you are dealing with an unknown issue. Possible values are: diff --git a/example/README.md b/example/README.md index e5505625d..d9c42167b 100644 --- a/example/README.md +++ b/example/README.md @@ -8,11 +8,11 @@ [![Support Frenck on Patreon][patreon-shield]][patreon] -Example add-on by Community Hass.io add-ons. +Example add-on by Community Home Assistant add-ons. ## About -This is an example add-on for Hass.io. When started, it displays a +This is an example add-on for Home Assistant. When started, it displays a random quote every 5 seconds. It shows off several features and structures like: @@ -22,8 +22,8 @@ It shows off several features and structures like: - The use of the `config.json` and `build.json` files. - General shell scripting structure (`run.sh`). - Quality assurance using CodeClimate. -- Continuous integration and deployment using CircleCI. -- Usage of the Community Hass.io Add-ons build environment. +- Continuous integration and deployment using GitLab. +- Usage of the Community Home Assistant Add-ons build environment. - Small use of the Bash function library in our base images. - The use of Docker label schema. @@ -56,5 +56,5 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-7b66507-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/7b66507 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-fd207a4-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/fd207a4 \ No newline at end of file diff --git a/example/config.json b/example/config.json index 92e153a2e..9f7b66718 100644 --- a/example/config.json +++ b/example/config.json @@ -1,8 +1,8 @@ { "name": "Example", - "version": "7b66507", + "version": "fd207a4", "slug": "example", - "description": "Example add-on by Community Hass.io Add-ons", + "description": "Example add-on by Community Home Assistant Add-ons", "url": "https://github.com/hassio-addons/addon-example", "startup": "application", "init": false,