Skip to content

Commit

Permalink
Version 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
urohit011 committed Jun 21, 2024
1 parent fa21f25 commit ab262ad
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 5 deletions.
8 changes: 8 additions & 0 deletions ansible_collections/f5networks/next/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ F5Networks F5 BIG-IP Next Collection Release Notes

.. contents:: Topics

v1.2.0
======

Bugfixes
--------

- cm_next_provider.py - fixed a bug that occurred when adding provider on nutmug

v1.1.0
======

Expand Down
99 changes: 99 additions & 0 deletions ansible_collections/f5networks/next/changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
objects:
role: {}
plugins:
become: {}
cache: {}
callback: {}
cliconf: {}
connection: {}
filter: {}
httpapi:
cm:
description: HttpApi Plugin for BIG-IP Next Central Manager devices
name: cm
version_added: 1.0.0
inventory: {}
lookup: {}
module:
cm_device_info:
description: Collect information from CM devices
name: cm_device_info
namespace: ''
version_added: 1.0.0
cm_files:
description: Manage files uploads/deletes on BIG-IP Next CM
name: cm_files
namespace: ''
version_added: 1.0.0
cm_next_as3_deploy:
description: Manages Deploying an AS3 declaration to a specified instance managed
by BIG-IP Next Central Manager.
name: cm_next_as3_deploy
namespace: ''
version_added: 1.0.0
cm_next_backup_restore:
description: Backup and restore BIG-IP Next instance configration through CM
name: cm_next_backup_restore
namespace: ''
version_added: 1.0.0
cm_next_deploy_f5os:
description: Module to manage deployments of BIG-IP Next instances on F5OS devices
name: cm_next_deploy_f5os
namespace: ''
version_added: 1.0.0
cm_next_deploy_vmware:
description: Module to manage deployments of BIG-IP Next instances on VMWARE
name: cm_next_deploy_vmware
namespace: ''
version_added: 1.0.0
cm_next_discover:
description: Module to Add/Delete BIG-IP Next Instances onto Central Manager
name: cm_next_discover
namespace: ''
version_added: 1.0.0
cm_next_files:
description: Manage BIG-IP Next instance files through CM
name: cm_next_files
namespace: ''
version_added: 1.0.0
cm_next_global_resiliency_group:
description: Manages Global Resiliency Group on the Central Manager.
name: cm_next_global_resiliency_group
namespace: ''
version_added: 1.0.0
cm_next_ha:
description: Configure High Availability for BIG-IP Next instances.
name: cm_next_ha
namespace: ''
version_added: 1.0.0
cm_next_ha_failover:
description: Fail-over BIG-IP Next HA instance on CM
name: cm_next_ha_failover
namespace: ''
version_added: 1.0.0
cm_next_provider:
description: Manage providers on Central Manager
name: cm_next_provider
namespace: ''
version_added: 1.0.0
cm_next_upgrade:
description: Manage BIG-IP Next instance upgrades through CM
name: cm_next_upgrade
namespace: ''
version_added: 1.0.0
cm_ssl_certificate_create:
description: Manages certificate and/or key on the Central Manager.
name: cm_ssl_certificate_create
namespace: ''
version_added: 1.0.0
cm_ssl_certificate_import:
description: Manages certificate, key and PKCS12 on the Central Manager.
name: cm_ssl_certificate_import
namespace: ''
version_added: 1.0.0
netconf: {}
shell: {}
strategy: {}
test: {}
vars: {}
version: 1.2.0
7 changes: 7 additions & 0 deletions ansible_collections/f5networks/next/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,10 @@ releases:
fragments:
- cm-provider-bugfix.yaml
release_date: '2024-05-09'
1.2.0:
changes:
bugfixes:
- cm_next_provider.py - fixed a bug that occurred when adding provider on nutmug
fragments:
- cm-provider-bugfix.yaml
release_date: '2024-06-21'

This file was deleted.

2 changes: 1 addition & 1 deletion ansible_collections/f5networks/next/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ tags:
- networking
- next
- cm
version: 1.2.0-devel
version: 1.2.0
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.2.0-devel"
CURRENT_COLL_VERSION = "1.2.0"

0 comments on commit ab262ad

Please sign in to comment.