Skip to content

v1.15.0

Choose a tag to compare

@mikeshimkus mikeshimkus released this 15 Aug 18:56
· 76 commits to master since this release

Features added:

  • Updated logging to correctly reflect task status when no public IP address operations are discovered.

Bugs Fixed:

  • Fixed issue where an AWS private IP address was not returned in an /inspect response if the private address was not associated with an Elastic IP Address. Fixes GitHub Issue #114.
  • Fixed issue where AWS same-net CFE deployments failed to update cloud resources when BIG-IP instances use 3 network interfaces and the CFE config uses static address definitions. Fixes GitHub Issue #119.
  • Fixed issue where not all Azure route tables were updated when CFE received a paginated response from Azure.
  • Fixed issue where f5_cloud_failover_nic_map was incorrectly required when using static route definitions in Azure. Fixes GitHub Issue #124.
  • Fixed issue where Azure route tables were not updated if the route table contained routes using service tag prefixes.
  • Fixed issue where requests to the /inspect endpoint failed if the failoverRoutes block was removed from the CFE configuration. Fixes GitHub Issue #123.
  • Fixed issue where performing a dry run in Google Cloud caused CFE to incorrectly update cloud resources.
  • Updated resource tag normalization to remove leading and trailing whitespace when comparing tag values.

Documentation:

  • Updated troubleshooting section with documentation on identifying and remediating common issues.
  • Added Azure control plane migration guidance.
  • Updated OpenAPI specification to include static address and route definition examples.
  • Updated required AWS role permissions to include replace route permission.
  • Added maintenance announcement.