Skip to content

Releases: F5Networks/f5-appsvcs-templates

v1.25.0

10 Aug 21:37
Compare
Choose a tag to compare

Added

  • bigip-fast-templates: deploying the HTTP template with a FastL4 profile now allows you to monitor HTTPS pool members
  • bigip-fast-templates: allow use of existing Server TLS profile in the Exchange template

Fixed

  • worker: Fix DELETE to /templatesets/ when contains spaces (issue #123)
  • bigip-fast-templates: Exchange uses Service_HTTP for plain text, instead of a Service_TCP - which will not fire the required HTTP iRule Events (issue #132)
  • worker: response to GET for /applications and /applications// now matches OpenAPI spec (issue #127)

Changed

  • worker: Improve startup times
  • driver: Add caching of AS3 /task endpoint

v1.24.0

09 Feb 22:30
Compare
Choose a tag to compare

Added

  • bigip-fast-templates: Add two new templates, HTTP with DNS Wide IP and IIS with DNS Wide IP, for deploying applications with DNS WideIP from FQDN and Virtual Server destination IP, on devices with LTM and GTM provisioned (issue #119)

Fixed

  • bigip-fast-templates: This template set will now load in BIG-IP v13.1
  • bigip-fast-templates: BIG-IP devices that have LTM and GTM provisioned cannot deploy the FAST HTTP/IIS templates without providing an FQDN for the DNS Wide IP (issue #119)

v1.23.0

12 Jan 16:48
Compare
Choose a tag to compare

Added

  • Support for partition default route-domains; set it to an existing route-domain with a custom FAST template
  • bigip-fast-templates: Added support for Service Discovery

Changed

  • gui: Dim the disabled background and scroll to modal window at top of content when it pops up

v1.22.0

16 Nov 00:54
Compare
Choose a tag to compare

Added

  • Class Function Documentation and an option to create the associaited HTML or Markdown files

Fixed

  • bigip-fast-templates: uploading zipped Template Set files works in GUI (was broken in v1.20.0 and v1.21.0)
  • gui: Fix displaying template parameters that are not required and have no default value

v1.21.0

03 Oct 21:01
Compare
Choose a tag to compare

Added

  • bigip-fast-templates: New UDP template

v1.20.0

22 Aug 16:56
Compare
Choose a tag to compare

Added

  • worker: Allow installing template sets from GitHub
  • worker: Allow installing template sets from GitLab

Fixed

  • bigip-fast-templates: Added suggestions with valid formatting for fields that have client-side validation but aren't always submitted with every deployment, e.g., an existing pool monitor on the SMTP, LDAP and DNS templates
  • worker: Fix server error when missing tenant names on DELETE to /mgmt/shared/fast/applications

Changed

  • Encrypt Authorization Header Values for Generic IPAM providers

v1.19.0

06 Jul 20:36
Compare
Choose a tag to compare

Added

  • worker: Add grep-able state transitions to the log ("Entering STARTED/READY/UNHEALTHY state")
  • bigip-fast-templates: Large drop-down lists can be filtered by searching with associated text field

Fixed

  • bigip-fast-templates: Correctly reference existing snatpool in Exchange template (issue #106)

v1.18.0

31 May 19:06
Compare
Choose a tag to compare

Added

  • bigip-fast-templates: Control whether AFM/ASM logs are sent to Telemetry Streaming per application deployment
  • Add _links property to FAST REST response to make them HAL JSON.
  • Add requestId to FAST REST response
  • bigip-fast-templates: Add new DNS WideIP from FQDN and Virtual Server destination IP, on devices that have LTM and GTM provisioned

Fixed

  • bigip-fast-templates: Enabling Telemetry Streaming does not result in an error, preventing application deployment

Changed

  • FAST Global Settings no longer show Telemetry Streaming as a GUI option because it is readonly (true if installed), and log_asm/log_afm are also readonly
  • Support serializing a burst of requests to avoid 503 errors from AS3

v1.17.0

18 Apr 17:58
Compare
Choose a tag to compare

Added

  • bigip-fast-templates: Existing AFM Firewal Policies can be selected instead of generating a new one (issue #94)
  • bigip-fast-templates: Shape's Integrated Bot Defense profiles can be created and then added in some FAST templates on BIG-IP v17.0+
  • Update enumFromBigip feature to support filtering condition to allow selection based on provided regex value

Fixed

  • worker: Forward AS3 4xx error codes when POSTing an application
  • bigip-fast-templates: Fixed HTTP template health monitors to display correctly - even when enabling TLS_Client or FastL4

v1.16.0

08 Mar 20:41
Compare
Choose a tag to compare

Added

  • bigip-fast-templates: Existing WAF Policies can be selected instead of a new one Generated by FAST (issue #87)

Fixed

  • Fix "can't set headers" errors when performing PATCH requests on /applications/{tenant}/{app}
  • Fix 404 response error when loading templatesets after reboot of BIG-IP versions >=16.1 (issue #92)

Changed

  • Update f5-fast-core from v0.18.0 to v0.19.0