Skip to content

Releases: F5Networks/f5-aws-cloudformation-v2

v3.6.0.0

18 Jul 23:32
Compare
Choose a tag to compare

Features added:

  • Updated templates to use the latest recommended versions of Automation Toolchain packages and F5 BIG-IP Runtime Init.
    • CFE: 2.1.2
    • Runtime Init: 2.0.3

Bugs Fixed:

  • Updated application and bastion instances to use CentOS 9
  • Updated application and bastion instance types to t3.small
  • Updated AMI Info lambda function layer reference to work in all regions

v3.5.0.0

07 Jun 20:18
Compare
Choose a tag to compare

Features added:

  • Updated templates to use the latest recommended versions of Automation Toolchain packages and F5 BIG-IP Runtime Init.
    • DO: 1.44.0
    • AS3: 3.51.0
    • CFE: 2.1.1
    • Runtime Init: 2.0.2

v3.4.0.0

17 Apr 15:00
Compare
Choose a tag to compare

Features added:

  • Updated templates to use the latest recommended versions of Automation Toolchain packages.
    • DO: 1.43.0
    • AS3: 3.50.2
    • CFE: 2.1.0
    • TS: 1.35.0
    • FAST: 1.25.0

v3.3.0.0

21 Mar 21:28
Compare
Choose a tag to compare

Bugs fixed:

  • Fixed an issue where the AMI lookup lambda function failed due to deprecated runtime (#51).

v3.2.0.0

26 Dec 17:45
Compare
Choose a tag to compare

Features added:

  • Updated templates to use the latest recommended versions of Automation Toolchain packages and F5 BIG-IP Runtime Init.
    • DO: 1.4.1
    • AS3: 3.48.0
    • CFE: 2.0.2
    • TS: 1.33.0
    • FAST: 1.25.0
    • F5 BIG-IP Runtime Init: 2.0.1
  • Failover templates deployment now completes when specifying a single availability zone (numAzs = 1).
  • Failover templates now support deploying without a primary external EIP address.
  • Quickstart templates now have separate parameters for creating mgmt, external, and VIP EIP addresses.

Bugs fixed:

  • Fixed an issue where the owner tag was not applied to resources in nested CloudFormation stacks (#48).

Documentation:

  • Documented how to deploy templates into isolated VPCs.
  • Documented how to use a secret to apply shared ASM cookie protection settings.

v3.1.0.0

17 Aug 18:39
Compare
Choose a tag to compare

Features added:

  • Updated templates to use the latest recommended versions of Automation Toolchain packages and F5 BIG-IP Runtime Init.
  • The user-provided CFE tag value is now rendered dynamically via a parameter in the Runtime Init configuration. Fixes GitHub Issue #39.

Bugs Fixed:

  • Updated externalPublicIpIds parameter with correct description. Fixes GitHub Issue #32.
  • Fixed issue where newer versions of BIG-IP failed to deploy because the restjavad.useextramb db variable was not found. Fixes GitHub Issue #25.
  • Fixed incorrect links.

v3.0.0.0

15 Jun 15:50
Compare
Choose a tag to compare

Features added:

  • Updated Runtime Init and Automation Toolchain package versions to latest available at release time.
  • Reordered existing stack network parameters to ease deployment.
  • Updated parameter names and descriptions to be more consistent.

Bugs Fixed:

  • Updated the quickstart existing stack, DAG, and bigip-standalone templates to correctly assign static secondary private IP addresses to the BIG-IP instance and create corresponding EIP mappings (maximum 4). Fixes GitHub Issue #36, GitHub Issue #37, and GitHub Issue #38.

v2.7.0.0

28 Feb 20:26
Compare
Choose a tag to compare

Features added:

  • Updated templates to use BIG-IP version 16.1.3.3 by default.
  • Updated Runtime Init and Automation Toolchain package versions to latest available at release time.
  • Added the ability deploy Quickstart, Failover, and Autoscale templates without any prerequisites. Fixes GitHub Issue #19.
  • Added REST db variables to improve template performance.

v2.6.0.0

21 Oct 20:52
Compare
Choose a tag to compare

Features added:

v2.5.0.0

04 Oct 17:18
Compare
Choose a tag to compare

Features added:

  • Updated templates to use BIG-IP version 16.1.3.1 by default.
  • Updated Runtime Init and Automation Toolchain package versions to latest available at release time.
  • Failover solution creates S3 bucket that uses SSE-S3 encryption by default.
  • Added template input parameters:
    • bigIpInstanceProfile - to provide a pre-existing IAM instance profile.
    • bigIpLicenseKey - to provide a license registration key for BYOL deployments.
    • bigIpHostname - to provide a hostname for Quickstart and Failover solutions.
    • allowUsageAnalytics - to control whether template usage information is sent to F5.
  • Templatized Secrets Manager secret information (bigIpSecretArn) to reduce customization needed for runtime-init configs.

Bugs fixed:

  • GitHub Issue #20: Clarify description for cfeS3Bucket parameter.
  • GitHub Issue #20: Ensure cfeS3Bucket is unique.
  • General: Clarify description for bigIpPeerAddress parameter.