From 3b4b94c6f179bd811cbf1aa953160877c0ed9fb7 Mon Sep 17 00:00:00 2001 From: esphomebot Date: Sat, 21 Dec 2024 01:18:13 +0000 Subject: [PATCH] Bump version to 2024.12.2 --- esphome-beta/CHANGELOG.md | 5 +++-- esphome-beta/config.yaml | 2 +- esphome/CHANGELOG.md | 5 +++-- esphome/config.yaml | 2 +- template/addon_config.yaml | 4 ++-- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/esphome-beta/CHANGELOG.md b/esphome-beta/CHANGELOG.md index 9eb17c7..497da0a 100644 --- a/esphome-beta/CHANGELOG.md +++ b/esphome-beta/CHANGELOG.md @@ -1,4 +1,5 @@ -## 2024.12.1 +## 2024.12.2 -- [core] Bugfix: Implement ring buffer with xRingbuffer [esphome#7973](https://github.com/esphome/esphome/pull/7973) by [@kahrendt](https://github.com/kahrendt) +- [esp32] Fix flash size warning when using IDF [esphome#7983](https://github.com/esphome/esphome/pull/7983) by [@kbx81](https://github.com/kbx81) +- [esp32_ble] Fix for Improv [esphome#7984](https://github.com/esphome/esphome/pull/7984) by [@kbx81](https://github.com/kbx81) diff --git a/esphome-beta/config.yaml b/esphome-beta/config.yaml index 4d16415..dd7eeb8 100644 --- a/esphome-beta/config.yaml +++ b/esphome-beta/config.yaml @@ -33,7 +33,7 @@ init: false startup: services name: ESPHome Device Builder (beta) panel_title: ESPHome Builder (beta) -version: 2024.12.1 +version: 2024.12.2 slug: esphome-beta description: Beta version of ESPHome Device Builder image: ghcr.io/esphome/esphome-hassio diff --git a/esphome/CHANGELOG.md b/esphome/CHANGELOG.md index 9eb17c7..497da0a 100644 --- a/esphome/CHANGELOG.md +++ b/esphome/CHANGELOG.md @@ -1,4 +1,5 @@ -## 2024.12.1 +## 2024.12.2 -- [core] Bugfix: Implement ring buffer with xRingbuffer [esphome#7973](https://github.com/esphome/esphome/pull/7973) by [@kahrendt](https://github.com/kahrendt) +- [esp32] Fix flash size warning when using IDF [esphome#7983](https://github.com/esphome/esphome/pull/7983) by [@kbx81](https://github.com/kbx81) +- [esp32_ble] Fix for Improv [esphome#7984](https://github.com/esphome/esphome/pull/7984) by [@kbx81](https://github.com/kbx81) diff --git a/esphome/config.yaml b/esphome/config.yaml index 9787406..7f2affe 100644 --- a/esphome/config.yaml +++ b/esphome/config.yaml @@ -33,7 +33,7 @@ init: false startup: services name: ESPHome Device Builder panel_title: ESPHome Builder -version: 2024.12.1 +version: 2024.12.2 slug: esphome description: Build your own smart home devices using ESPHome, no programming experience required. diff --git a/template/addon_config.yaml b/template/addon_config.yaml index 2cc92d8..39700b7 100644 --- a/template/addon_config.yaml +++ b/template/addon_config.yaml @@ -72,7 +72,7 @@ esphome-beta: directory: esphome-beta name: ESPHome Device Builder (beta) panel_title: ESPHome Builder (beta) - version: "2024.12.1" # BETA + version: "2024.12.2" # BETA slug: esphome-beta description: "Beta version of ESPHome Device Builder" url: https://beta.esphome.io/ @@ -87,7 +87,7 @@ esphome-stable: directory: esphome name: ESPHome Device Builder panel_title: ESPHome Builder - version: "2024.12.1" # STABLE + version: "2024.12.2" # STABLE slug: esphome description: "Build your own smart home devices using ESPHome, no programming experience required." image: ghcr.io/esphome/esphome-hassio