updated version to 24.1

This commit is contained in:
john30
2024-10-27 10:23:54 +01:00
parent d2d0f5a9b9
commit c7fd412ec8
8 changed files with 9 additions and 8 deletions
+1
View File
@@ -35,6 +35,7 @@ body:
description: the ebusd version in use description: the ebusd version in use
options: options:
- current source from git - current source from git
- '24.1'
- '23.3' - '23.3'
- '23.2' - '23.2'
- '23.1' - '23.1'
+2 -2
View File
@@ -1,4 +1,4 @@
# next (tbd) # 24.1 (2024-10-27)
## Bug Fixes ## Bug Fixes
* fix conditional messages not being sent to message definition in MQTT integration and not being used in KNX group association * fix conditional messages not being sent to message definition in MQTT integration and not being used in KNX group association
* fix CSV dump of config files on command line * fix CSV dump of config files on command line
@@ -18,7 +18,7 @@
* add option to discover device via mDNS * add option to discover device via mDNS
* add dedicated log level for device messages * add dedicated log level for device messages
* add option to extend MQTT variables from env/cmdline * add option to extend MQTT variables from env/cmdline
* add date+datetime mapping, better device update check, and removed single-field-message field names to Home Assistant MQTT discovery integration * add date+datetime mapping, better device update check, and remove single-field-message field names in Home Assistant MQTT discovery integration
## Breaking Changes ## Breaking Changes
* change default config path to https://ebus.github.io/ serving files generated from new TypeSpec message definition sources * change default config path to https://ebus.github.io/ serving files generated from new TypeSpec message definition sources
+1 -1
View File
@@ -1 +1 @@
23.3 24.1
+1 -1
View File
@@ -1,7 +1,7 @@
# Contributor: Tim <timstanleydev@gmail.com> # Contributor: Tim <timstanleydev@gmail.com>
# Maintainer: John <ebusd@ebusd.eu> # Maintainer: John <ebusd@ebusd.eu>
pkgname=ebusd pkgname=ebusd
pkgver=23.3 pkgver=24.1
pkgrel=0 pkgrel=0
pkgdesc="Daemon for communication with eBUS heating systems" pkgdesc="Daemon for communication with eBUS heating systems"
url="https://github.com/john30/ebusd" url="https://github.com/john30/ebusd"
+1 -1
View File
@@ -1,6 +1,6 @@
# Maintainer: John <ebusd@ebusd.eu> # Maintainer: John <ebusd@ebusd.eu>
pkgname=ebusd-git pkgname=ebusd-git
pkgver=23.3 pkgver=24.1
pkgrel=0 pkgrel=0
pkgdesc="Daemon for communication with eBUS heating systems" pkgdesc="Daemon for communication with eBUS heating systems"
url="https://github.com/john30/ebusd" url="https://github.com/john30/ebusd"
+1 -1
View File
@@ -2,7 +2,7 @@
# Contributor: Milan Knizek <knizek volny cz> # Contributor: Milan Knizek <knizek volny cz>
# Usage: makepkg # Usage: makepkg
pkgname=ebusd pkgname=ebusd
pkgver=23.3 pkgver=24.1
pkgrel=1 pkgrel=1
pkgdesc="ebusd, the daemon for communication with eBUS heating systems." pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
+1 -1
View File
@@ -3,7 +3,7 @@
# Usage: makepkg -p PKGBUILD.git # Usage: makepkg -p PKGBUILD.git
pkgname=ebusd-git pkgname=ebusd-git
_gitname=ebusd _gitname=ebusd
pkgver=23.3 pkgver=24.1
pkgrel=1 pkgrel=1
pkgdesc="ebusd, the daemon for communication with eBUS heating systems." pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
+1 -1
View File
@@ -2,7 +2,7 @@ openapi: 3.1.0
info: info:
title: ebusd-http title: ebusd-http
description: The API that ebusd provides on HTTP port. description: The API that ebusd provides on HTTP port.
version: "23.3" version: "24.1"
servers: servers:
- url: http://127.0.0.1:8080/ - url: http://127.0.0.1:8080/
paths: paths: