From bf59015866c442cb57fd9b90d6eed910d4d5e3f6 Mon Sep 17 00:00:00 2001 From: Bill Kronholm Date: Thu, 23 Apr 2026 15:19:20 -0700 Subject: [PATCH 1/2] refactor: settings changes moved to 26.10 --- docs/reference/config/service-conf.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/config/service-conf.md b/docs/reference/config/service-conf.md index c8efb8dc..881761e4 100644 --- a/docs/reference/config/service-conf.md +++ b/docs/reference/config/service-conf.md @@ -16,9 +16,9 @@ Starting with Landscape 25.10, every entry in the `service.conf` file can be ove The sections below contain information about the key-value pairs that can be set in each section, the corresponding environment variable, the default value (if any), and the purpose of the entry. ```{note} -The usage of the `-` character in section names and key names was deprecated in Landscape Server 25.10 in favor of the `_` character. Support for the `-` character is expected to be removed in Landscape Server 26.04 LTS. +The usage of the `-` character in section names and key names was deprecated in Landscape Server 25.10 in favor of the `_` character. Support for the `-` character is expected to be removed in Landscape Server 26.10. -In addition, the names of some sections of the `service.conf` file were deprecated in Landscape Server 25.10. These sections and their new names are detailed below. Support for the deprecated names is expected to be removed in Landscape Server 26.04 LTS. +In addition, the names of some sections of the `service.conf` file were deprecated in Landscape Server 25.10. These sections and their new names are detailed below. Support for the deprecated names is expected to be removed in Landscape Server 26.10. Upgrades to Landscape Server 25.10 or later will include migrating these names. ``` From 689a6644c00f3906c896afc7e046d28bd2592512 Mon Sep 17 00:00:00 2001 From: Bill Kronholm Date: Thu, 23 Apr 2026 15:46:26 -0700 Subject: [PATCH 2/2] one more --- docs/reference/config/service-conf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/config/service-conf.md b/docs/reference/config/service-conf.md index 881761e4..e96f8dfb 100644 --- a/docs/reference/config/service-conf.md +++ b/docs/reference/config/service-conf.md @@ -266,7 +266,7 @@ Beginning in Landscape Server 25.10, the following keys have moved from the `[ap - `enable-saas-metrics` → `enable_saas_metrics` in `[system]` - `enable-tag-script-execution` → `enable_tag_script_execution` in `[system]` -These keys can still be used in their deprecated forms in `[appserver]`/`[landscape]` until Landscape Server 26.04 LTS, when support is expected to be removed and they must be configured in the `[system]` section. Note that upgrades of Landscape Server 25.10 and later includes automated migration of these names. +These keys can still be used in their deprecated forms in `[appserver]`/`[landscape]` until Landscape Server 26.10, when support is expected to be removed and they must be configured in the `[system]` section. Note that upgrades of Landscape Server 25.10 and later includes automated migration of these names. ### Authentication providers