From 830a7e72c3a204ca9e03c2c18d7c7f4d5ec37a25 Mon Sep 17 00:00:00 2001 From: Erwin Dondorp Date: Sun, 2 Feb 2025 02:59:35 +0100 Subject: [PATCH] added note on supported SaltStack versions --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index f2dfc52e8..80542268b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,6 +10,10 @@ IMPORTANT: since Salt version 3006, it is needed to add the configuration option packages that the SaltStack installation also depends on, must be installed with `salt-pip`. This includes authentication plugins such as `yubico_client`, or execution modules such as `boto3_sns`. +IMPORTANT: The SaltGUI team can only support SaltStack versions 3006 and higher. Versions before that are no longer published by the SaltStack team. +That makes it very hard to perform proper testing for SaltGUI releases. +We suggest to upgrade the SaltStack installation when you are still using a version that is older than that. + [![CodeQL](https://github.com/erwindon/SaltGUI/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/erwindon/SaltGUI/actions/workflows/codeql-analysis.yml) ## Screenshots