Skip to content

feat(container)!: Update image teslamate/teslamate ( 1.28.5 → 2.0.0 ) #5524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2025

This PR contains the following updates:

Package Update Change
teslamate/teslamate major 1.28.5 -> 2.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

teslamate-org/teslamate (teslamate/teslamate)

v2.0.0

Compare Source

This is a breaking change release: TeslaMate uses PostgreSQL as database, this is an external dependency and needs to be updated by yourself. We now require PostgreSQL 16.7 or 17.3 or higher as we are upgrading the bundled earthdistance extension to v1.2. TeslaMate will now fail to start if you are using an older version. Ensure to upgrade your database before upgrading TeslaMate. To upgrade PostgreSQL, you need to follow these instructions:

Note for user which revoked permissions: If the SUPERUSER privilege has been revoked after the initial (manual) installation, it must be temporarily granted for pending earthdistance migrations to succeed. The privilege can then be safely revoked.

As always, there are also many improvements. The webview now shows the TPMS values in the low pressure tooltip. We use the latest Grafana 11.6.1 and have improved the battery health dashboard and aligned the range calculation through the dashboards. Additionally time zone handling has been improved and the date formats are now based on the browser locale.

Enjoy it.

Note for contributors: The default branch was renamed to main. Please update your local repository accordingly (see GitHub hint when visiting teslamate-org/teslamate or GitHub documentation for more information).

Breaking Changes
  • feat: check Postgres version on startup, require 16.7 / 17.3, update earthdistance extension (#​4648 - @​swiffer)
New features
Improvements and bug fixes
Build, CI, internal
Dashboards
  • fix: improve calc for usable (now) in battery health dashboard (#​4644 - @​swiffer)
  • feat: make use of car filter, add timefilter in locations dashboard (#​4647 - @​swiffer)
  • fix: use same rated range calculation in updates dashboard as in battery health dashboard (#​4682 - @​swiffer)
  • fix: explicitly set height of home dashboard background image based on current layout & grafana css (#​4681 -@​swiffer)
  • fix: set $__timezone explicitly in dashboards to ensure truncation is done with respect to the Grafana timezone (#​4684 - @​swiffer)
  • fix: issues when using browser locale for date formats (#​4662 - @​swiffer)
  • fix: widens Date Columns to fully show date strings formatted in US locale (#​4662 - @​swiffer)
Translations
Documentation

v1.33.0

Compare Source

As always, there are many improvements.

We now use Grafana 11.6.0 which was release the last days, improved the logging and state transitions, added a new dashboard for database information and improved other dashboards. We also added a new section to the documentation about the Entity Relationship Model (ERM) of TeslaMate. This is a great help for developers who want to understand the data model of TeslaMate and how to extend it.

Enjoy it.

New features
Improvements and bug fixes
Build, CI, internal
  • build(deps): bump castore from 1.0.9 to 1.0.10 (#​4414)
  • build(deps): bump @​docusaurus/preset-classic from 3.5.2 to 3.6.3 in /website (#​4412)
  • build(deps): bump path-to-regexp from 1.8.0 to 1.9.0 in /website (#​4424)
  • build(deps): bump crate-ci/typos from 1.27.0 to 1.28.1 (#​4411)
  • build(deps): bump tesla from 1.13.0 to 1.13.2 (#​4416)
  • build(deps): bump postgrex from 0.19.1 to 0.19.3 (#​4415)
  • build(nix): switch to nixos-24.11 (#​4420 - @​brianmay)
  • build(deps): update flake.lock (#​4427)
  • fix: update mix deps hash to fix build error on recent NixOS 24.11 update (#​4428)
  • build(deps): bump path-to-regexp and express in /website (#​4433)
  • build(deps): update flake.lock (#​4440)
  • build(deps): bump actions/cache from 4.1.2 to 4.2.0 (#​4465)
  • build(deps): bump phoenix from 1.7.14 to 1.7.18 (#​4462)
  • build(deps-dev): bump dialyxir from 1.4.4 to 1.4.5 (#​4460)
  • build(deps): bump ex_cldr from 2.40.1 to 2.40.2 (#​4461)
  • build(deps): bump crate-ci/typos from 1.28.1 to 1.29.0 (#​4464)
  • ci: update actions/cache to v4.2.0 (79107d5 - @​JakobLichterfeld)
  • build(deps): bump DeterminateSystems/magic-nix-cache-action from 8 to 9 (#​4515)
  • build(deps): bump actions/stale from 9.0.0 to 9.1.0 (#​4516)
  • build(deps): bump crate-ci/typos from 1.29.0 to 1.29.5 (#​4514)
  • build(deps-dev): bump excoveralls from 0.18.3 to 0.18.5 (#​4524)
  • build(deps-dev): bump credo from 1.7.8 to 1.7.11 (#​4523)
  • build(deps): bump @​docusaurus/preset-classic from 3.6.3 to 3.7.0 in /website (#​4518)
  • build(deps): bump serialize-javascript from 6.0.1 to 6.0.2 in /website (#​4548)
  • build(deps): update flake.lock (#​4455)
  • style(markdownlint): allow 'details', 'summary', and 'TabItem' elements (d5b1a55 - @​JakobLichterfeld)
  • style(environment_variables): remove multiple whitespaces (603ff82 - @​JakobLichterfeld)
  • style(docs): fix line length fenced-code-style, no bare url links, multiple whitespaces, alt text, header style (1972584 - @​JakobLichterfeld)
  • build(deps): bump actions/cache from 4.2.0 to 4.2.2 (#​4564)
  • build(deps): bump crate-ci/typos from 1.29.5 to 1.30.0 (#​4563)
  • build(deps): bump castore from 1.0.11 to 1.0.12 (#​4565)
  • build(deps): bump plug_cowboy from 2.7.2 to 2.7.3 (#​4566)
  • build(deps): bump prismjs from 1.29.0 to 1.30.0 in /website (#​4582)
  • build(deps): bump @​babel/runtime from 7.26.0 to 7.26.10 in /website (#​4589)
  • build(deps): bump @​babel/helpers from 7.26.7 to 7.26.10 in /website (#​4588)
  • build(deps): bump @​babel/runtime-corejs3 in /website (#​4587)
  • build(deps): update flake.lock (#​4562)
Dashboards
Translations
Documentation

v1.32.0

Compare Source

As always, there are many improvements. The focus has been on quality of life improvements and standardization across all dashboards. Enjoy it.

New features
Improvements and bug fixes
Build, CI, internal
Dashboards
Translations
Documentation

docs: add contributing guidelines link for GitHub (#​4345 - @​JakobLichterfeld)
docs: update Home Assistant integration documentation with configuration URL and model name hints (#​4359 - @​JakobLichterfeld)
docs: Remove availability from Home Assistant MQTT sensors, as it can be misleading and prevent sensors from receiving updated values (#​4362 - @​longzheng)
docs: Introducing TeslaMate Guru on Gurubase.io (#​4390 - @​kursataktas)

v1.31.1

Compare Source

This release primarily prevents beam.smp from overloading the CPU on ARM hosts. It also includes a number of other bug fixes and performance improvements. Enjoy it.
Please also note: v1.31.0 Release Notes

New features
Improvements and bug fixes
Build, CI, internal
Dashboards
Translations
Documentation

v1.31.0

Compare Source

As always, lots of improvements. The focus has been on performance improvements, especially on slow HW like Raspberry Pi 3B+. We achieved 240x speed improvements in several dashboards 🚀 And we welcomed @​swiffer to the TeslaMate-Org team 👋 And much, much more. Enjoy it.

Regarding PostgreSQL 17: TeslaMate uses PostgreSQL as database, this is an external dependency and needs to be updated by yourself. Although TeslaMate currently runs fine with PostgreSQL 14+ we strongly recommend upgrading to the latest supported version. We recommend that you do this as follows:

Additional info: In some very rare cases with very old installations of TeslaMate (from 2019) we have observed performance issues due to missing indexes. These should normally be added with our automatic migrations. If you think your installation may be missing some indexes, see #​4201 for the corrective SQL command.

New features
Improvements and bug fixes
Build, CI, internal
Dashboards
Translations
Documentation

v1.30.1

Compare Source

This is a hotfix release to work around the map fit problem in the new Upstream Grafana. As soon as a new Grafana version is available, we will update again.

Improvements and bug fixes
Build, CI, internal
Dashboards
Translations

v1.30.0

Compare Source

As always with many improvements. Cleaner LFP battery handling, 100x speed improvement in dashboards and much, much more. Enjoy it.

New features
Improvements and bug fixes
Build, CI, internal
Dashboards

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

| datasource | package             | from   | to    |
| ---------- | ------------------- | ------ | ----- |
| docker     | teslamate/teslamate | 1.28.5 | 2.0.0 |
@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Apr 26, 2025

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ COPYPASTE jscpd yes 2 no 1.2s
✅ REPOSITORY git_diff yes no no 0.04s
✅ REPOSITORY secretlint yes no no 3.57s
⚠️ YAML prettier 1 1 2 0.52s
❌ YAML yamllint 1 1 0 0.33s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants