-
Notifications
You must be signed in to change notification settings - Fork 15
feat(container): update image teslamate/teslamate ( 1.28.5 → 1.33.0 ) #5351
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cluster-0-teslamate-teslamate-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- kubernetes/cluster-0/apps/selfhosted/teslamate/app Kustomization: flux-system/teslamate HelmRelease: selfhosted/teslamate
+++ kubernetes/cluster-0/apps/selfhosted/teslamate/app Kustomization: flux-system/teslamate HelmRelease: selfhosted/teslamate
@@ -43,13 +43,13 @@
TZ: America/New_York
envFrom:
- secretRef:
name: teslamate-secret
image:
repository: teslamate/teslamate
- tag: 1.28.5
+ tag: 1.33.0
resources:
limits:
memory: 500Mi
requests:
cpu: 50m
memory: 250Mi |
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
0a6bd4b
to
028b7ac
Compare
028b7ac
to
1ad7f13
Compare
1ad7f13
to
b8f3cff
Compare
b8f3cff
to
5ca41e5
Compare
5ca41e5
to
d34617c
Compare
d34617c
to
73d00f1
Compare
| datasource | package | from | to | | ---------- | ------------------- | ------ | ------ | | docker | teslamate/teslamate | 1.28.5 | 1.33.0 |
73d00f1
to
7ce4ecd
Compare
--- HelmRelease: selfhosted/teslamate Deployment: selfhosted/teslamate
+++ HelmRelease: selfhosted/teslamate Deployment: selfhosted/teslamate
@@ -49,13 +49,13 @@
value: emqx-listeners.db.svc.cluster.local
- name: TZ
value: America/New_York
envFrom:
- secretRef:
name: teslamate-secret
- image: teslamate/teslamate:1.28.5
+ image: teslamate/teslamate:1.33.0
name: main
resources:
limits:
memory: 500Mi
requests:
cpu: 50m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.28.5
->1.33.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
teslamate-org/teslamate (teslamate/teslamate)
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
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
Translations
Documentation
v1.29.2
Compare Source
This release improve TeslaMate behavior on Tesla API rate limits, which occur from time to time. We respect the retry-after header on 429 response code to not hammer the API unnecessarily in these cases.
New features
Improvements and bug fixes
Build, CI, internal
Dashboards
Translations
Documentation
v1.29.1
Compare Source
same as 1.29.0 but reverted: "Dynamic endpoints and token to use official Tesla API (self-hosted or from third party provider) (#3866 - @jlestel)" as it was breaking backwards compatibility
v1.29.0
Compare Source
New features
Improvements and bug fixes
Build, CI, internal
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.
This PR was generated by Mend Renovate. View the repository job log.