🎉 Release of add-on Traccar 0.7.3

This commit is contained in:
Community Hass.io Add-ons Bot 2020-03-29 15:43:04 +00:00
parent a37ca2bf68
commit a5e823ca36
4 changed files with 12 additions and 15 deletions

View file

@ -1145,10 +1145,10 @@ SOFTWARE.
[tor-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[tor-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[tor-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-traccar]: https://github.com/hassio-addons/addon-traccar/tree/v0.7.2
[addon-doc-traccar]: https://github.com/hassio-addons/addon-traccar/blob/v0.7.2/README.md
[addon-traccar]: https://github.com/hassio-addons/addon-traccar/tree/v0.7.3
[addon-doc-traccar]: https://github.com/hassio-addons/addon-traccar/blob/v0.7.3/README.md
[traccar-issue]: https://github.com/hassio-addons/addon-traccar/issues
[traccar-version-shield]: https://img.shields.io/badge/version-v0.7.2-blue.svg
[traccar-version-shield]: https://img.shields.io/badge/version-v0.7.3-blue.svg
[traccar-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/traccar-armhf.svg
[traccar-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[traccar-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,17 +1,13 @@
[Full Changelog][changelog]
Bugfix release, that fixes a bug when using a custom database server (override), allows the lock release to fail on startup and improves the documentation on how to enable protocols.
Furthermore, the OsmAnd protocol is now enabled by default, since that is needed for the official Traccar apps to function.
This is a general maintenance release.
### Changed
- :sparkles: Open up osmand protocol by default
- :ambulance: Allow lock releasing to fail
- :ambulance: Skip MySQL container init when the database is overridden by the user
- :books: Update add-on documentation on enabling protocols
- :arrow_up: Upgrades add-on base image to v7.0.5
- :hammer: Disable Docker init
[changelog]: https://github.com/hassio-addons/addon-traccar/compare/v0.7.1...v0.7.2
[changelog]: https://github.com/hassio-addons/addon-traccar/compare/v0.7.2...v0.7.3
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work:

View file

@ -33,7 +33,7 @@ your Home Assistant instance as well.
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-traccar/blob/v0.7.2/README.md
[docs]: https://github.com/hassio-addons/addon-traccar/blob/v0.7.3/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-traccar/81407?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
@ -42,7 +42,7 @@ your Home Assistant instance as well.
[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-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.7.2-blue.svg
[release]: https://github.com/hassio-addons/addon-traccar/tree/v0.7.2
[release-shield]: https://img.shields.io/badge/version-v0.7.3-blue.svg
[release]: https://github.com/hassio-addons/addon-traccar/tree/v0.7.3
[screenshot]: https://github.com/hassio-addons/addon-traccar/raw/master/images/screenshot.png
[traccar]: https://www.traccar.org

View file

@ -1,6 +1,6 @@
{
"name": "Traccar",
"version": "0.7.2",
"version": "0.7.3",
"slug": "traccar",
"description": "Modern GPS Tracking Platform",
"url": "https://github.com/hassio-addons/addon-traccar",
@ -16,6 +16,7 @@
"armv7",
"i386"
],
"init": false,
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",