From c1688f5ee43dec08ed8f7938f36cab856eaeec65 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 2 Nov 2021 11:01:16 +0000 Subject: [PATCH] :tada: Release of add-on Example 4.2.2-beta.1 --- README.md | 6 +++--- example/CHANGELOG.md | 30 ++++++++++++++++++++++-------- example/DOCS.md | 2 +- example/README.md | 4 ++-- example/config.json | 24 ------------------------ example/config.yaml | 19 +++++++++++++++++++ 6 files changed, 47 insertions(+), 38 deletions(-) delete mode 100644 example/config.json create mode 100644 example/config.yaml diff --git a/README.md b/README.md index 4f2dea5b..9a36b056 100644 --- a/README.md +++ b/README.md @@ -741,10 +741,10 @@ SOFTWARE. [esphome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [esphome-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [esphome-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-example]: https://github.com/hassio-addons/addon-example/tree/v4.2.1 -[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v4.2.1/README.md +[addon-example]: https://github.com/hassio-addons/addon-example/tree/v4.2.2-beta.1 +[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v4.2.2-beta.1/README.md [example-issue]: https://github.com/hassio-addons/addon-example/issues -[example-version-shield]: https://img.shields.io/badge/version-v4.2.1-blue.svg +[example-version-shield]: https://img.shields.io/badge/version-v4.2.2-beta.1-blue.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 [example-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md index c829f3bd..818d1522 100644 --- a/example/CHANGELOG.md +++ b/example/CHANGELOG.md @@ -1,12 +1,26 @@ ## What’s changed +## 🚀 Enhancements + +- Migrate JSON add-on config to YAML @frenck (#102) + +## 🧰 Maintenance + +- 🚀 Add-on CI improvements @frenck (#87) +- Switch add-on to centralized GitHub Action Workflows @frenck (#101) + +## 📚 Documentation + +- 🚑 Fix contributing link in readme @frenck (#88) + ## ⬆️ Dependency updates -- ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.4.1 @dependabot (#77) -- ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#78) -- ⬆️ Bump docker/setup-buildx-action from 1.4.1 to 1.5.0 @dependabot (#79) -- ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#81) -- ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#82) -- ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#83) -- ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#84) -- ⬆️ Upgrades add-on base image to v10.0.1 @frenck (#86) +- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#89) +- ⬆️ Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#90) +- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#92) +- ⬆️ Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#94) +- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#93) +- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#97) +- ⬆️ Upgrades add-on base image to 10.1.1 @frenck (#98) +- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#100) +- ⬆️ Upgrades add-on base image to v10.2.0 @frenck (#103) diff --git a/example/DOCS.md b/example/DOCS.md index 7fb23992..e374d41b 100644 --- a/example/DOCS.md +++ b/example/DOCS.md @@ -7,7 +7,7 @@ It shows off several features and structures like: - Full blown GitHub repository. - General Dockerfile structure and setup. -- The use of the `config.json` and `build.json` files. +- The use of the `config.yaml` and `build.yaml` files. - General shell scripting structure (`run.sh`). - Quality assurance using CodeClimate. - Continuous integration and deployment using GitLab. diff --git a/example/README.md b/example/README.md index 3ef20fba..0864ac54 100644 --- a/example/README.md +++ b/example/README.md @@ -53,5 +53,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-v4.2.1-blue.svg -[release]: https://github.com/hassio-addons/addon-example/tree/v4.2.1 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v4.2.2-beta.1-blue.svg +[release]: https://github.com/hassio-addons/addon-example/tree/v4.2.2-beta.1 \ No newline at end of file diff --git a/example/config.json b/example/config.json deleted file mode 100644 index e3f67a8f..00000000 --- a/example/config.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "Example", - "version": "4.2.1", - "slug": "example", - "description": "Example add-on by Community Home Assistant Add-ons", - "url": "https://github.com/hassio-addons/addon-example", - "init": false, - "arch": [ - "aarch64", - "amd64", - "armhf", - "armv7", - "i386" - ], - "options": { - "log_level": "info", - "seconds_between_quotes": 5 - }, - "schema": { - "log_level": "list(trace|debug|info|notice|warning|error|fatal)", - "seconds_between_quotes": "int(1,120)" - }, - "image": "ghcr.io/hassio-addons/example/{arch}" -} \ No newline at end of file diff --git a/example/config.yaml b/example/config.yaml new file mode 100644 index 00000000..ce673efb --- /dev/null +++ b/example/config.yaml @@ -0,0 +1,19 @@ +arch: +- aarch64 +- amd64 +- armhf +- armv7 +- i386 +description: Example add-on by Community Home Assistant Add-ons +image: ghcr.io/hassio-addons/example/{arch} +init: false +name: Example +options: + log_level: info + seconds_between_quotes: 5 +schema: + log_level: list(trace|debug|info|notice|warning|error|fatal) + seconds_between_quotes: int(1,120) +slug: example +url: https://github.com/hassio-addons/addon-example +version: 4.2.2-beta.1