Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 5.57 KB

CHANGELOG.md

File metadata and controls

72 lines (49 loc) · 5.57 KB

Changelog

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.

Unreleased (Neon)

Removed

  • #54943 - RAET transport method has been removed per the deprecation schedule - @s0undt3ch

Deprecated

  • #55552 - The config options 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.
  • #55569 - Deprecate nova cloud driver in favor of the openstack driver.
  • #55609 - Remove smartos grains hypervisor_uuid and datacenter in favor of mdata:sdc:server_uuid and mdata:sdc:datacenter_name.
  • #55539 - Deprecate salt.auth.Authorize class and the any_auth method
  • #55573 - Deprecate quiet kwarg in cmd.run state module. Please set output_loglevel to quiet instead.
  • #55641 - Deprecate enviroment kwarg from heat state and execution module. Please use correct spelling environment.
  • #55682 - Deprecate get_known_host and recv_known_host functions from ssh module.
  • #55683 - Deprecate 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.
  • #55722 - Deprecate all functions in salt/utils/init.py.
  • #55725 - Deprecate gitfs_env_whitelist and gitfs_env_blacklist in favor of gitfs_saltenv_whitelist and gitfs_saltenv_blacklist.

Changed

  • #54013 - Set session_id cookie in the rest_tornado backend.
  • SEP 14 - Changed to numeric versions.
  • SEP 1, SEP 14 - Adopted keepachangelog format.

Fixed

Added

  • #54505 - Added cluster get_settings, put_settings and flush_synced methods for Elasticsearch module. - @Oloremo
  • #53736 - Added index get_settings, put_settings methods for Elasticsearch module. - @Oloremo
  • #55418 - Added clean_parent argument for the archive state. - @Oloremo
  • #55593 - Added a support for a global proxy to pip module. - @Oloremo
  • #55443 - Added a skip_files_list_verify argument to archive.extracted state. - @Oloremo

[2019.2.2]

Changed

  • #54758 - Missing sls file during state.show_states displays message instead of failing - @Ch3LL

Fixed

Added

[2019.2.1] - 2019-09-25 [YANKED]