Bump version to 2023.10.6

This commit is contained in:
esphomebot 2023-11-02 19:52:31 +00:00
parent cc6c91f543
commit 925319b593
5 changed files with 8 additions and 14 deletions

View File

@ -1,7 +1,4 @@
## 2023.10.5 ## 2023.10.6
- Add connection triggers to api [esphome#5628](https://github.com/esphome/esphome/pull/5628) by [@jesserockz](https://github.com/jesserockz) - Revert "Ensure that all uses of strncpy in wifi component are safe." [esphome#5662](https://github.com/esphome/esphome/pull/5662) by [@jesserockz](https://github.com/jesserockz)
- Add on_client_connected and disconnected to voice assistant [esphome#5629](https://github.com/esphome/esphome/pull/5629) by [@jesserockz](https://github.com/jesserockz)
- Ensure that all uses of strncpy in wifi component are safe. [esphome#5636](https://github.com/esphome/esphome/pull/5636) by [@kpfleming](https://github.com/kpfleming)
- Remove some explicit IPAddress casts [esphome#5639](https://github.com/esphome/esphome/pull/5639) by [@HeMan](https://github.com/HeMan)

View File

@ -31,7 +31,7 @@ backup_exclude:
- '*/*/' - '*/*/'
init: false init: false
name: ESPHome (beta) name: ESPHome (beta)
version: 2023.10.5 version: 2023.10.6
slug: esphome-beta slug: esphome-beta
description: Beta version of ESPHome add-on description: Beta version of ESPHome add-on
image: ghcr.io/esphome/esphome-hassio image: ghcr.io/esphome/esphome-hassio

View File

@ -1,7 +1,4 @@
## 2023.10.5 ## 2023.10.6
- Add connection triggers to api [esphome#5628](https://github.com/esphome/esphome/pull/5628) by [@jesserockz](https://github.com/jesserockz) - Revert "Ensure that all uses of strncpy in wifi component are safe." [esphome#5662](https://github.com/esphome/esphome/pull/5662) by [@jesserockz](https://github.com/jesserockz)
- Add on_client_connected and disconnected to voice assistant [esphome#5629](https://github.com/esphome/esphome/pull/5629) by [@jesserockz](https://github.com/jesserockz)
- Ensure that all uses of strncpy in wifi component are safe. [esphome#5636](https://github.com/esphome/esphome/pull/5636) by [@kpfleming](https://github.com/kpfleming)
- Remove some explicit IPAddress casts [esphome#5639](https://github.com/esphome/esphome/pull/5639) by [@HeMan](https://github.com/HeMan)

View File

@ -31,7 +31,7 @@ backup_exclude:
- '*/*/' - '*/*/'
init: false init: false
name: ESPHome name: ESPHome
version: 2023.10.5 version: 2023.10.6
slug: esphome slug: esphome
description: ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices description: ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices
image: ghcr.io/esphome/esphome-hassio image: ghcr.io/esphome/esphome-hassio

View File

@ -68,7 +68,7 @@ esphome-beta:
<<: *base <<: *base
directory: esphome-beta directory: esphome-beta
name: ESPHome (beta) name: ESPHome (beta)
version: '2023.10.5' # BETA version: '2023.10.6' # BETA
slug: esphome-beta slug: esphome-beta
description: "Beta version of ESPHome add-on" description: "Beta version of ESPHome add-on"
url: https://beta.esphome.io/ url: https://beta.esphome.io/
@ -82,7 +82,7 @@ esphome-stable:
<<: *base <<: *base
directory: esphome directory: esphome
name: ESPHome name: ESPHome
version: '2023.10.5' # STABLE version: '2023.10.6' # STABLE
slug: esphome slug: esphome
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices" description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
image: ghcr.io/esphome/esphome-hassio image: ghcr.io/esphome/esphome-hassio