Path to this page:
./
sysutils/salt-docs,
Documentation for salt
Branch: CURRENT,
Version: 3006.7,
Package name: salt-docs-3006.7,
Maintainer: pkgsrc-usersThis package contains the HTML documentation for salt.
Salt is a distributed remote execution system used to execute commands
and query data. It was developed in order to bring the best solutions
found in the world of remote execution together and make them better,
faster and more malleable. Salt accomplishes this via its ability to
handle larger loads of information, and not just dozens, but hundreds,
or even thousands of individual servers. It handles them quickly and
through a simple yet manageable interface.
Required to run:[
lang/python27]
Required to build:[
pkgtools/cwrappers] [
textproc/py-sphinx1]
Master sites:
Filesize: 20080.726 KB
Version history: (Expand)
- (2024-08-10) Updated to version: salt-docs-3006.7
- (2024-01-22) Updated to version: salt-docs-3006.5
- (2023-10-23) Updated to version: salt-docs-3005.1nb2
- (2023-08-14) Updated to version: salt-docs-3005.1nb1
- (2022-10-31) Updated to version: salt-docs-3005.1
- (2022-07-11) Updated to version: salt-docs-3004nb2
CVS history: (Expand)
2024-01-22 17:35:25 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message:
salt salt-docs: updated to 3006.5
SALT 3006.5
REMOVED
Tech Debt - support for pysss removed due to functionality addition in Python 3.3
FIXED
Improved error message when state arguments are accidentally passed as a string
Allow pip.install to create a log file that is passed in if the parent directory \
is writeable
Fixed merging of complex pillar overrides with salt-ssh states
Fixed gpg pillar rendering with salt-ssh
Made salt-ssh states not re-render pillars unnecessarily
Made Salt maintain options in Debian package repo definitions
Migrated all invoke tasks to python-tools-scripts.
tasks/docs.py -> tools/precommit/docs.py
tasks/docstrings.py -> tools/precommit/docstrings.py
tasks/loader.py -> tools/precommit/loader.py
tasks/filemap.py -> tools/precommit/filemap.py
Fix salt user login shell path in Debian packages
Fill out lsb_distrib_xxxx (best estimate) grains if problems with retrieving \
lsb_release data
Fixed an issue in the file.directory state where the children_only keyword \
argument was not being respected.
Move salt.ufw to correct location /etc/ufw/applications.d/
Fixed salt-ssh stacktrace when retcode is not an integer
Fixed SSH shell seldomly fails to report any exit code
Fixed some issues in x509_v2 execution module private key functions
Fixed grp.getgrall() in utils/user.py causing performance issues
Fix user.list_groups omits remote groups via sssd, etc.
Ensure sync from _grains occurs before attempting pillar compilation in case \
custom grain used in pillar file
Moved gitfs locks to salt working dir to avoid lock wipes
Only attempt to create a keys directory when --gen-keys is passed to the salt-key CLI
Fix nonce verification, request server replies do not stomp on eachother.
speed up yumpkg list_pkgs by not requiring digest or signature verification on \
lookup.
Fix pkg.latest failing on windows for winrepo packages where the package is \
already up to date
Ensure kwarg is preserved when checking for kwargs. This change affects proxy \
minions when used with Deltaproxy, which had kwargs popped when targeting \
multiple minions id.
Fixes traceback when state id is an int in a reactor SLS file.
Install logrotate config as /etc/logrotate.d/salt-common for Debian packages \
Remove broken /etc/logrotate.d/salt directory from 3006.3 if it exists.
Use sha256 as the default hash_type. It has been the default since Salt v2016.9
Preserve ownership on log rotation
Ensure that the correct value of jid_inclue is passed if the argument is \
included in the passed keyword arguments.
Uprade relenv to 0.14.2
Update openssl to address CVE-2023-5363.
Fix bug in openssl setup when openssl binary can't be found.
Add M1 mac support.
Fix regex for filespec adding/deleting fcontext policy in selinux
Ensure CLI options take priority over Saltfile options
Test mode for state function saltmod.wheel no longer set's result to (None,)
Client only process events which tag conforms to an event return.
Fixes an issue setting user or machine policy on Windows when the Group Policy \
directory is missing
Fix regression in file module which was not re-using a file client.
pip.installed state will now properly fail when a specified user does not exists
Publish channel connect callback method properly closes it's request channel.
Ensured the pillar in SSH wrapper modules is the same as the one used in \
template rendering when overrides are passed
Fix file.comment ignore_missing not working with multiline char
Warn when an un-closed transport client is being garbage collected.
Only generate the HMAC's for libssl.so.1.1 and libcrypto.so.1.1 if those files exist.
Fixed an issue where Salt Cloud would fail if it could not delete lingering \
PAexec binaries
ADDED
Added Salt support for Debian 12
Added Salt support for Amazon Linux 2023
SECURITY
Bump to cryptography==41.0.4 due to https://github.com/advisories/GHSA-v8gr-m533-ghj9
Bump to cryptography==41.0.7 due to https://github.com/advisories/GHSA-jfhm-5ghh-2f97
|
2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112) |
Log message:
*: latest py-sphinx only support Python 3.9+
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-11-14 17:41:10 by Thomas Klausner | Files touched by this commit (1) |
Log message:
salt-docs: add missing build dependency
|
2022-10-31 18:32:46 by Adam Ciarcinski | Files touched by this commit (8) | |
Log message:
salt salt-docs: updated to 3005.1
3005.1
FIXED
Fix arch parsing issue in apt source files
Fixed parsing CDROM apt sources
Use str() method instead of repo_line for when python3-apt is installed or not \
in aptpkg.py.
Remove the connection_timeout from netmiko_connection_args before \
netmiko_connection_args is added to \
__context__["netmiko_device"]["args"] which is passed along \
to the Netmiko library.
fixes #62553 by checking for disabled master_type before starting master \
connection and skipping it if set.
Fix runas with cmd module when using the onedir bundled packages
Fix the Pyinstaller hooks to preserve the environment if None is passed.
pkgrepo.managed sets wrong permissions on keys installed to /etc/apt/keyring
pkgrepo.managed creates zero byte gpg files when dearmoring contents to the same \
filename
Ensure default values for IPC Buffers are correct type
Fix a hang on salt-ssh when using sudo.
Renderers now have access to the correct set of salt functions.
Fix including Jinja template from absolute path
include jmespath in package requirements
Fix pkgrepo.managed signed-by in test=true mode
Ensure the status of the service is captured when the beacon function is called, \
even when the event is not being emitted.
The sub proxies controlled by Deltaproxy need to have their own req_channel \
otherwise there are timeout exceptions when the __master_req_channel_payload is \
fired and reacted on.
|
2022-07-10 21:25:00 by Thomas Klausner | Files touched by this commit (1) |
Log message:
salt-docs: switch to py-sphinx (build dep)
no visible change, but bump PKGREVISION for safety
|
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
|