mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on Traccar to dd0b547
This commit is contained in:
parent
e6bbb09fbd
commit
ef0add2cda
4 changed files with 7 additions and 7 deletions
|
@ -966,10 +966,10 @@ SOFTWARE.
|
||||||
[tor-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[tor-i386-shield]: https://img.shields.io/badge/i386-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/c5cf05b
|
[addon-traccar]: https://github.com/hassio-addons/addon-traccar/tree/dd0b547
|
||||||
[addon-doc-traccar]: https://github.com/hassio-addons/addon-traccar/blob/c5cf05b/README.md
|
[addon-doc-traccar]: https://github.com/hassio-addons/addon-traccar/blob/dd0b547/README.md
|
||||||
[traccar-issue]: https://github.com/hassio-addons/addon-traccar/issues
|
[traccar-issue]: https://github.com/hassio-addons/addon-traccar/issues
|
||||||
[traccar-version-shield]: https://img.shields.io/badge/version-c5cf05b-blue.svg
|
[traccar-version-shield]: https://img.shields.io/badge/version-dd0b547-blue.svg
|
||||||
[traccar-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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
|
[traccar-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[traccar-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[traccar-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Changelog since v0.13.1
|
# Changelog since v0.13.1
|
||||||
|
- Fix HTTP 415 unsupported media bug (#156)
|
||||||
- Replace depreciated class com.mysql.jdbc.Driver (#122)
|
- Replace depreciated class com.mysql.jdbc.Driver (#122)
|
||||||
- ⬆️ Upgrades add-on base image to 10.2.2 (#155)
|
- ⬆️ Upgrades add-on base image to 10.2.2 (#155)
|
||||||
- ⬆️ Upgrades add-on base image to 10.2.1 (#154)
|
- ⬆️ Upgrades add-on base image to 10.2.1 (#154)
|
||||||
|
|
|
@ -58,7 +58,7 @@ 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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-c5cf05b-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-dd0b547-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-traccar/tree/c5cf05b
|
[release]: https://github.com/hassio-addons/addon-traccar/tree/dd0b547
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-traccar/raw/main/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-traccar/raw/main/images/screenshot.png
|
||||||
[traccar]: https://www.traccar.org
|
[traccar]: https://www.traccar.org
|
|
@ -6,7 +6,6 @@ host_network: true
|
||||||
image: ghcr.io/hassio-addons/traccar/{arch}
|
image: ghcr.io/hassio-addons/traccar/{arch}
|
||||||
ingress: true
|
ingress: true
|
||||||
ingress_port: 0
|
ingress_port: 0
|
||||||
ingress_stream: true
|
|
||||||
init: false
|
init: false
|
||||||
map:
|
map:
|
||||||
- config:rw
|
- config:rw
|
||||||
|
@ -31,4 +30,4 @@ services:
|
||||||
slug: traccar
|
slug: traccar
|
||||||
startup: services
|
startup: services
|
||||||
url: https://github.com/hassio-addons/addon-traccar
|
url: https://github.com/hassio-addons/addon-traccar
|
||||||
version: c5cf05b
|
version: dd0b547
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue