Skip to content

Commit

Permalink
Version 1.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
urohit011 committed Aug 1, 2024
1 parent 5cd093d commit 772867b
Show file tree
Hide file tree
Showing 9 changed files with 633 additions and 9 deletions.
19 changes: 19 additions & 0 deletions ansible_collections/f5networks/f5os/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ F5Networks.F5OS Release Notes

.. contents:: Topics

v1.10.0
=======

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

- f5os_lldp_config - doc changes and fixed issue - update/add interfaces

Bugfixes
--------

- f5os_ntp_server - Fixed a bug that was causing an idempotency issue.

New Modules
-----------

- f5networks.f5os.f5os_license - Manage F5OS license activation and deactivation.
- f5networks.f5os.f5os_system - Manage generic system settings

v1.9.0
======

Expand Down
136 changes: 136 additions & 0 deletions ansible_collections/f5networks/f5os/changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
objects:
role: {}
plugins:
become: {}
cache: {}
callback: {}
cliconf: {}
connection: {}
filter: {}
httpapi:
f5os:
description: HttpApi Plugin for F5OS devices
name: f5os
version_added: 1.0.0
inventory: {}
lookup: {}
module:
f5os_allowed_ips:
description: Manage allowed IPs using openAPI on F5OS based systems
name: f5os_allowed_ips
namespace: ''
version_added: 1.9.0
f5os_config_backup:
description: Manage F5OS config backups.
name: f5os_config_backup
namespace: ''
version_added: 1.2.0
f5os_device_info:
description: Collect information from F5OS devices
name: f5os_device_info
namespace: ''
version_added: 1.0.0
f5os_dns:
description: Manage DNS on F5OS Devices
name: f5os_dns
namespace: ''
version_added: 1.8.0
f5os_interface:
description: Manage network interfaces on F5OS based systems
name: f5os_interface
namespace: ''
version_added: 1.0.0
f5os_lag:
description: Manage LAG interfaces on F5OS based systems
name: f5os_lag
namespace: ''
version_added: 1.0.0
f5os_license:
description: Manage F5OS license activation and deactivation.
name: f5os_license
namespace: ''
version_added: 1.10.0
f5os_lldp_config:
description: Manage LLDP config
name: f5os_lldp_config
namespace: ''
version_added: 1.8.0
f5os_ntp_server:
description: Manage NTP servers on F5OS based systems
name: f5os_ntp_server
namespace: ''
version_added: 1.8.0
f5os_qkview:
description: Manage Generation of qkview file
name: f5os_qkview
namespace: ''
version_added: 1.0.0
f5os_snmp:
description: Manage SNMP Communities, Users, and Targets using openAPI on F5OS
based systems
name: f5os_snmp
namespace: ''
version_added: 1.9.0
f5os_stp_config:
description: Manage STP config
name: f5os_stp_config
namespace: ''
version_added: 1.8.0
f5os_system:
description: Manage generic system settings
name: f5os_system
namespace: ''
version_added: 1.10.0
f5os_tenant:
description: Manage F5OS tenants
name: f5os_tenant
namespace: ''
version_added: 1.0.0
f5os_tenant_image:
description: Manage F5OS tenant images
name: f5os_tenant_image
namespace: ''
version_added: 1.0.0
f5os_tenant_wait:
description: Wait for a F5OS tenant condition before continuing
name: f5os_tenant_wait
namespace: ''
version_added: 1.0.0
f5os_user:
description: Manage Users and roles on F5OS based systems
name: f5os_user
namespace: ''
version_added: 1.9.0
f5os_vlan:
description: Manage VLANs on F5OS based systems
name: f5os_vlan
namespace: ''
version_added: 1.0.0
velos_partition:
description: Manage VELOS chassis partitions
name: velos_partition
namespace: ''
version_added: 1.0.0
velos_partition_change_password:
description: Provides access to VELOS chassis partition user authentication
methods
name: velos_partition_change_password
namespace: ''
version_added: 1.0.0
velos_partition_image:
description: Manage VELOS chassis partition images
name: velos_partition_image
namespace: ''
version_added: 1.0.0
velos_partition_wait:
description: Wait for a VELOS chassis partition to match a condition before
continuing
name: velos_partition_wait
namespace: ''
version_added: 1.0.0
netconf: {}
shell: {}
strategy: {}
test: {}
vars: {}
version: 1.10.0
17 changes: 17 additions & 0 deletions ansible_collections/f5networks/f5os/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,23 @@ releases:
fragments:
- password-change-fix.yaml
release_date: '2023-06-07'
1.10.0:
changes:
bugfixes:
- f5os_ntp_server - Fixed a bug that was causing an idempotency issue.
minor_changes:
- f5os_lldp_config - doc changes and fixed issue - update/add interfaces
fragments:
- fix_f5os_lldp.yaml
- ntp-server-without-key-bugfix.yaml
modules:
- description: Manage F5OS license activation and deactivation.
name: f5os_license
namespace: ''
- description: Manage generic system settings
name: f5os_system
namespace: ''
release_date: '2024-08-01'
1.2.0:
modules:
- description: Manage F5OS config backups.
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion ansible_collections/f5networks/f5os/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ tags:
- networking
- rseries
- velos
version: 1.10.0-devel
version: 1.10.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.10.0-devel"
CURRENT_COLL_VERSION = "1.10.0"
Loading

0 comments on commit 772867b

Please sign in to comment.