Skip to content

Releases: f5devcentral/f5-automation-config-converter

v1.24.0

03 Oct 23:57
Compare
Choose a tag to compare

ACC v1.24.0 Release

Fixed

  • Don't delete redirect http lonely service
  • 'ERROR undefined' for ACC if one of the system default iRules is attached to the Virtual Server

Changed

  • Remove profiles of service objects that are default profiles of the service
  • (GitHub Issue 91): When converting TMOS to AS3, servers in the pool do not show their server names

v1.23.0

22 Aug 23:20
Compare
Choose a tag to compare

ACC v1.23.0 Release

Added

  • Add support for Enforcement_iRule
  • Add support for Service_SCTP
  • Add support for Net_Address_List class
  • Add support for GSLB_iRule

Fixed

  • (GitHub Issue #90): Bypass "sys crypto cert-order-manager" to avoid a parser failure

Changed

  • Replace external IPv4 addresses w/ internal addresses (RFC 1918, RFC 5737)
  • Replace external IPv6 addresses w/ internal addresses (RFC 3849, RFC 4193)

v1.22.0

14 Jul 22:12
Compare
Choose a tag to compare

Added

  • [AS3Next] Implement pruning logic using installed NPM package
  • [AS3Next] AS3 Next Metric
  • [AS3Next] Fix AS3 Next TEEM Data
  • [AS3Next] Pre-view label when using AS3 Next conversion
  • [AS3Next] AS3 next package reference
  • [AS3Next] Obtain shared schema version
  • [AS3Next] Test AS3Next declarations on real BIG-IP next, fix
  • [AS3Next] Provide right API output for Next

Fixed

  • (GitHub Issue #89) Add protection against mis-indented input

v1.21.0

01 Jun 21:15
Compare
Choose a tag to compare

Added

  • Add as3Converted/as3NotConverted/as3Recognized to TEEM data
  • Check all default profiles presented in ACC

Fixed

  • DO selfIP: add mixed conversion for allow-service
  • (GitHub Issue 75): ACC not convert recv none string into AS3 declaration correctly
  • (GitHub Issue 88): ACC missing TCP Profile values after conversion
  • Addressed CVE-2022-24434 dicer vulnerability

v1.20.0

19 Apr 23:38
Compare
Choose a tag to compare

Added

  • Coordinate use of TEEM_KEY works for integration/docker-image runtimes

Fixed

  • (GitHub Issue 86): ServerTLS missing from conversion when using RESTAPI vsName filter
  • TypeError: Error converting input file

v1.19.2

25 Mar 00:52
Compare
Choose a tag to compare

ACC v1.19.2 Release

Fixed

CVE-2022-0778 libretls vulnerability

v1.19.1

23 Mar 17:57
Compare
Choose a tag to compare

ACC v1.19.1 Release

Fixed:
GitHub Issue 82: TLS1.0 in Certificate Name does not convert properly

GitHub Issue 85: v1.19.0 DO convert fails with stack trace

v1.19.0

09 Mar 01:37
f8a279d
Compare
Choose a tag to compare

ACC v1.19.0 Release

Added

  • Add DO support for class: Authentication
  • Add DO support for class: DeviceCertificate
  • Refactor analytics for DO mode
  • Analyze generated DO declarations (count classes, objects, metadata, etc)
  • Add DO support for ManagementIpFirewall
  • Add AS3 support and tests for GSLB_Domain (gtm wideip cname)
  • Add AS3 support and tests for GSLB_Monitor (gtm monitor external)

Fixed

  • Clean up empty (and default) DO classes
  • Don't convert default route-domain 0
  • (GitHub Issue 78): iRule regex parsing might cause an indefinite hang
  • (GitHub Issue 79): Strings containing braces might cause an indefinite hang
  • iRule parsing hangs in 1.19-RC1
  • Add support for HTTP_Profile.webSocketsEnabled and HTTP_Profile.webSocketMasking
  • Add log messages for filter by virtual server name

v1.18.0

25 Jan 01:20
Compare
Choose a tag to compare

ACC v1.18.0 Release

Added

  • Add support for class: RouteDomain
  • Add DO support for RouteMap
  • Add DO support for RoutingAsPath
  • Add DO support for RoutingBGP
  • Add DO support for RoutingPrefixList
  • Add DO support for RoutingAccessList
  • Add DO support for FirewallPolicy
  • Add DO support for SyslogRemoteServer
  • Add DO support for RemoteAuthRole
  • Add DO support for SnmpCommunity
  • Add DO support for SnmpTrapDestination
  • Add function to remove default DO values

Fixed

  • Parser breakage with commented line contained { or } in iRule
  • (GitHub Issue #77): Error when -v option is used to filter output by virtual server name

v1.17.0

16 Dec 20:19
863b9d7
Compare
Choose a tag to compare

ACC v1.17.0 Release

Added

  • Add support for Adapt_Profile
  • Add support for HTML_Profile and HTML_Rule
  • Add debug logging
  • Migrate configuration using HTTP iAPP
  • (GitHub Issue #61): Expose log output via HTTP API

Fixed

  • (GitHub Issue #70): Improve handling for TCP_Profile.md5SignaturePassphrase when set to 'none'

Changed

  • Rename project to f5-automation-config-converter, update HTTP endpoint to /converter