summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Davis <mrd@redhat.com>2018-02-22 17:34:03 -0800
committerMatt Davis <mrd@redhat.com>2018-02-22 17:34:03 -0800
commit98882b725f14ba314a3232593acacd5722444290 (patch)
treee1188fac9cc6474155147ac7b559b92580c84a4c
parent97a7c3f39cc43889d657e1f557f2a8973347fc5e (diff)
downloadansible-98882b725f14ba314a3232593acacd5722444290.tar.gz
2.5.0rc1 CHANGELOG prep
-rw-r--r--changelogs/fragments/include_role_recursion_and_performance.yaml3
-rw-r--r--changelogs/fragments/v2.5.0b2_summary.yaml2
-rw-r--r--changelogs/fragments/v2.5.0rc1_catchup.yaml26
-rw-r--r--changelogs/fragments/v2.5.0rc1_summary.yaml4
4 files changed, 31 insertions, 4 deletions
diff --git a/changelogs/fragments/include_role_recursion_and_performance.yaml b/changelogs/fragments/include_role_recursion_and_performance.yaml
index 625f10027a..e28a0e633a 100644
--- a/changelogs/fragments/include_role_recursion_and_performance.yaml
+++ b/changelogs/fragments/include_role_recursion_and_performance.yaml
@@ -1,3 +1,2 @@
bugfixes:
-- |
- include_role - improved performance and recursion depth (https://github.com/ansible/ansible/pull/36470)
+- include_role - improved performance and recursion depth (https://github.com/ansible/ansible/pull/36470)
diff --git a/changelogs/fragments/v2.5.0b2_summary.yaml b/changelogs/fragments/v2.5.0b2_summary.yaml
index 51d0761726..59eed81a0c 100644
--- a/changelogs/fragments/v2.5.0b2_summary.yaml
+++ b/changelogs/fragments/v2.5.0b2_summary.yaml
@@ -1,4 +1,2 @@
release_summary: |
| Release Date: 2018-02-15
- | Estimated Final Release: mid-March 2018
- | `Porting Guide <http://docs.ansible.com/ansible/devel/porting_guides.html>`_
diff --git a/changelogs/fragments/v2.5.0rc1_catchup.yaml b/changelogs/fragments/v2.5.0rc1_catchup.yaml
new file mode 100644
index 0000000000..6c2a9e68fb
--- /dev/null
+++ b/changelogs/fragments/v2.5.0rc1_catchup.yaml
@@ -0,0 +1,26 @@
+minor_changes:
+- aci_* modules - added signature based authentication
+- aci_* modules - included dedicated ACI documentation
+- aci_* modules - improved ACI return values
+bugfixes:
+- fix for ansible-vault always requesting passwords (https://github.com/ansible/ansible/issues/33027)
+- ios CLI - fixed prompt detection (https://github.com/ansible/ansible/issues/35662)
+- nxos_user - fixed structured output issue (https://github.com/ansible/ansible/pull/36193)
+- nxos_* modules - various fixes (https://github.com/ansible/ansible/pull/36340)
+- nxos_* modules - various fixes (https://github.com/ansible/ansible/pull/36374)
+- nxos_install_os - kickstart_image_file is no longer required (https://github.com/ansible/ansible/pull/36319)
+- script/patch - fixed tempfile ownership issues (https://github.com/ansible/ansible/issues/36398)
+- nxos_bgp_neighbor - fixed various module arg issues (https://github.com/ansible/ansible/pull/36318)
+- vyos_l3_interface - fixed issues with multiple addresses on an interface (https://github.com/ansible/ansible/pull/36377)
+- nxos_banner - fixed issues with unstructured output (https://github.com/ansible/ansible/pull/36411)
+- nxos_bgp_neighbor_af - fixed various issues (https://github.com/ansible/ansible/pull/36472)
+- vyos_config - fixed IndexError in sanitize_config (https://github.com/ansible/ansible/pull/36375)
+- cs_user - fixed user_api_secret return for ACS 4.10+ (https://github.com/ansible/ansible/pull/36447)
+- nxos_* modules - various fixes (https://github.com/ansible/ansible/pull/36514)
+- fix cases where INVENTORY_UNPARSED_IS_FAILED didn't fail (https://github.com/ansible/ansible/issues/36034)
+- aws_ses_identity - fixed failure on missing identity info (https://github.com/ansible/ansible/issues/36065)
+- ec2_vpc_net_facts - fixed traceback for regions other than us-east-1 (https://github.com/ansible/ansible/pull/35302)
+- aws_waf_* - fixed traceback on WAFStaleDataException (https://github.com/ansible/ansible/pull/36405)
+- ec2_group - fixed check_mode when using tags (https://github.com/ansible/ansible/pull/36503)
+- loop item labels will now update if templated (https://github.com/ansible/ansible/pull/36430)
+
diff --git a/changelogs/fragments/v2.5.0rc1_summary.yaml b/changelogs/fragments/v2.5.0rc1_summary.yaml
new file mode 100644
index 0000000000..5baf85a823
--- /dev/null
+++ b/changelogs/fragments/v2.5.0rc1_summary.yaml
@@ -0,0 +1,4 @@
+release_summary: |
+ | Release Date: 2018-02-22
+ | Estimated Final Release: mid-March 2018
+ | `Porting Guide <http://docs.ansible.com/ansible/devel/porting_guides.html>`_