From bb731273c80a54136cc99425e7bfffdbf7618f63 Mon Sep 17 00:00:00 2001 From: Erwin Romkes <61180307+erwinromkes@users.noreply.github.com> Date: Fri, 9 Jan 2026 11:36:03 +0100 Subject: [PATCH 1/2] Update available OpenSearch versions --- .../tools/how-to-use-the-hypernode-systemctl-cli-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md index 0fba1209..05c2adb1 100644 --- a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md +++ b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md @@ -48,7 +48,7 @@ To see which values you can set and which values they are allowed to have take a | **nodejs_version**
Change the Node version | 22 | 6, 10, 16, 18, 20, 22 | | **opensearch_auto_create_index**
| True | True, False | | **opensearch_enabled**
Enable OpenSearch | True | True, False | -| **opensearch_version**
Change the OpenSearch version | 2.12 | 1.x, 2.6, 2.12 | +| **opensearch_version**
Change the OpenSearch version | 2.12 | 1.x, 2.6, 2.12, 2.19, 3.3 | | **openvpn_enabled**
Enables OpenVPN for secure database connections | False | True, False | | **password_auth**
Indicates whether password authentication for the Hypernode is
allowed instead of only SSH keys
| True | True, False | | **permissive_memory_management**
Configure memory management policy (OOM kills) | False | True, False | From 046c5dca68b4941199537d37faa2ac0064209801 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Fri, 9 Jan 2026 11:46:55 +0100 Subject: [PATCH 2/2] Update docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md --- .../tools/how-to-use-the-hypernode-systemctl-cli-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md index 05c2adb1..02df8fbb 100644 --- a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md +++ b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md @@ -48,7 +48,7 @@ To see which values you can set and which values they are allowed to have take a | **nodejs_version**
Change the Node version | 22 | 6, 10, 16, 18, 20, 22 | | **opensearch_auto_create_index**
| True | True, False | | **opensearch_enabled**
Enable OpenSearch | True | True, False | -| **opensearch_version**
Change the OpenSearch version | 2.12 | 1.x, 2.6, 2.12, 2.19, 3.3 | +| **opensearch_version**
Change the OpenSearch version | 2.12 | 1.x, 2.6, 2.12, 2.19, 3.3 | | **openvpn_enabled**
Enables OpenVPN for secure database connections | False | True, False | | **password_auth**
Indicates whether password authentication for the Hypernode is
allowed instead of only SSH keys
| True | True, False | | **permissive_memory_management**
Configure memory management policy (OOM kills) | False | True, False |