Skip to content

Commit

Permalink
New release v2.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed Feb 21, 2019
1 parent f66c006 commit 4460122
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelogs/.changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,19 @@ releases:
- vmware_guest-documentation_fix.yaml
- win_power_plan-windows10.yaml
release_date: '2019-02-07'
2.6.14:
codename: Heartbreaker
fragments:
- 45378-fix-sql-tags.yml
- 51781-fixing-managed-disk-facts.yaml
- 52130-win_psmodule-update_nuget.yaml
- 52388-postgresqldatabase-fix-force-update.yml
- 52389-mysqldatabase-fix-force-update.yaml
- disallow-relative-homedir.yaml
- v2.6.14_summary.yaml
- win-become-elevation.yaml
- winrm-ansible-conn-error.yaml
release_date: '2019-02-21'
2.6.2:
codename: Heartbreaker
fragments:
Expand Down
26 changes: 26 additions & 0 deletions changelogs/CHANGELOG-v2.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@
Ansible 2.6 "Heartbreaker" Release Notes
========================================

v2.6.14
=======

Release Summary
---------------

| Release Date: 2019-02-21
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

Minor Changes
-------------

- Raise AnsibleConnectionError on winrm connnection errors

Bugfixes
--------

- azure_rm_managed_disk_facts - added missing implementation of listing managed disks by resource group
- azure_rm_postgresqldatabase - fix force_update bug (https://github.com/ansible/ansible/issues/50978).
- azure_rm_postgresqldatabase - fix force_update bug.
- azure_rm_sqlserver - fix for tags support
- remote home directory - Disallow use of remote home directories that include relative pathing by means of `..` (CVE-2019-3828) (https://github.com/ansible/ansible/pull/52133)
- win become - Fix some scenarios where become failed to create an elevated process
- win_psmodule - the NuGet package provider will be updated, if needed, to avoid issue under adding a repository

v2.6.13
=======

Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/v2.6.14_summary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2019-02-21
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
2 changes: 1 addition & 1 deletion lib/ansible/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

__version__ = '2.6.13.post0'
__version__ = '2.6.14'
__author__ = 'Ansible, Inc.'
__codename__ = 'Heartbreaker'

0 comments on commit 4460122

Please sign in to comment.