diff --git a/README.md b/README.md index 470385f..7e3174b 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ being included in this project. [repoinstall]: https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#installing-a-collection-from-a-git-repository [dailybuild]: https://f5-ansible.s3.amazonaws.com/collections/f5networks-f5next-devel.tar.gz [ansible_issues]: https://github.com/F5Networks/f5-ansible-next/issues -[License]: https://github.com/f5devcentral/f5-ansible-next/blob/master/COPYING +[License]: https://www.gnu.org/licenses/gpl-3.0.txt [ansiblehelp]: http://clouddocs.f5.com/products/orchestration/ansible/devel/ [execenv]: https://docs.ansible.com/automation-controller/latest/html/userguide/execution_environments.html [f5execenv]: http://clouddocs.f5.com/products/orchestration/ansible/devel/usage/exec-env.html diff --git a/ansible_collections/f5networks/next/CHANGELOG.rst b/ansible_collections/f5networks/next/CHANGELOG.rst index 2ec13ba..7817a61 100644 --- a/ansible_collections/f5networks/next/CHANGELOG.rst +++ b/ansible_collections/f5networks/next/CHANGELOG.rst @@ -4,6 +4,9 @@ F5Networks F5 BIG-IP Next Collection Release Notes .. contents:: Topics +v1.3.1 +====== + v1.3.0 ====== diff --git a/ansible_collections/f5networks/next/README.md b/ansible_collections/f5networks/next/README.md index 470385f..7e3174b 100644 --- a/ansible_collections/f5networks/next/README.md +++ b/ansible_collections/f5networks/next/README.md @@ -93,7 +93,7 @@ being included in this project. [repoinstall]: https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#installing-a-collection-from-a-git-repository [dailybuild]: https://f5-ansible.s3.amazonaws.com/collections/f5networks-f5next-devel.tar.gz [ansible_issues]: https://github.com/F5Networks/f5-ansible-next/issues -[License]: https://github.com/f5devcentral/f5-ansible-next/blob/master/COPYING +[License]: https://www.gnu.org/licenses/gpl-3.0.txt [ansiblehelp]: http://clouddocs.f5.com/products/orchestration/ansible/devel/ [execenv]: https://docs.ansible.com/automation-controller/latest/html/userguide/execution_environments.html [f5execenv]: http://clouddocs.f5.com/products/orchestration/ansible/devel/usage/exec-env.html diff --git a/ansible_collections/f5networks/next/changelogs/.plugin-cache.yaml b/ansible_collections/f5networks/next/changelogs/.plugin-cache.yaml new file mode 100644 index 0000000..1fefa8b --- /dev/null +++ b/ansible_collections/f5networks/next/changelogs/.plugin-cache.yaml @@ -0,0 +1,104 @@ +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_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.3.1 diff --git a/ansible_collections/f5networks/next/changelogs/changelog.yaml b/ansible_collections/f5networks/next/changelogs/changelog.yaml index d415580..74e3452 100644 --- a/ansible_collections/f5networks/next/changelogs/changelog.yaml +++ b/ansible_collections/f5networks/next/changelogs/changelog.yaml @@ -85,3 +85,5 @@ releases: name: cm_next_license namespace: '' release_date: '2024-09-10' + 1.3.1: + release_date: '2024-09-13' diff --git a/ansible_collections/f5networks/next/galaxy.yml b/ansible_collections/f5networks/next/galaxy.yml index d4a5218..f181301 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-devel +version: 1.3.1 diff --git a/ansible_collections/f5networks/next/plugins/module_utils/version.py b/ansible_collections/f5networks/next/plugins/module_utils/version.py index 6e7a513..1a8c571 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-devel" +CURRENT_COLL_VERSION = "1.3.1"