All notable changes to Salt will be documented in this file.
This changelog follows keepachangelog format, and is intended for human consumption.
This project versioning is similar to Semantic Versioning, and is documented in SEP 14.
Versions are MAJOR.PATCH
.
hgfs_env_whitelist
, hgfs_env_blacklist
, svnfs_env_whitelist
, and svnfs_env_whitelist
have been deprecated in favor of hgfs_saltenv_whitelist
, hgfs_saltenv_blacklist
, svnfs_saltenv_whitelist
, svnfs_saltenv_blacklist
.hypervisor_uuid
and datacenter
in favor of mdata:sdc:server_uuid
and mdata:sdc:datacenter_name
.quiet
kwarg in cmd.run state module. Please set output_loglevel
to quiet
instead.enviroment
kwarg from heat state and execution module. Please use correct spelling environment
.get_known_host
and recv_known_host
functions from ssh module.prune_services
in the firewall state module to be False by default. And update force_masquerade
to be False by default in the firewall execution module.gitfs_env_whitelist
and gitfs_env_blacklist
in favor of gitfs_saltenv_whitelist
and gitfs_saltenv_blacklist
.failhard
during orchestration now fails as expected - @mattp- / @Oloremoschedule.run_job
without time element now works as expected - @garethgreenawaysalt-cloud -Q
for OpenStack driver - @vdloo / @Akm0dping_interval
in minion config no longer prevents startup - @dwozscheduler.present
no longer always reports changes when scheduler is disabled - @garethgreenaway