Skip to content

Commit

Permalink
Merge branch 'master' into vault-pillar-templating
Browse files Browse the repository at this point in the history
  • Loading branch information
lkubb authored Nov 17, 2022
2 parents ee09aed + 7d0c774 commit 5e7e253
Show file tree
Hide file tree
Showing 61 changed files with 1,736 additions and 1,125 deletions.
1 change: 1 addition & 0 deletions changelog/49310.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Issue #49310: Allow users to touch a file with Unix date of birth
1 change: 1 addition & 0 deletions changelog/61153.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Initial work to allow parallel startup of proxy minions when used as sub proxies with Deltaproxy.
1 change: 1 addition & 0 deletions changelog/62019.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make Salt to return an error on "pkg" modules and states when targeting duplicated package names
1 change: 1 addition & 0 deletions changelog/62139.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed extra period in filename output in tls module. Instead of "server.crt." it will now be "server.crt".
1 change: 1 addition & 0 deletions changelog/62152.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make sure lingering PAexec-*.exe files in the Windows directory are cleaned up
6 changes: 1 addition & 5 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,7 @@ def _run_with_coverage(session, *test_cmd, env=None):
if SKIP_REQUIREMENTS_INSTALL is False:
coverage_requirement = COVERAGE_REQUIREMENT
if coverage_requirement is None:
version_info = _get_session_python_version_info(session)
if version_info < (3, 7):
coverage_requirement = "coverage==6.2"
else:
coverage_requirement = "coverage==6.5.0"
coverage_requirement = "coverage==5.2"
session.install(
"--progress-bar=off", coverage_requirement, silent=PIP_INSTALL_SILENT
)
Expand Down
4 changes: 3 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ PyYAML
MarkupSafe
requests>=1.0.0
distro>=1.0.1
contextvars
psutil>=5.0.0

# We need contextvars for salt-ssh
contextvars
Loading

0 comments on commit 5e7e253

Please sign in to comment.