mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
3.1 KiB
3.1 KiB
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
Changed
Fixed
Added
- #54917 - Added get_settings, put_settings and flush_synced methods for Elasticsearch module. - @Oloremo
[2019.2.2]
Changed
Fixed
- #54521 -
failhard
during orchestration now fails as expected - @mattp- / @Oloremo - #54741 -
schedule.run_job
without time element now works as expected - @garethgreenaway - #54755 - Pip state ensures pip was imported before trying to remove - @dwoz
- #54760 - Fix
salt-cloud -Q
for OpenStack driver - @vdloo / @Akm0d - #54762 - IPv6 addresses with brackets no longer break master/minion communication - @dhiltonp
- #54765 - Masterless jinja imports - @dwoz
- #54776 -
ping_interval
in minion config no longer prevents startup - @dwoz - #54820 -
scheduler.present
no longer always reports changes when scheduler is disabled - @garethgreenaway - #54941 - Pillar data is no longer refreshed on every call - @dwoz