Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog/69402.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Prefix ``file.managed`` error comments with ``Unable to manage file:`` and
redact HTTP basic-auth credentials from ``Source hash`` error messages in
``salt.modules.file.get_source_sum`` so they are not leaked in state output
or logs.
4 changes: 4 additions & 0 deletions changelog/69461.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Fix ``NotADirectoryError`` in ``tools/pkg/build.py`` ``salt_onedir`` by no
longer passing the source tarball path as the ``cwd=`` of the
``git add -f salt/_version.txt`` subprocess; the command now runs in the
salt source checkout (a real git working tree) as intended.
Loading