🎉 Release of add-on Traccar 0.5.1

This commit is contained in:
Community Hass.io Add-ons Bot 2019-07-20 21:33:13 +00:00
parent 515390b6fe
commit a8bcd2d7c3
4 changed files with 10 additions and 30 deletions

View file

@ -1036,10 +1036,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.5.0
[addon-doc-traccar]: https://github.com/hassio-addons/addon-traccar/blob/v0.5.0/README.md
[addon-traccar]: https://github.com/hassio-addons/addon-traccar/tree/v0.5.1
[addon-doc-traccar]: https://github.com/hassio-addons/addon-traccar/blob/v0.5.1/README.md
[traccar-issue]: https://github.com/hassio-addons/addon-traccar/issues
[traccar-version-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg
[traccar-version-shield]: https://img.shields.io/badge/version-v0.5.1-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,32 +1,12 @@
[Full Changelog][changelog]
✨ This release adds support for Hass.io Ingress 🎉
✨ This release adds support for storing your data in the MariaDB add-on 🎉
Besides this: major upgrades about every single thing inside this add-on ⬆️
### 🚨Breaking change
The addition of Ingress makes this add-on not accessible directly. If you have added Traccar via an iframe panel, this release will break that. However, you can simply toggle the "Show in side bar" switch now 🎉
You can enable direct access again by going into the add-on configuration. A section is visible: "Network". Enter port `8072` (or anything else if you want) in the `disabled` field. Hit the "SAVE" followed by the "RESTART" button to make your iframe and others work as before.
This is a general maintenance release.
### Changed
- :pencil2: Maintaince -> Maintenance
- :arrow_up: Upgrades add-on base image to v4.0.1
- :sparkles: Adds FUNDING.yml
- :arrow_up: Upgrades nginx to 1.16.0-r2
- :arrow_up: Upgrades nss to 3.44-r0
- :arrow_up: Upgrades openjdk8-jre to 8.212.04-r0
- :arrow_up: Upgrades Traccar to v4.5
- :sparkles: Adds Ingress support
- :hammer: Extends NGinx wait timeout for Traccar startup
- :books: Documents the use of MySQL/MariaDB with this add-on
- :art: Adds Ingress side bar icon
- :fire: Removes obsolete iframe panel documentation
- :arrow_up: Upgrades add-on base image to v4.0.2
[changelog]: https://github.com/hassio-addons/addon-traccar/compare/v0.4.0...v0.5.0
[changelog]: https://github.com/hassio-addons/addon-traccar/compare/v0.5.0...v0.5.1
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -33,13 +33,13 @@ your Home Assistant instance as well.
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-traccar/blob/v0.5.0/README.md
[docs]: https://github.com/hassio-addons/addon-traccar/blob/v0.5.1/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-traccar/81407?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[patreon-shield]: https://www.frenck.nl/images/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.5.0-blue.svg
[release]: https://github.com/hassio-addons/addon-traccar/tree/v0.5.0
[release-shield]: https://img.shields.io/badge/version-v0.5.1-blue.svg
[release]: https://github.com/hassio-addons/addon-traccar/tree/v0.5.1
[screenshot]: https://github.com/hassio-addons/addon-traccar/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Traccar",
"version": "0.5.0",
"version": "0.5.1",
"slug": "traccar",
"description": "Modern GPS Tracking Platform",
"url": "https://github.com/hassio-addons/addon-traccar",