Skip to content

Commit

Permalink
Rename changelog filename and update version to Argon
Browse files Browse the repository at this point in the history
  • Loading branch information
Megan Wilhite committed Dec 6, 2022
1 parent 7cb968a commit b7da9d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion changelog/55295.changed

This file was deleted.

2 changes: 2 additions & 0 deletions changelog/55295.deprecated
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
renamed `keep_jobs`, specifying job cache TTL in hours, to `keep_jobs_seconds`, specifying TTL in seconds.
`keep_jobs` will be removed in the Argon release
2 changes: 1 addition & 1 deletion salt/utils/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def get_keep_jobs_seconds(opts):
keep_jobs = opts.get("keep_jobs", 24)
if keep_jobs_seconds == 86400 and keep_jobs != 24:
salt.utils.versions.warn_until(
"Chlorine",
"Argon",
"The 'keep_jobs' option has been deprecated and replaced with "
"'keep_jobs_seconds'.",
)
Expand Down

0 comments on commit b7da9d2

Please sign in to comment.