Skip to content

Commit

Permalink
fix(container): update image teslamate/teslamate ( 1.28.4 → 1.28.5 ) (#…
Browse files Browse the repository at this point in the history
…3307)

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

<details>
<summary>teslamate-org/teslamate (teslamate/teslamate)</summary>

###
[`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
([#&#8203;3771](https://togithub.com/teslamate-org/teslamate/issues/3771)
-[@&#8203;b1c1l1](https://togithub.com/b1c1l1))

##### Improvements and bug fixes

- fix: permissions denied error when specifying user
([#&#8203;3772](https://togithub.com/teslamate-org/teslamate/issues/3772)
-[@&#8203;tobiasehlert](https://togithub.com/tobiasehlert))

##### Build, CI, internal

- Update to latest devenv in nix flake
([#&#8203;3760](https://togithub.com/teslamate-org/teslamate/issues/3760)
- [@&#8203;brianmay](https://togithub.com/brianmay))
- build(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in
/website
([#&#8203;3766](https://togithub.com/teslamate-org/teslamate/issues/3766))

##### Dashboards

- Improve estimations on Battery Health dashboard
([#&#8203;3756](https://togithub.com/teslamate-org/teslamate/issues/3756)
- [@&#8203;jheredianet](https://togithub.com/jheredianet))
- Update overview.json: add time range to states link
([#&#8203;3757](https://togithub.com/teslamate-org/teslamate/issues/3757)
- [@&#8203;DrMichael](https://togithub.com/DrMichael))
- Update overview.json: add time range to charges links
([#&#8203;3758](https://togithub.com/teslamate-org/teslamate/issues/3758)
- [@&#8203;DrMichael](https://togithub.com/DrMichael))

##### Translations

##### Documentation

- doc: version tag in docker-compose.yml is obsolete since docker 25.05
([#&#8203;3761](https://togithub.com/teslamate-org/teslamate/issues/3761)
- [@&#8203;JakobLichterfeld](https://togithub.com/JakobLichterfeld))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
  • Loading branch information
repo-jeeves[bot] authored Mar 25, 2024
1 parent dbc385d commit 4616820
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4616820

Please sign in to comment.