Runner "pool" flags are renamed to "environment"; old names still work but warn.
What's wrong with this entry?
--pool-secret-file and SELF_HOSTED_RUNNER_POOL_SECRET still work on both the runner and the orchestrator but now print a deprecation warning to stderr. Use --environment-secret-file or SELF_HOSTED_RUNNER_ENVIRONMENT_SECRET instead; the error shown when no secret is supplied at all names only the new spellings.
[runner:warn] --pool-secret-file is deprecated; use --environment-secret-file
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Self-hosted runners report when warm-up finished
Both mention self hosted runner
-
v2.1.236
Self-hosted runner releases a session only after its work finishes
Both mention self hosted runner
-
v2.1.236
Runner waits for sessions to be released before shutting down
Both mention self hosted runner