From bc8f39f67c7353730eb450e7d98337d8ea4e2b9a Mon Sep 17 00:00:00 2001 From: rupadhyay Date: Sat, 26 Oct 2024 00:00:58 +0000 Subject: [PATCH] Merging devel changes - 2024-10-26T00:00:48Z --- .../next/changelogs/.plugin-cache.yaml | 109 ------------------ .../f5networks/next/galaxy.yml | 2 +- .../next/plugins/module_utils/version.py | 2 +- 3 files changed, 2 insertions(+), 111 deletions(-) delete mode 100644 ansible_collections/f5networks/next/changelogs/.plugin-cache.yaml diff --git a/ansible_collections/f5networks/next/changelogs/.plugin-cache.yaml b/ansible_collections/f5networks/next/changelogs/.plugin-cache.yaml deleted file mode 100644 index 24a6def..0000000 --- a/ansible_collections/f5networks/next/changelogs/.plugin-cache.yaml +++ /dev/null @@ -1,109 +0,0 @@ -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_backup_restore: - description: Backup and restore CM configuration - name: cm_backup_restore - namespace: '' - version_added: 1.0.0 - 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_license: - description: Manage license activation and deactivation of BIG-IP Next instances. - name: cm_next_license - namespace: '' - version_added: 1.3.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.4.0 diff --git a/ansible_collections/f5networks/next/galaxy.yml b/ansible_collections/f5networks/next/galaxy.yml index 5e97ec5..8c5422a 100644 --- a/ansible_collections/f5networks/next/galaxy.yml +++ b/ansible_collections/f5networks/next/galaxy.yml @@ -18,4 +18,4 @@ tags: - networking - next - cm -version: 1.4.0 +version: 1.5.0-devel diff --git a/ansible_collections/f5networks/next/plugins/module_utils/version.py b/ansible_collections/f5networks/next/plugins/module_utils/version.py index e9b359b..06c1429 100644 --- a/ansible_collections/f5networks/next/plugins/module_utils/version.py +++ b/ansible_collections/f5networks/next/plugins/module_utils/version.py @@ -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.4.0" +CURRENT_COLL_VERSION = "1.5.0-devel"