From a60c5a446495c9a8ef50c8bb74489e6cfa022eea Mon Sep 17 00:00:00 2001 From: "Mathias L. Baumann" Date: Wed, 9 Sep 2026 16:10:33 +0200 Subject: [PATCH 1/2] chore: prepare v1.1.0 release Signed-off-by: Mathias L. Baumann --- RELEASE_NOTES.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4f523bb..74bb42d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,16 +2,9 @@ ## Summary - - -## Upgrading - - +This release adds steam boilers to the component categories that can be +targeted by a dispatch. ## New Features - Added support for targeting steam boilers by component category. - -## Bug Fixes - - From 09a00a2e22c0489e5b98f678e54aa0c66c39eee3 Mon Sep 17 00:00:00 2001 From: "Mathias L. Baumann" Date: Wed, 9 Sep 2026 16:13:01 +0200 Subject: [PATCH 2/2] docs: document v1.1 runtime requirements Signed-off-by: Mathias L. Baumann --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 74bb42d..7244781 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -5,6 +5,12 @@ This release adds steam boilers to the component categories that can be targeted by a dispatch. +## Upgrading + +- Runtime requirements now start at `frequenz-api-common` 0.8.2, + `googleapis-common-protos` 1.75.1, `protobuf` 7.36.1, and `grpcio` 1.83.1. + In particular, protobuf 6 is no longer supported. + ## New Features - Added support for targeting steam boilers by component category.