Browse code

New release v2.8.0rc3

Matt Clay authored on 2019/05/11 02:28:29
Showing 4 changed files
... ...
@@ -1521,3 +1521,12 @@ releases:
1521 1521
     - ps-basic-json.yaml
1522 1522
     - v2.8.0rc2_summary.yaml
1523 1523
     release_date: '2019-05-01'
1524
+  2.8.0rc3:
1525
+    codename: How Many More Times
1526
+    fragments:
1527
+    - 51825-vmware_deploy_ovf-add_folder_doc.yml
1528
+    - 56145-ios-net_get-net_put-update.yaml
1529
+    - networkos_config_src_option_fix.yaml
1530
+    - v2.8.0rc3_summary.yaml
1531
+    - vmware_check_ssl_cert.yaml
1532
+    release_date: '2019-05-10'
... ...
@@ -5,6 +5,28 @@ Ansible 2.8 "How Many More Times" Release Notes
5 5
 .. contents:: Topics
6 6
 
7 7
 
8
+v2.8.0rc3
9
+=========
10
+
11
+Release Summary
12
+---------------
13
+
14
+| Release Date: 2019-05-10
15
+| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
16
+
17
+
18
+Minor Changes
19
+-------------
20
+
21
+- Added documentation about the folder parameter with examples in vmware_deploy_ovf (https://github.com/ansible/ansible/issues/51825).
22
+
23
+Bugfixes
24
+--------
25
+
26
+- Fix invalid src option return response for network config modules (https://github.com/ansible/ansible/pull/56076)
27
+- Fix net_get and net_put task run failure - https://github.com/ansible/ansible/pull/56145
28
+- vmware - The VMware modules now enable the SSL certificate check unless ``validate_certs`` is ``false``.
29
+
8 30
 v2.8.0rc2
9 31
 =========
10 32
 
11 33
new file mode 100644
... ...
@@ -0,0 +1,3 @@
0
+release_summary: |
1
+   | Release Date: 2019-05-10
2
+   | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
... ...
@@ -19,6 +19,6 @@
19 19
 from __future__ import (absolute_import, division, print_function)
20 20
 __metaclass__ = type
21 21
 
22
-__version__ = '2.8.0rc2.post0'
22
+__version__ = '2.8.0rc3'
23 23
 __author__ = 'Ansible, Inc.'
24 24
 __codename__ = 'How Many More Times'