summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/f5networks/f5_modules/changelogs/changelog.yaml
blob: 21fc3a5129c787da8b40788cae2277f1d927fc01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
ancestor: null
releases:
  1.0.0:
    modules:
    - description: Manages user-defined APM ACLs.
      name: bigip_apm_acl
      namespace: ''
    - description: Manages the APM Network Access resource.
      name: bigip_apm_network_access
      namespace: ''
    - description: Exports the APM policy or APM access profile from remote nodes.
      name: bigip_apm_policy_fetch
      namespace: ''
    - description: Manages BIG-IP APM policy or APM access profile imports.
      name: bigip_apm_policy_import
      namespace: ''
    - description: Manages application settings for DOS profiles.
      name: bigip_asm_dos_application
      namespace: ''
    - description: Exports the ASM policy from remote nodes.
      name: bigip_asm_policy_fetch
      namespace: ''
    - description: Manages BIG-IP ASM policy imports.
      name: bigip_asm_policy_import
      namespace: ''
    - description: Manages BIG-IP ASM policies
      name: bigip_asm_policy_manage
      namespace: ''
    - description: Manages the Server Technology on an ASM policy.
      name: bigip_asm_policy_server_technology
      namespace: ''
    - description: Manages Signature Sets on an ASM policy.
      name: bigip_asm_policy_signature_set
      namespace: ''
    - description: Manages CGNAT LSN Pools.
      name: bigip_cgnat_lsn_pool
      namespace: ''
    - description: Manages CLI aliases on a BIG-IP.
      name: bigip_cli_alias
      namespace: ''
    - description: Manages CLI scripts on a BIG-IP.
      name: bigip_cli_script
      namespace: ''
    - description: Runs TMSH and BASH commands on F5 devices.
      name: bigip_command
      namespace: ''
    - description: Manages BIG-IP configuration sections.
      name: bigip_config
      namespace: ''
    - description: Performs actions related to configuration synchronization (ConfigSync).
      name: bigip_configsync_action
      namespace: ''
    - description: Manages data groups on a BIG-IP.
      name: bigip_data_group
      namespace: ''
    - description: Manages system authentication on a BIG-IP.
      name: bigip_device_auth
      namespace: ''
    - description: Manages LDAP device authentication settings on BIG-IP.
      name: bigip_device_auth_ldap
      namespace: ''
    - description: Manages self-signed device certificates.
      name: bigip_device_certificate
      namespace: ''
    - description: Manages device IP configuration settings for HA on a BIG-IP.
      name: bigip_device_connectivity
      namespace: ''
    - description: Manages BIG-IP device DNS settings.
      name: bigip_device_dns
      namespace: ''
    - description: Manages device groups on a BIG-IP.
      name: bigip_device_group
      namespace: ''
    - description: Manages members in a device group.
      name: bigip_device_group_member
      namespace: ''
    - description: Manages HA group settings on a BIG-IP system.
      name: bigip_device_ha_group
      namespace: ''
    - description: Manages HTTPD related settings on BIG-IP.
      name: bigip_device_httpd
      namespace: ''
    - description: Collects information from F5 BIG-IP devices.
      name: bigip_device_info
      namespace: ''
    - description: Manages license installation and activation on BIG-IP devices.
      name: bigip_device_license
      namespace: ''
    - description: Manages NTP servers on a BIG-IP.
      name: bigip_device_ntp
      namespace: ''
    - description: Manages the SSHD settings of a BIG-IP.
      name: bigip_device_sshd
      namespace: ''
    - description: Manages system-level syslog settings on BIG-IP.
      name: bigip_device_syslog
      namespace: ''
    - description: Manages traffic groups on BIG-IP.
      name: bigip_device_traffic_group
      namespace: ''
    - description: Manages the trust relationships between BIG-IPs.
      name: bigip_device_trust
      namespace: ''
    - description: Manages DNS resolver cache configurations on BIG-IP.
      name: bigip_dns_cache_resolver
      namespace: ''
    - description: Manages LTM DNS nameservers on a BIG-IP.
      name: bigip_dns_nameserver
      namespace: ''
    - description: Manages DNS resolvers on a BIG-IP.
      name: bigip_dns_resolver
      namespace: ''
    - description: Manages DNS zones on BIG-IP.
      name: bigip_dns_zone
      namespace: ''
    - description: Manages files in datastores on a BIG-IP.
      name: bigip_file_copy
      namespace: ''
    - description: Manages address lists on BIG-IP AFM.
      name: bigip_firewall_address_list
      namespace: ''
    - description: Manages AFM DoS profiles on a BIG-IP.
      name: bigip_firewall_dos_profile
      namespace: ''
    - description: Manages the attack vector configuration in an AFM DoS profile.
      name: bigip_firewall_dos_vector
      namespace: ''
    - description: Manages AFM global rule settings on a BIG-IP.
      name: bigip_firewall_global_rules
      namespace: ''
    - description: Manages AFM logging profiles configured in the system.
      name: bigip_firewall_log_profile
      namespace: ''
    - description: Configures Network Firewall related settings of the log profile.
      name: bigip_firewall_log_profile_network
      namespace: ''
    - description: Manages AFM security firewall policies on a BIG-IP.
      name: bigip_firewall_policy
      namespace: ''
    - description: Manages port lists on BIG-IP AFM.
      name: bigip_firewall_port_list
      namespace: ''
    - description: Manages AFM Firewall rules.
      name: bigip_firewall_rule
      namespace: ''
    - description: Manages AFM security firewall policies on a BIG-IP.
      name: bigip_firewall_rule_list
      namespace: ''
    - description: Manages BIG-IP AFM schedule configurations.
      name: bigip_firewall_schedule
      namespace: ''
    - description: Manages the Datacenter configuration on a BIG-IP.
      name: bigip_gtm_datacenter
      namespace: ''
    - description: Manages global GTM settings.
      name: bigip_gtm_global
      namespace: ''
    - description: Manages F5 BIG-IP GTM BIG-IP monitors.
      name: bigip_gtm_monitor_bigip
      namespace: ''
    - description: Manages external GTM monitors on a BIG-IP.
      name: bigip_gtm_monitor_external
      namespace: ''
    - description: Manages F5 BIG-IP GTM FirePass monitors.
      name: bigip_gtm_monitor_firepass
      namespace: ''
    - description: Manages F5 BIG-IP GTM HTTP monitors.
      name: bigip_gtm_monitor_http
      namespace: ''
    - description: Manages F5 BIG-IP GTM HTTPS monitors.
      name: bigip_gtm_monitor_https
      namespace: ''
    - description: Manages F5 BIG-IP GTM TCP monitors.
      name: bigip_gtm_monitor_tcp
      namespace: ''
    - description: Manages F5 BIG-IP GTM TCP half-open monitors.
      name: bigip_gtm_monitor_tcp_half_open
      namespace: ''
    - description: Manages F5 BIG-IP GTM pools.
      name: bigip_gtm_pool
      namespace: ''
    - description: Manages GTM pool member settings.
      name: bigip_gtm_pool_member
      namespace: ''
    - description: Manages F5 BIG-IP GTM servers.
      name: bigip_gtm_server
      namespace: ''
    - description: Manages GTM Topology Records.
      name: bigip_gtm_topology_record
      namespace: ''
    - description: Manages GTM Topology Regions.
      name: bigip_gtm_topology_region
      namespace: ''
    - description: Manages F5 BIG-IP GTM virtual servers.
      name: bigip_gtm_virtual_server
      namespace: ''
    - description: Manages F5 BIG-IP GTM wide IPs.
      name: bigip_gtm_wide_ip
      namespace: ''
    - description: Manages the hostname of a BIG-IP.
      name: bigip_hostname
      namespace: ''
    - description: Manages TCL iApp services on a BIG-IP.
      name: bigip_iapp_service
      namespace: ''
    - description: Manages TCL iApp templates on a BIG-IP.
      name: bigip_iapp_template
      namespace: ''
    - description: Manages IPSec IKE Peer configuration on a BIG-IP.
      name: bigip_ike_peer
      namespace: ''
    - description: Manages the BIG-IP advanced routing configuration sections.
      name: bigip_imish_config
      namespace: ''
    - description: Manages BIG-IP physical interfaces.
      name: bigip_interface
      namespace: ''
    - description: Manages IPSec policies on a BIG-IP.
      name: bigip_ipsec_policy
      namespace: ''
    - description: Manages iRules across different modules on a BIG-IP.
      name: bigip_irule
      namespace: ''
    - description: Manages log destinations on a BIG-IP.
      name: bigip_log_destination
      namespace: ''
    - description: Manages log publishers on a BIG-IP.
      name: bigip_log_publisher
      namespace: ''
    - description: Manages Javascript LX packages on a BIG-IP.
      name: bigip_lx_package
      namespace: ''
    - description: Manages system management routes on a BIG-IP.
      name: bigip_management_route
      namespace: ''
    - description: Manages peers for routing generic message protocol messages.
      name: bigip_message_routing_peer
      namespace: ''
    - description: Manages generic message parser profiles.
      name: bigip_message_routing_protocol
      namespace: ''
    - description: Manages static routes for routing message protocol messages.
      name: bigip_message_routing_route
      namespace: ''
    - description: Manages router profiles for message-routing protocols.
      name: bigip_message_routing_router
      namespace: ''
    - description: Manages the configuration for an outgoing connection.
      name: bigip_message_routing_transport_config
      namespace: ''
    - description: Manages DNS monitors on a BIG-IP.
      name: bigip_monitor_dns
      namespace: ''
    - description: Manages external LTM monitors on a BIG-IP.
      name: bigip_monitor_external
      namespace: ''
    - description: Manages F5 BIG-IP LTM gateway ICMP monitors.
      name: bigip_monitor_gateway_icmp
      namespace: ''
    - description: Manages F5 BIG-IP LTM HTTP monitors
      name: bigip_monitor_http
      namespace: ''
    - description: Manages F5 BIG-IP LTM HTTPS monitors
      name: bigip_monitor_https
      namespace: ''
    - description: Manages BIG-IP LDAP monitors.
      name: bigip_monitor_ldap
      namespace: ''
    - description: Manages BIG-IP SNMP data collecting agent (DCA) monitors.
      name: bigip_monitor_snmp_dca
      namespace: ''
    - description: Manages F5 BIG-IP LTM TCP echo monitors.
      name: bigip_monitor_tcp_echo
      namespace: ''
    - description: Manages F5 BIG-IP LTM TCP half-open monitors.
      name: bigip_monitor_tcp_half_open
      namespace: ''
    - description: Manages F5 BIG-IP LTM UDP monitors.
      name: bigip_monitor_udp
      namespace: ''
    - description: Manages network global settings on a BIG-IP.
      name: bigip_network_globals
      namespace: ''
    - description: Manages F5 BIG-IP LTM nodes.
      name: bigip_node
      namespace: ''
    - description: Manages BIG-IP partitions.
      name: bigip_partition
      namespace: ''
    - description: Manages the authentication password policy on a BIG-IP.
      name: bigip_password_policy
      namespace: ''
    - description: Manages the general policy configuration on a BIG-IP.
      name: bigip_policy
      namespace: ''
    - description: Manages LTM policy rules on a BIG-IP.
      name: bigip_policy_rule
      namespace: ''
    - description: Manages F5 BIG-IP LTM pool members.
      name: bigip_pool_member
      namespace: ''
    - description: Manages HTTP analytics profiles on a BIG-IP.
      name: bigip_profile_analytics
      namespace: ''
    - description: Manages client SSL profiles on a BIG-IP.
      name: bigip_profile_client_ssl
      namespace: ''
    - description: Manages DNS profiles on a BIG-IP.
      name: bigip_profile_dns
      namespace: ''
    - description: Manages Fast L4 profiles on a BIG-IP.
      name: bigip_profile_fastl4
      namespace: ''
    - description: Manages FTP profiles on a BIG-IP.
      name: bigip_profile_ftp
      namespace: ''
    - description: Manages HTTP profiles on a BIG-IP.
      name: bigip_profile_http
      namespace: ''
    - description: Manages HTTP2 profiles on a BIG-IP.
      name: bigip_profile_http2
      namespace: ''
    - description: Manages HTTP compression profiles on a BIG-IP.
      name: bigip_profile_http_compression
      namespace: ''
    - description: Manages OneConnect profiles on a BIG-IP.
      name: bigip_profile_oneconnect
      namespace: ''
    - description: Manages cookie persistence profiles on BIG-IP.
      name: bigip_profile_persistence_cookie
      namespace: ''
    - description: Manages source address persistence profiles on a BIG-IP.
      name: bigip_profile_persistence_src_addr
      namespace: ''
    - description: Manages server SSL profiles on a BIG-IP.
      name: bigip_profile_server_ssl
      namespace: ''
    - description: Manages SIP profiles on a BIG-IP.
      name: bigip_profile_sip
      namespace: ''
    - description: Manages TCP profiles on a BIG-IP.
      name: bigip_profile_tcp
      namespace: ''
    - description: Manages UDP profiles on a BIG-IP.
      name: bigip_profile_udp
      namespace: ''
    - description: Manages BIG-IP module provisioning.
      name: bigip_provision
      namespace: ''
    - description: Manages qkviews on the device.
      name: bigip_qkview
      namespace: ''
    - description: Manages remote roles on a BIG-IP.
      name: bigip_remote_role
      namespace: ''
    - description: Manipulates remote syslog settings on a BIG-IP.
      name: bigip_remote_syslog
      namespace: ''
    - description: Manages the default settings for remote user accounts on a BIG-IP.
      name: bigip_remote_user
      namespace: ''
    - description: Manages route domains on a BIG-IP.
      name: bigip_routedomain
      namespace: ''
    - description: Manages Self IP addresses on a BIG-IP.
      name: bigip_selfip
      namespace: ''
    - description: Manages service policies on a BIG-IP.
      name: bigip_service_policy
      namespace: ''
    - description: Manages SMTP settings on the BIG-IP.
      name: bigip_smtp
      namespace: ''
    - description: Manages SNAT pools on a BIG-IP.
      name: bigip_snat_pool
      namespace: ''
    - description: Manages SNAT Translations on a BIG-IP.
      name: bigip_snat_translation
      namespace: ''
    - description: Manipulates general SNMP settings on a BIG-IP.
      name: bigip_snmp
      namespace: ''
    - description: Manages SNMP communities on a BIG-IP.
      name: bigip_snmp_community
      namespace: ''
    - description: Manipulates SNMP trap information on a BIG-IP.
      name: bigip_snmp_trap
      namespace: ''
    - description: Manages software images on a BIG-IP.
      name: bigip_software_image
      namespace: ''
    - description: Installs software images on a BIG-IP.
      name: bigip_software_install
      namespace: ''
    - description: Manages the software update settings of a BIG-IP.
      name: bigip_software_update
      namespace: ''
    - description: Imports/Deletes certificates from a BIG-IP.
      name: bigip_ssl_certificate
      namespace: ''
    - description: Imports/Deletes SSL keys from a BIG-IP.
      name: bigip_ssl_key
      namespace: ''
    - description: Manages OCSP configurations on a BIG-IP.
      name: bigip_ssl_ocsp
      namespace: ''
    - description: Manipulates static routes on a BIG-IP.
      name: bigip_static_route
      namespace: ''
    - description: Manages BIG-IP tmm daemon log settings.
      name: bigip_sys_daemon_log_tmm
      namespace: ''
    - description: Manages BIG-IP system database variables.
      name: bigip_sys_db
      namespace: ''
    - description: Manages BIG-IP global settings.
      name: bigip_sys_global
      namespace: ''
    - description: Manages timer policies on a BIG-IP.
      name: bigip_timer_policy
      namespace: ''
    - description: Manages IPSec Traffic Selectors on a BIG-IP.
      name: bigip_traffic_selector
      namespace: ''
    - description: Manages trunks on a BIG-IP.
      name: bigip_trunk
      namespace: ''
    - description: Manages tunnels on a BIG-IP.
      name: bigip_tunnel
      namespace: ''
    - description: Manages upload, installation, and removal of UCS files.
      name: bigip_ucs
      namespace: ''
    - description: Fetches a UCS file from remote nodes.
      name: bigip_ucs_fetch
      namespace: ''
    - description: Manages user accounts and user attributes on a BIG-IP.
      name: bigip_user
      namespace: ''
    - description: Manages vCMP guests on a BIG-IP.
      name: bigip_vcmp_guest
      namespace: ''
    - description: Manages LTM virtual addresses on a BIG-IP.
      name: bigip_virtual_address
      namespace: ''
    - description: Manages LTM virtual servers on a BIG-IP.
      name: bigip_virtual_server
      namespace: ''
    - description: Manages VLANs on a BIG-IP.
      name: bigip_vlan
      namespace: ''
    - description: Manages the wait time for a BIG-IP condition before continuing.
      name: bigip_wait
      namespace: ''
    - description: Manages BIG-IQ FastHTTP applications.
      name: bigiq_application_fasthttp
      namespace: ''
    - description: Manages BIG-IQ FastL4 TCP applications.
      name: bigiq_application_fastl4_tcp
      namespace: ''
    - description: Manages BIG-IQ FastL4 UDP applications.
      name: bigiq_application_fastl4_udp
      namespace: ''
    - description: Manages BIG-IQ HTTP applications.
      name: bigiq_application_http
      namespace: ''
    - description: Manages BIG-IQ HTTPS offload applications.
      name: bigiq_application_https_offload
      namespace: ''
    - description: Manages BIG-IQ HTTPS WAF applications.
      name: bigiq_application_https_waf
      namespace: ''
    - description: Manages BIG-IP devices through BIG-IQ.
      name: bigiq_device_discovery
      namespace: ''
    - description: Collects information from F5 BIG-IQ devices.
      name: bigiq_device_info
      namespace: ''
    - description: Manages licenses in a BIG-IQ registration key pool.
      name: bigiq_regkey_license
      namespace: ''
    - description: Manages regkey license assignment on BIG-IPs from a BIG-IQ.
      name: bigiq_regkey_license_assignment
      namespace: ''
    - description: Manages registration key pools on BIG-IQ.
      name: bigiq_regkey_pool
      namespace: ''
    - description: Manages utility licenses on a BIG-IQ.
      name: bigiq_utility_license
      namespace: ''
    - description: Manages utility license assignment on BIG-IPs from a BIG-IQ.
      name: bigiq_utility_license_assignment
      namespace: ''
    plugins:
      lookup:
      - description: Returns a random license from the list.
        name: bigiq_license
        namespace: null
      - description: Returns a random license from the list.
        name: license_hopper
        namespace: null
    release_date: '2019-11-14'
  1.1.0:
    changes:
      bugfixes:
      - Fix IPv6 netmask for self IPs in bigip_device_info
      - Fix allowing authenticated not authorized users using modules to modify a
        resource
      - Fix save_when parameter not saving the configuration as expected in bigip_imish_config
        module
      deprecated_features:
      - Deprecated bigip_appsvcs_extension module
      - Deprecated bigip_device_facts module name
      - Deprecated bigiq_device_facts module name
      minor_changes:
      - Add accounting parameter for tacacs type to bigip_device_auth module
      - Add fw_enforcement_policy parameter to bigip_selfip module
      - Add persist cookie option to bigip_policy_rule module
      - Add phase1_lifetime parameter to bigip_ike_peer module
      - Add self allow option to bigip_network_globals module
      - Add true_names support to bigip_profile_client_ssl modules allowing specifying
        true filenames of the certificates
      - New FTP monitor module for configuring and managing FTP monitors
      - New ICMP monitor module for configuring and managing ICMP monitors
      - New SMTP monitor module for configuring and managing SMTP monitors
      - New universal persistence profile module for configuring and managing universal
        persistence profiles
      removed_features:
      - Remove _bigip_iapplx_package alias
      - Remove _bigip_security_address_list alias
      - Remove _bigip_security_port_list alias
      - Remove _bigip_traffic_group alias
      - Remove bigip_asm_policy module
    fragments:
    - 1237-fix-auth-not-authorized.yaml
    - 1336-adds-accounting-device-auth.yaml
    - 1392-fix-save-when.yaml
    - 1405-add-perist-cookie-option.yaml
    - 1440-add-true-name-support.yaml
    - 1500-add-phase1-lifetime.yaml
    - 1527-add-fw_enf-support.yaml
    - 1563-ipv6-bigip-device-info.yaml
    - 1566-new-universal-persistence.yaml
    - 1575-new-ftp-monitor.yaml
    - 1576-new-icmp-monitor.yaml
    - 1580-add-self-allow.yaml
    - 1580-new-smtp-monitor.yaml
    - 1601-remove-deprecations.yaml
    modules:
    - description: Manages FTP monitors on a BIG-IP.
      name: bigip_monitor_ftp
      namespace: ''
    - description: Manages F5 BIG-IP LTM ICMP monitors.
      name: bigip_monitor_icmp
      namespace: ''
    - description: Manages SMTP monitors on a BIG-IP.
      name: bigip_monitor_smtp
      namespace: ''
    - description: Manages universal persistence profiles.
      name: bigip_profile_persistence_universal
      namespace: ''
    release_date: '2020-01-07'
  1.2.0:
    changes:
      bugfixes:
      - Change bigip_data_group module's records parameter type to 'raw'
      - Fix '?' character handling in value for bigip_data_group module
      - Fix a bug with using the true_name parameter in the bigip_profile_client_ssl
        module
      - Fix an issue with /32 IPV6 subnets being saved as host rather than a network
        in bigip_data_group module
      - Fix attribute error in bigip_software_install module
      - Fix check_profiles boolean parameter conversion in bigip_virtual_server
      - Fix handling of duplicate records by the bigip_imish_config module
      minor_changes:
      - Add ImishConfig class to add duplicate records handling capability
      - Add additional dos vectors to bigip_firewall_dos_vector_module
      - Add addon_keys parameter to bigip_device_license module
      - Add aliases for address and port to bigip_monitor_tcp module
      - Add allow_duplicates parameter to bigip_imish_config module
      - Add check_profiles parameter to bypass profile verification ability in bigip_virtual_server
        module
      - Add cipher_group parameter to bigip_profile_client_ssl module
      - Add dns-oversize DNS protocol security vector to bigip_firewall_doc_vector
      - Add forward_node option to bigip_policy_rule module
      - Add ipv6-ext-hdr-frames security vector to bigip_firewall_doc_vector
      - Add management routes information to bigip_device_info module
      - Add support for BIG-IQ 7.0 and above to bigiq_device_info module
      - Add virtual server policies information to bigip_device_info
      - New bigip_device_auth_radius module to manage RADIUS auth configuration
    fragments:
    - 1112-addon-keys.yaml
    - 1483-add-ciphergroup-param.yaml
    - 1497-add-mgmt-routes.yaml
    - 1521-add-forward-node.yaml
    - 1587-bugfix-data-grp.yaml
    - 1607-bugfix-ipv6-datagrp.yaml
    - 1610-add-bypass-checks.yaml
    - 1616-add-multiple-vectors.yaml
    - 1618-bugfix-imish-dupe.yaml
    - 1625-bigiq-device-info-support.yaml
    - 1628-add-dos-vectors.yaml
    - 1630-add-info-policies.yaml
    - 1634-bugfix-sofware-install.yaml
    - 1642-bugfix-truenames.yaml
    - 1662-add-aliases.yaml
    - 1681-new-radius-auth.yaml
    - 1690-bugfix-boolean.yaml
    - 1691-bugfix-list-type.yaml
    release_date: '2020-03-17'
  1.3.0:
    changes:
      bugfixes:
      - Fix invalid data type of partition_access parameter in the bigip_user module
      major_changes:
      - Broke apart bigip_device_auth_radius to implement radius server configuration
        in bigip_device_auth_server module. Refer to module documentation for usage
        details
      minor_changes:
      - Add SSL certificate subject_alternative_name information to bigip_device_info
        module
      - Add ability to install software images on vCMP guests with the bigip_software_install
        module
      - Add cipher_list parameter to bigip_monitor_https
      - Add hw_syn_cookie parameter to bigip_vlan module
      - Add option to bypass all module validation for bigip_virtual_server
      - Add pool order option to bigip_gtm_wide_ip module
      - Add pva_acceleration parameter to bigip_profile_fastl4 module
      - Add set_variable type to bigip_policy_rule module
      - Add time_wait_timeout parameter to bigip_profile_tcp module
      - Add use_for_auth parameter to bigip_device_auth_ldap module to allow setting
        up LDAP as the authentication source
      - New bigip_device_auth_radius server module to manage radius server configuration
      - New bigip_monitor_mysql module to manage mySQL monitor configuration
      - New bigip_monitor_oracle module to manage oracle monitor configuration
      - New bigip_ssl_csr_module to create CSR files
      removed_features:
      - Remove bigip_appsvcs_extension module
    fragments:
    - 1182-add-auth-source.yaml
    - 1275-new-ssl-csr-module.yaml
    - 1632-new-monitor-oracle.yaml
    - 1680-add-vcmp-software-install.yaml
    - 1693-new-monitor_mysql.yaml
    - 1696-add-pool-order.yaml
    - 1701-bugfix-list-index-user.yaml
    - 1706-add-set-variable-rule.yaml
    - 1715-add-remove-changes.yaml
    - 1719-device-auth-changes.yaml
    - 1724-added-options.yaml
    - 1726-multiple-additions.yaml
    modules:
    - description: Manages RADIUS auth configuration on a BIG-IP.
      name: bigip_device_auth_radius
      namespace: ''
    - description: Manages the RADIUS server configuration on a BIG-IP.
      name: bigip_device_auth_radius_server
      namespace: ''
    - description: Manages BIG-IP MySQL monitors.
      name: bigip_monitor_mysql
      namespace: ''
    - description: Manages BIG-IP Oracle monitors.
      name: bigip_monitor_oracle
      namespace: ''
    - description: Creates SSL CSR files on the BIG-IP.
      name: bigip_ssl_csr
      namespace: ''
    release_date: '2020-04-22'
  1.4.0:
    changes:
      bugfixes:
      - Fix ASM policy import issue by users with web-application-security-administrator
        role
      - Fix idempotency when using true_names parameter in bigip_profile_client_ssl
        module
      major_changes:
      - Remove redundant parameters in f5_provider to fix disparity between documentation
        and module parameters
      minor_changes:
      - Add SSH connection type capability to bigip_wait module
      - Add apply option to bigip_asm_policy_manage module
      - Add retain_package_file option to bigip_lx_package module
      - New bigip_asm_advanced_settings module to manage ASM settings
      - New bigip_gtm_dns_listener module to manage DNS listener configuration
    fragments:
    - 1485-new-asm-advanced-settings.yaml
    - 1561-bugfix-asm-policy-import.yaml
    - 1717-add-rpm-retention.yaml
    - 1721-bugfix-idempotency-client-ssl.yaml
    - 1730-add-apply-asm-policy.yaml
    - 1740-new-gtm-dns-listener-module.yaml
    - 1749-parameter-changes.yaml
    modules:
    - description: Manages BIG-IP system ASM advanced settings.
      name: bigip_asm_advanced_settings
      namespace: ''
    - description: Configures the BIG-IP DNS system to answer TCP or UDP DNS requests.
      name: bigip_gtm_dns_listener
      namespace: ''
    release_date: '2020-06-09'
  1.5.0:
    changes:
      bugfixes:
      - Fix issue with control characters in pool_id in bigiq_regkey_license_assignment
        module
      - Fix the download of an APM policy in bigip_apm_policy_fetch module
    fragments:
    - 1624-bugfix-bigiq-control.yaml
    - 1781-bugfix-apm-policy-fetch.yaml
    release_date: '2020-07-21'
  1.6.0:
    changes:
      bugfixes:
      - Changed unicast_failover element type to dictionary
      - Fix force parameter set to yes causing list index out of range error
      - Fix invalid parameter name in the bigip_config_sync action module
      - Fix issue where ASM file download needs to be chunked for larger files.
      - Fix issue with retaining package files in the bigip_lx_package module
      - Fix key error in list comprehension in the AsmPolicyStatsParameters class
      - Fix missing ssh-keyfile parameter causing key error in the bigip action plugin
      major_changes:
      - Add phone home Teem integration into all modules, functionality can be disabled
        by setting up F5_TEEM environment variable or no_f5_teem provider parameter
      minor_changes:
      - Add AS3 declaration information to the bigip_device_info module
      - Add AS3, TS, CFE, and DO information to the bigip_device_info module
      - Add CFE declaration information to the bigip_device_info module
      - Add DO declaration information to the bigip_device_info module
      - Add TS declaration information to the bigip_device_info module
      - Add access policy information to the bigip_device_info module
      - Add access profile information to the bigip_device_info module
      - Add meaningful error message for the wait_for parameter in the bigip_command
        module
      - Add parent_policies and policies_pending_changes information parameters to
        obtain when gathering asm-policy-stats
      - Add remote_syslog information to the bigip_device_info module.
      - Add renewal option to the bigip_device_license module
      - Add reuse_objects parameter to the bigip_apm_policy_import module
      - Add sync-status information to the bigip_device_info module
      - Add the ability to import API Protection policies to the bigip_apm_policy_import
        module
      - Added apply information parameter to indicate if an ASM policy has pending
        changes that need to be applied.
      - Changed the meaning of policies_active and policies_inactive stat information
        due to changes in TMOS 13.x
      - New bigip_ssl_key_cert module to manage SSL certificates and keys with the
        transaction interface
      removed_features:
      - Removed arp_state parameter from the bigip_virtual_address module
    fragments:
    - 1217-new-bigp-ssl-key-cert.yaml
    - 1710-add-bigip-device-info.yaml
    - 1728-bugfix-command.yaml
    - 1777-add-syslog-device-info.yaml
    - 1778-sync-status-bigip-info.yaml
    - 1782-add-reuse-objects.yaml
    - 1784-add-apm-info.yaml
    - 1795-fix-unicast-param-device-conn.yaml
    - 1816-license-renew.yaml
    - 1832-remove-deprecations.yaml
    - 1834-atc-add-bigip-device-info.yaml
    - 1834-atc-bigip-device-info.yaml
    - 1840-bugfix-lxpackage-configsync.yaml
    - 1855-add-api-protect-apm.yaml
    - 1859-bugfix-asm-file-download-fix.yaml
    - 1884-add-teem-phone-home.yaml
    - 608-fix-force-parameter-asm-policy.yaml
    modules:
    - description: Import/Delete SSL keys and certs from BIG-IP
      name: bigip_ssl_key_cert
      namespace: ''
    release_date: '2020-10-19'
  1.7.0:
    changes:
      bugfixes:
      - Fix AFM firewall address list error
      - Fix GTM virtual server depenedncy where path to Iapp resources were incorrectly
        stripped.
      - Fix apm policy existence checks in bigip_apm_policy_fetch module
      - Fix asm policy existence checks in bigip_asm_policy_fetch module
      - Fix bigip_management_route module not idempotent
      - Fix host_begins_with_any, host_is_any, server_name_is_any and host_is_not_any
        parameters of the bigip_policy_rule module to enforce list as the required
        parameter type. Change was required since in Ansible a string conversion is
        applied when the provided argument type is not matching the expected one causing
        undesired side effects.
      - Fix idempotency issue with gateway_address and route domain in bigip_static_route
        module
      - Fix issue with bigip_asm_policy_fetch where existing file would break the
        module run
      - Fix issue with bigip_asm_policy_fetch where similiar policy names would cause
        wrong policy to be fetched
      - Fix issue with bigip_asm_policy_manage where similiar policy names would cause
        wrong policy id to be selected
      - Fix iteration bug in bigiq_device_info module
      major_changes:
      - Added async_timeout parameter to bigip_ucs_fetch module to allow customization
        of module wait for async interface
      - Changed bigip_ucs_fetch module to use asynchronous interface when generating
        UCS files
      minor_changes:
      - Add better error handling for TEEM telemetry connection
      - Changed apm_policy_fetch module to use standard download function
    fragments:
    - 1507-change-ucs_fetch-async.yaml
    - 1853-fix-firewall-address-list-error.yaml
    - 1878-fix-parameter-type.yaml
    - 1888-fix-name-asm-policy-fetch.yaml
    - 1902-fix-asm-apm-policy-fetch.yaml
    - 1903-fix-mgmt-route-not-idempotent.yaml
    - 1923-fix-vs-gtm-dependency.yaml
    - 1934-fix-iteration-bug.yaml
    - 1937-fix-bigip-static-route.yaml
    release_date: '2021-01-07'