mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
14 KiB
14 KiB
Salt 2019.2.2 Release Notes
Version 2019.2.2 is a bugfix release for 2019.2.0 <release-2019-2-0>
.
Statistics
- Total Merges: 26
- Total Issue References: 12
- Total PR References: 26
- Contributors: 13 (Akm0d, Ch3LL, Oloremo, OrlandoArcapix, bryceml, dhiltonp, dwoz, frogunder, garethgreenaway, javierbertoli, pizzapanther, s0undt3ch, twangboy)
Changelog for v2019.2.1..v2019.2.2
Generated at: 2019-10-11 20:54:15 UTC
- PR #54919: (twangboy) Add missing docs for win_wusa state and module (2019.2.1) @ 2019-10-11 18:28:11 UTC
- ISSUE #54941: (UtahDave) Pillar data is refreshed for EVERY salt command in 2019.2.1 and 2019.2.2 (refs: #54942)
- PR #54942: (dwoz) Fix for 54941 pillar_refresh regression @ 2019-10-11 18:27:31 UTC
- PR #54897: (bryceml) update version numbers to be correct @ 2019-10-05 01:59:14 UTC
- PR #54894: (bryceml) 2019.2.1 fix docs @ 2019-10-04 22:31:26 UTC
- PR #54858: (frogunder) remove in progress from releasenotes 2019.2.2 @ 2019-10-02 20:42:59 UTC
- PR #54854: (frogunder) releasenotes 2019.2.2 @ 2019-10-02 18:58:21 UTC
- PR #54852: (frogunder) Update man pages for 2019.2.2 @ 2019-10-02 18:27:07 UTC
- PR #54845: (s0undt3ch) Remove debug print @ 2019-10-02 17:38:21 UTC
- ISSUE #54755: (Reiner030) 2019.2.1/2019.2.0 pip failures even when not using pip (refs: #54826)
- PR #54826: (dwoz) Fix issue 54755 and add regression tests @ 2019-10-01 20:07:46 UTC
- PR #54830: (frogunder) Add known issues to 2019.2.1 release notes @ 2019-10-01 16:23:30 UTC
- ISSUE #54521: (Oloremo) [Regression] Failhard, batch and retcodes (refs: #54806)
- PR #54806: (Oloremo) [Regression] Batch with failhard fix @ 2019-10-01 14:51:47 UTC
- ISSUE #54820: (OrangeDog) schedule.present not idempotent when scheduler disabled (refs: #54828)
- PR #54828: (garethgreenaway)
[2019.2.1] Fix global disabling code in scheduler @ 2019-10-01
09:27:49 UTC
ed94aa5
Merge pull request #54828 from garethgreenaway/54820_fix_schedule_disabled_job_enabled_bugbe15a28
Rework code that handles individual jobs being disabled and scheduler being globally being disabled. Previously disabling the schedule would result in individual jobs being disabled when they were run through eval. This change does not change schedule items.
- PR #54778: (Akm0d) fix broken salt-cloud
openstack query @ 2019-10-01 09:23:27 UTC
435b40c
Merge pull request #54778 from Akm0d/master_openstack_query_fixba4ba2a
fixed pylint errors in openstack testd9a8517
Added openstack tests for openstack --query fix59214ad
Fallback to image id if we don't have an image name3a42a4d
fixed pylint error0074d18
created unit tests for openstack4255e3e
Merge branch '2019.2.1' of https://github.com/saltstack/salt into HEAD1c2821b
Return a configured provider, not a boolc585550
fix broken salt-cloud openstack query
- ISSUE #54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: #54823, #54784, #54807)
- PR #54823: (dhiltonp) ip_bracket can now accept ipv6 addresses with brackets @ 2019-10-01 01:13:34 UTC
- ISSUE #54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: #54823, #54784, #54807)
- PR #54807: (dwoz) Fix pip state pip >=10.0 and <=18.0 @ 2019-09-30 09:20:14 UTC
- ISSUE #54741: (kjkeane) Schedulers Fail to Run (refs: #54799)
- PR #54799: (garethgreenaway) Fix to
scheduler when job without a time element is run with schedule.run_job @
2019-09-30 00:19:43 UTC
4ee1ff6
Merge pull request #54799 from garethgreenaway/54741_run_job_fails_without_time_element44caa81
Merge branch '54741_run_job_fails_without_time_element' of github.com:garethgreenaway/salt into 54741_run_job_fails_without_time_element3ae4f75
Merge branch '2019.2.1' into 54741_run_job_fails_without_time_element
8afd2d8
Removing extra, unnecessary code.549cfb8
Fixing test_run_job test to ensure the right data is being asserted. Updating unit/test_module_names.py to include integration.scheduler.test_run_job.7d716d6
Fixing lint.ec68591
If a scheduled job does not contains a time element parameter then running that job with schedule.run_job fails with a traceback because data['run'] does not exist.
- PR #54785: (Ch3LL) Fix state.show_states when sls file missing in top file @ 2019-09-30 00:00:34 UTC
- ISSUE #54768: (paul-palmer) 2019.2.1 Some Jinja imports not found (refs: #54780)
- ISSUE #54765: (awerner) 2019.2.1: Jinja from import broken (refs: #54780)
- PR #54780: (dwoz) Fix masterless jinja imports @ 2019-09-29 22:12:48 UTC
- ISSUE #54776: (javierbertoli) Setting ping_interval in salt-minion's config (version 2019.2.1) prevents it from starting (refs: #54777)
- PR #54777: (javierbertoli) Fix minion's remove_periodic_callback() @ 2019-09-29 21:33:53 UTC
- PR #54805: (bryceml) improve lint job @ 2019-09-29 21:24:05 UTC
- ISSUE #54751: (jnmatlock) NXOS_API Proxy Minions Error KeyError: 'proxy.post_master_init' after upgrading to 2019.2.1 (refs: #54783)
- PR #54783: (garethgreenaway) Ensure metaproxy directory is included in sdist @ 2019-09-29 02:17:23 UTC
- ISSUE #54762: (margau) 2019.2.1: Breaks Minion-Master Communication (refs: #54823, #54784, #54807)
- PR #54784: (dhiltonp) fix dns_check to return uri-compatible ipv6 addresses, add tests @ 2019-09-28 08:36:51 UTC
- PR #54779: (frogunder) Add 2019.2.2 release notes @ 2019-09-27 17:45:46 UTC
- PR #54731: (pizzapanther) Fix returners not loading properly @ 2019-09-26 17:24:27 UTC
- PR #54706: (bryceml) 2019.2.1 ruby @ 2019-09-23 16:00:27 UTC