Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-elixir-and-cache-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
elixir-version:
description: "Elixir version"
required: false
default: "1.18.4"
default: "1.19.5"
otp-version:
description: "OTP version"
required: false
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Let's start with a quote: "Why do programmers like dark mode? Because light attr

As always, lots of improvements have been made. Memory usage has been reduced, while performance has been increased — it sounds too good to be true, but it's the reality.
Battery heating is now also shown on the overview dashboard, and the drives dashboard now always shows the consumption.
To make your TeslaMate experience even better, we have also made more than 28 other improvements.
To make your TeslaMate experience even better, we have also made more than 30 other improvements.

Enjoy!

Expand Down Expand Up @@ -44,6 +44,8 @@ Enjoy!
- build(deps): bump docker/login-action from 3.6.0 to 3.7.0 (#5119)
- build(deps): bump nix-community/cache-nix-action from 7.0.0 to 7.0.2 (#5122)
- build(deps): bump actions/cache from 5.0.1 to 5.0.3 (#5120)
- build: use Elixir 1.19.5 OTP 26 (#5036 - @swiffer)
- ci: use Elixir 1.19.5 OTP 26 (#5036 - @Jakob Lichterfeld)

#### Dashboards

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elixir:1.18.4-otp-26 AS builder
FROM elixir:1.19.5-otp-26 AS builder

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
Loading