Skip to content

Commit

Permalink
Version 0.8.0-beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek0806 committed Feb 12, 2024
1 parent 72e8d86 commit 8edc3d2
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ansible_collections/f5networks/next/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
==================================================
F5Networks F5 BIG-IP Next Collection Release Notes
==================================================

.. contents:: Topics

v0.8.0-beta
===========

88 changes: 88 additions & 0 deletions ansible_collections/f5networks/next/changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
objects:
role: {}
plugins:
become: {}
cache: {}
callback: {}
cliconf: {}
connection: {}
filter: {}
httpapi:
cm:
description: HttpApi Plugin for CM NEXT 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 on CM Next
name: cm_files
namespace: ''
version_added: 1.0.0
cm_next_backup_restore:
description: Backup and restore 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: __SHORT_DESCRIPTION__
name: cm_next_discover
namespace: ''
version_added: 1.0.0
cm_next_files:
description: Manage NEXT instance files through CM
name: cm_next_files
namespace: ''
version_added: 1.0.0
cm_next_ha:
description: Configure High Availability for NEXT instances.
name: cm_next_ha
namespace: ''
version_added: 1.0.0
cm_next_ha_failover:
description: Fail-over 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 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: 0.8.0-beta
4 changes: 4 additions & 0 deletions ansible_collections/f5networks/next/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ancestor: null
releases:
0.8.0-beta:
release_date: '2024-02-12'
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: 0.8.0-beta
version: 0.8.0-beta
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright: (c) 2023, F5 Networks Inc.
# 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 = "0.8.0-beta"

0 comments on commit 8edc3d2

Please sign in to comment.