From 46168202b2ac5c3e9c0951d0b77516602c30f350 Mon Sep 17 00:00:00 2001 From: "repo-jeeves[bot]" <106431701+repo-jeeves[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 06:15:42 -0400 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20image=20teslamate/te?= =?UTF-8?q?slamate=20(=201.28.4=20=E2=86=92=201.28.5=20)=20(#3307)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [teslamate/teslamate](https://togithub.com/teslamate-org/teslamate) | patch | `1.28.4` -> `1.28.5` | --- ### Release Notes
teslamate-org/teslamate (teslamate/teslamate) ### [`v1.28.5`](https://togithub.com/teslamate-org/teslamate/blob/HEAD/CHANGELOG.md#1285---2024-03-25) [Compare Source](https://togithub.com/teslamate-org/teslamate/compare/v1.28.4...v1.28.5) ##### New features - feat: Add URL_PATH environment variable for reverse proxy deployments ([#​3771](https://togithub.com/teslamate-org/teslamate/issues/3771) -[@​b1c1l1](https://togithub.com/b1c1l1)) ##### Improvements and bug fixes - fix: permissions denied error when specifying user ([#​3772](https://togithub.com/teslamate-org/teslamate/issues/3772) -[@​tobiasehlert](https://togithub.com/tobiasehlert)) ##### Build, CI, internal - Update to latest devenv in nix flake ([#​3760](https://togithub.com/teslamate-org/teslamate/issues/3760) - [@​brianmay](https://togithub.com/brianmay)) - build(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /website ([#​3766](https://togithub.com/teslamate-org/teslamate/issues/3766)) ##### Dashboards - Improve estimations on Battery Health dashboard ([#​3756](https://togithub.com/teslamate-org/teslamate/issues/3756) - [@​jheredianet](https://togithub.com/jheredianet)) - Update overview.json: add time range to states link ([#​3757](https://togithub.com/teslamate-org/teslamate/issues/3757) - [@​DrMichael](https://togithub.com/DrMichael)) - Update overview.json: add time range to charges links ([#​3758](https://togithub.com/teslamate-org/teslamate/issues/3758) - [@​DrMichael](https://togithub.com/DrMichael)) ##### Translations ##### Documentation - doc: version tag in docker-compose.yml is obsolete since docker 25.05 ([#​3761](https://togithub.com/teslamate-org/teslamate/issues/3761) - [@​JakobLichterfeld](https://togithub.com/JakobLichterfeld))
--- ### 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 this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com> --- kubernetes/main/apps/monitoring/teslamate/app/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/main/apps/monitoring/teslamate/app/helm-release.yaml b/kubernetes/main/apps/monitoring/teslamate/app/helm-release.yaml index 750074070d..cbcbf6dfe0 100644 --- a/kubernetes/main/apps/monitoring/teslamate/app/helm-release.yaml +++ b/kubernetes/main/apps/monitoring/teslamate/app/helm-release.yaml @@ -45,7 +45,7 @@ spec: main: image: repository: teslamate/teslamate - tag: 1.28.4 + tag: 1.28.5 env: TZ: ${CONFIG_TIMEZONE} DISABLE_MQTT: "true"