Skip to content

Releases: hassio-addons/addon-traccar

v0.19.0

17 Apr 07:16
15a6664
Compare
Choose a tag to compare

What’s changed

📚 Documentation

⬆️ Dependency updates

  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.5 @renovate (#213)
  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.0 @renovate (#215)
  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.2.1 @renovate (#217)
  • ⬆️ Update traccar/traccar to v5.7 @renovate (#218)

v0.18.0

26 Mar 13:38
b7d05f5
Compare
Choose a tag to compare

What’s changed

🚀 Enhancements

  • Sync default config with Traccar project @frenck (#210)

🧰 Maintenance

  • 🎆 Updates maintenance/license year to 2023 @frenck (#201)
  • Add Renovate for dependency management @frenck (#200)

📚 Documentation

  • 📚 Adjust documentation for new Traccar account set up @frenck (#211)

⬆️ Dependency updates

  • ⬆️ Upgrades add-on base image to 12.2.4 @frenck (#190)
  • ⬆️ Update alpine_3_17/mariadb-client to v10.6.12-r0 @renovate (#202)
  • ⬆️ Update alpine_3_17/openjdk11-jre-headless to v11.0.18_p10-r0 @renovate (#205)
  • ⬆️ Update alpine_3_17/nginx to v1.22.1-r0 @renovate (#203)
  • ⬆️ Update alpine_3_17/xmlstarlet to v1.6.1-r1 @renovate (#206)
  • ⬆️ Update alpine_3_17/nss to v3.85-r1 @renovate (#207)
  • ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13 @renovate (#208)
  • ⬆️ Update traccar/traccar to v5.6 @renovate (#209)

v0.17.0

11 Jun 12:03
12b8ca9
Compare
Choose a tag to compare

What’s changed

This release upgrades Traccar to 5.0! Including their new modern interface.

🚨 Breaking changes

The Home Assistant Ingress feature for add-ons is not compatible with the new modern interface of Traccar. Therefore the Ingress feature has been dropped in order to be able to upgrade/support current and future upgrades.

🐛 Bug fixes

📚 Documentation

  • 📚 Use new My Home Assistant link format @frenck (#181)

⬆️ Dependency updates

  • ⬆️ Upgrades mariadb-client to 10.6.8-r0 @frenck (#176)
  • ⬆️ Upgrades nginx to 1.20.2-r1 @frenck (#177)
  • ⬆️ Upgrades nss to 3.76.1-r0 @frenck (#178)
  • ⬆️ Upgrades openjdk11-jre-headless to 11.0.15_p10-r0 @frenck (#179)
  • ⬆️ Upgrades Traccar to v5.0 @frenck (#180)
  • ⬆️ Upgrades add-on base image to 11.1.2 @frenck (#182)
  • ⬆️ Upgrades add-on base image to 12.0.0 @frenck (#183)

v0.16.0

22 Mar 19:59
0713660
Compare
Choose a tag to compare

What’s changed

🚀 Enhancements

  • 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#173)

📚 Documentation

⬆️ Dependency updates

  • ⬆️ Upgrades mariadb-client to 10.6.7-r0 @frenck (#170)
  • ⬆️ Upgrades openjdk11-jre-headless to 11.0.14_p9-r0 @frenck (#171)
  • ⬆️ Upgrades add-on base image to 11.1.0 @frenck (#172)

v0.15.0

18 Jan 17:15
1414add
Compare
Choose a tag to compare

What’s changed

🧰 Maintenance

  • 🚀 Update CI to latest version @frenck (#162)
  • 🎆 Updates maintenance/license year to 2022 @frenck (#165)

⬆️ Dependency updates

v0.14.0

11 Nov 15:14
dd0b547
Compare
Choose a tag to compare

What’s changed

🐛 Bug fixes

🚀 Enhancements

🧰 Maintenance

  • ⬆️ Upgrade lock-threads workflow to 3.0.0 @frenck (#145)
  • Switch to centralized GitHub Action Workflows @frenck (#152)

⬆️ Dependency updates

v0.13.1

11 Aug 18:17
05c78ef
Compare
Choose a tag to compare

What’s changed

🚀 Enhancements

  • 🏎 Enable streaming mode for Ingress @frenck (#128)
  • 🔥 Less logging by removing access log from log ouput @frenck (#129)
  • 🔑 Update NGINX SSL parameters @frenck (#130)

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

  • ⬆️ Bump docker/setup-buildx-action from 1.4.1 to 1.5.0 @dependabot (#118)
  • ⬆️ Bump dessant/lock-threads from 2.0.3 to 2.1.1 @dependabot (#120)
  • ⬆️ Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 @dependabot (#121)
  • ⬆️ Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#123)
  • ⬆️ Bump actions/stale from 3.0.19 to 4 @dependabot (#124)
  • ⬆️ Upgrades mariadb-client to 10.5.12-r0 @frenck (#126)
  • ⬆️ Upgrades add-on base image to v10.0.1 @frenck (#131)

v0.13.0

02 Jul 14:54
13f0fd0
Compare
Choose a tag to compare

What’s changed

This release provides some major upgrades to the internals of the add-on, and also ships with Traccar v4.13.

The distributed version of Traccar v4.13, requires a Java version that is only available for 64-bits systems. Therefore, this release has dropped support for 32-bits systems (armhf, armv7 and i386).

If you are a user of a system for which support has been dropped, you can't upgrade. You can however keep running the existing version you have installed; although we recommend moving to 64-bits.

🚨 Breaking changes

⬆️ Dependency updates

  • ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#93)
  • ⬆️ Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#92)
  • ⬆️ Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#91)
  • ⬆️ Upgrades mariadb-client to 10.5.9-r0 @frenck (#94)
  • ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 @dependabot (#96)
  • ⬆️ Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 @dependabot (#97)
  • ⬆️ Bump frenck/action-addon-linter from 2 to 2.1 @dependabot (#98)
  • ⬆️ Bump actions/stale from 3.0.18 to 3.0.19 @dependabot (#99)
  • ⬆️ Bump frenck/action-addon-information from 1.0.0 to 1.1 @dependabot (#100)
  • ⬆️ Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 @dependabot (#101)
  • ⬆️ Bump docker/build-push-action from 2.4.0 to 2.5.0 @dependabot (#102)
  • ⬆️ Bump docker/setup-qemu-action from 1.1.0 to 1.2.0 @dependabot (#103)
  • ⬆️ Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#104)
  • ⬆️ Upgrades add-on base image to v9.2.1 @frenck (#105)
  • ⬆️ Bump frenck/action-addon-information from 1.1 to 1.2 @dependabot (#106)
  • ⬆️ Upgrades nginx to 1.18.0-r15 @frenck (#107)
  • ⬆️ Upgrades nss to 3.66-r0 @frenck (#108)
  • ⬆️ Upgrades Traccar to v4.13 @frenck (#109)
  • ⬆️ Bump docker/login-action from 1.9.0 to 1.10.0 @dependabot (#111)
  • ⬆️ Upgrades add-on base image to v10.0.0 @frenck (#112)
  • ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 @dependabot (#114)
  • ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.4.1 @dependabot (#113)
  • ⬆️ Upgrades mariadb-client to 10.5.11-r0 @frenck (#115)
  • ⬆️ Upgrade to openjdk11 @frenck (#110)

v0.12.0

19 Apr 23:08
a0121f0
Compare
Choose a tag to compare

What’s changed

✨ New features

🧰 Maintenance

  • Apply updated repository structure & CI workflow @frenck (#89)

⬆️ Dependency updates

  • ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#86)
  • ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#87)
  • Upgrades add-on base image to v9.2.0 @frenck (#88)

v0.11.1

10 Apr 15:09
f501f61
Compare
Choose a tag to compare

What’s changed

  • Basic name change Hass.io -> Home Assistant @eHorlyck (#82)

🚀 Enhancements

  • Make transparent icon and logo with name @LiJu09 (#69)

⬆️ Dependency updates

  • ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#66)
  • ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#65)
  • ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#67)
  • ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#68)
  • ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#70)
  • ⬆️ Upgrades openjdk8-jre to 8.275.01-r0 @frenck (#72)
  • ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#71)
  • ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#73)
  • ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#74)
  • ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#77)
  • ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#78)
  • ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#79)
  • ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#80)
  • ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#81)
  • ⬆️ Upgrades nss to 3.63-r0 @frenck (#84)
  • ⬆️ Upgrades add-on base image to v9.1.7 @frenck (#85)