🎉 Release of add-on Example 1.3.2

This commit is contained in:
Community Hass.io Add-ons Bot 2018-06-07 19:46:13 +00:00
parent 605f3ef573
commit b70643498b
4 changed files with 10 additions and 17 deletions

View file

@ -408,10 +408,10 @@ SOFTWARE.
[appdaemon3-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [appdaemon3-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[appdaemon3-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [appdaemon3-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[appdaemon3-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [appdaemon3-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v1.3.1 [addon-example]: https://github.com/hassio-addons/addon-example/tree/v1.3.2
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v1.3.1/README.md [addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v1.3.2/README.md
[example-issue]: https://github.com/hassio-addons/addon-example/issues [example-issue]: https://github.com/hassio-addons/addon-example/issues
[example-version-shield]: https://img.shields.io/badge/version-v1.3.1-blue.svg [example-version-shield]: https://img.shields.io/badge/version-v1.3.2-blue.svg
[example-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/example.svg [example-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/example.svg
[example-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,14 +1,7 @@
[Full Changelog][changelog] [Full Changelog][changelog]
### Fixed ### Added
- Fixes shellcheck warnings - Add legacy image location support
### Changed [changelog]: https://github.com/hassio-addons/addon-example/compare/v1.3.1...v1.3.2
- Moves build-env to latest
- Upgrades base image to v1.4.2
- Updates GitLab CI for native builds (#9)
- Restructuring of the GitLab CI
[changelog]: https://github.com/hassio-addons/addon-example/compare/v1.3.0...v1.3.1

View file

@ -49,8 +49,8 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e [discord]: https://discord.gg/c5DvZ4e
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[release-shield]: https://img.shields.io/badge/version-v1.3.1-blue.svg [release-shield]: https://img.shields.io/badge/version-v1.3.2-blue.svg
[release]: https://github.com/hassio-addons/addon-example/tree/v1.3.1 [release]: https://github.com/hassio-addons/addon-example/tree/v1.3.2
[docs]: https://github.com/hassio-addons/addon-example/blob/v1.3.1/README.md [docs]: https://github.com/hassio-addons/addon-example/blob/v1.3.2/README.md
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/frenck [buymeacoffee]: https://www.buymeacoffee.com/frenck

View file

@ -1,6 +1,6 @@
{ {
"name": "Example", "name": "Example",
"version": "1.3.1", "version": "1.3.2",
"slug": "example", "slug": "example",
"description": "Example add-on by Community Hass.io Add-ons", "description": "Example add-on by Community Hass.io Add-ons",
"url": "https://github.com/hassio-addons/addon-example", "url": "https://github.com/hassio-addons/addon-example",