mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 08:02:18 +00:00
Be sure to also track the min version of workers that have been started after the min version variable has been set. e.g. All workers are up to date and `MIN_VERSION_IS_AT_LEAST_1_427` is set to true, a worker is then powered on with an anterior version, leading to a false positive value. This commit fix that.