Skip to content
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

Update esphome to version 2024.11.1 #1845

Merged
merged 2 commits into from
Nov 26, 2024
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 esphome/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "3.7"

Check notice on line 1 in esphome/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "server"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
server:
image: esphome/esphome:2024.10.3@sha256:4e3611857c4f71b1a48a09bb8a34687da54ff4793535879efec8ea4b1302615d
image: esphome/esphome:2024.11.1@sha256:f6a3f8e7a5fa562bbc50595381c3378f30ab4585ea8d1e03de237f4ba239aac3
network_mode: host

Check notice on line 6 in esphome/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Service "server" uses host network mode

The host network mode can lead to security vulnerabilities. If possible please use the default bridge network mode and expose the necessary ports.
volumes:
- ${APP_DATA_DIR}/data:/config
Expand Down
9 changes: 5 additions & 4 deletions esphome/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: esphome
category: automation
name: ESPHome
version: "2024.10.3"
version: "2024.11.1"
tagline: Intelligently manage all your ESP8266/ESP32 devices
description: >-
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Expand All @@ -25,9 +25,10 @@ releaseNotes: >-


Highlights:
- Fixed display width and height calculations
- Improved modbus timing reliability
- Enhanced LVGL image configuration handling
- Fixed HTTP request handling with parameters
- Improved audio playback controls
- Enhanced graphics display handling
- Better storage management for devices


Full release notes can be found at https://github.com/esphome/esphome/releases.
Expand Down