Skip to content

Commit

Permalink
Version 1.20.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek0806 committed Sep 29, 2022
1 parent 7b23bea commit 3ab145b
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 2 deletions.
16 changes: 16 additions & 0 deletions ansible_collections/f5networks/f5_modules/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ F5Networks F5_Modules Collection Release Notes
.. contents:: Topics


v1.20.0
=======

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

- bigip_qkview - added a new parameter, only_create_file

Bugfixes
--------

- bigip_asm_policy_server_technology - fix issue with naming during discovery
- bigip_asm_policy_signature_set - fix issue with naming during discovery
- bigip_data_group - fixed bug discovered while updating records in internal data group
- bigip_software_install - fixed bug related to installing hotfix image on vcmp guest

v1.19.0
=======

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,23 @@ releases:
- 1690-bugfix-boolean.yaml
- 1691-bugfix-list-type.yaml
release_date: '2020-03-17'
1.20.0:
changes:
bugfixes:
- bigip_asm_policy_server_technology - fix issue with naming during discovery
- bigip_asm_policy_signature_set - fix issue with naming during discovery
- bigip_data_group - fixed bug discovered while updating records in internal
data group
- bigip_software_install - fixed bug related to installing hotfix image on vcmp
guest
minor_changes:
- bigip_qkview - added a new parameter, only_create_file
fragments:
- add_only_create_file_to_qkview.yaml
- fix-hotfix-image-installation-on-vcmp.yaml
- fix-naming-issues-asm.yaml
- fix-records-update-issues-data-group.yaml
release_date: '2022-09-29'
1.3.0:
changes:
bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/f5networks/f5_modules/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ tags:
- networking
- bigip
- bigiq
version: 1.20.0-devel
version: 1.21.0-devel
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# GNU General Public License v3.0 (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

# This collection version needs to be updated at each release
CURRENT_COLL_VERSION = "1.20.0-devel"
CURRENT_COLL_VERSION = "1.21.0-devel"

0 comments on commit 3ab145b

Please sign in to comment.