From db6e0de4e844e0e2b049dda5ebd0f0e7dec7c4b8 Mon Sep 17 00:00:00 2001
From: Stefan Kalscheuer <stefan@stklcode.de>
Date: Thu, 29 May 2025 14:46:14 +0200
Subject: [PATCH] Document new and existing properties for GitHub release info

---
 configuration/misc-configuration-properties.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/configuration/misc-configuration-properties.md b/configuration/misc-configuration-properties.md
index 8f88550..65fa44c 100644
--- a/configuration/misc-configuration-properties.md
+++ b/configuration/misc-configuration-properties.md
@@ -20,7 +20,7 @@ kafka:
 |-------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 | `SERVER_SERVLET_CONTEXT_PATH`                         | URI basePath                                                                                                                                                     |
 | `LOGGING_LEVEL_ROOT`                                  | Setting log level (trace, debug, info, warn, error). Default: info                                                                                               |
-| `LOGGING_LEVEL_IO_KAFBAT_UI`                             | Setting log level (trace, debug, info, warn, error). Default: debug                                                                                              |
+| `LOGGING_LEVEL_IO_KAFBAT_UI`                          | Setting log level (trace, debug, info, warn, error). Default: debug                                                                                              |
 | `SERVER_PORT`                                         | Port for the embedded server. Default: `8080`                                                                                                                    |
 | `KAFKA_ADMIN-CLIENT-TIMEOUT`                          | Kafka API timeout in ms. Default: `30000`                                                                                                                        |
 | `KAFKA_CLUSTERS_0_NAME`                               | Cluster name                                                                                                                                                     |
@@ -60,3 +60,6 @@ kafka:
 | `DYNAMIC_CONFIG_ENABLED`                              | Allow to change application config in runtime. Default: false.                                                                                                   |
 | kafka\_internalTopicPrefix                            | Set a prefix for internal topics. Defaults to "\_".                                                                                                              |
 | server.reactive.session.timeout                       | Session timeout. If a duration suffix is not specified, seconds will be used.                                                                                    |
+| `GITHUB_RELEASE_INFO_ENABLED`                         | Enable automatic check for the latest available release via GitHub API. Default: true                                                                            |
+| `GITHUB_RELEASE_INFO_TIMEOUT`                         | Request timeout for automatic release info checks in seconds. Default: 10                                                                                        |
+| `GITHUB_RELEASE_UPDATE_RATE`                          | Refresh rate (caching time) for release info from GitHub in milliseconds, ISO-8601 (e.g. "PT1H") or simple notation ("1h"). Default: 3600000                     |