mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 11:01:24 +00:00
🎉 Release of add-on Example 1.3.1
This commit is contained in:
parent
0cad1c187a
commit
605f3ef573
4 changed files with 14 additions and 27 deletions
|
@ -408,10 +408,10 @@ SOFTWARE.
|
|||
[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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v1.3.0
|
||||
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v1.3.0/README.md
|
||||
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v1.3.1
|
||||
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v1.3.1/README.md
|
||||
[example-issue]: https://github.com/hassio-addons/addon-example/issues
|
||||
[example-version-shield]: https://img.shields.io/badge/version-v1.3.0-blue.svg
|
||||
[example-version-shield]: https://img.shields.io/badge/version-v1.3.1-blue.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,27 +1,14 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
### Added
|
||||
|
||||
- Adds .yamllint configuration
|
||||
- Adds Probot configuration
|
||||
- Adds GitLab CI
|
||||
- Adds add-on README template
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixes hadolint warnings
|
||||
- Fixes Markdownlint warning in License
|
||||
- Fixes shellcheck warnings
|
||||
|
||||
### Changed
|
||||
|
||||
- Updates README
|
||||
- Upgrades add-on base image to v1.4.1
|
||||
- Updates wget to 1.19.5-r0
|
||||
- Moves build-env to latest
|
||||
- Upgrades base image to v1.4.2
|
||||
- Updates GitLab CI for native builds (#9)
|
||||
- Restructuring of the GitLab CI
|
||||
|
||||
### Removed
|
||||
|
||||
- Removes CodeClimate
|
||||
- Replaces Changelog with GitHub releases
|
||||
- Removes CircleCI
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-example/compare/v1.2.0...v1.3.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-example/compare/v1.3.0...v1.3.1
|
|
@ -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]: https://discord.gg/c5DvZ4e
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.3.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-example/tree/v1.3.0
|
||||
[docs]: https://github.com/hassio-addons/addon-example/blob/v1.3.0/README.md
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.3.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-example/tree/v1.3.1
|
||||
[docs]: https://github.com/hassio-addons/addon-example/blob/v1.3.1/README.md
|
||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Example",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"slug": "example",
|
||||
"description": "Example add-on by Community Hass.io Add-ons",
|
||||
"url": "https://github.com/hassio-addons/addon-example",
|
||||
|
@ -21,5 +21,5 @@
|
|||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
||||
"seconds_between_quotes": "int(1,120)"
|
||||
},
|
||||
"image": "hassioaddons/example-{arch}"
|
||||
"image": "hassioaddons/example"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue