Skip to content

Latest commit

 

History

History
144 lines (88 loc) · 5.65 KB

CHANGELOG.md

File metadata and controls

144 lines (88 loc) · 5.65 KB

Change Log

All notable changes to this project will be documented in this file.

3.1.0 - 2021-06-28

  • Add optional description fior WebACL (#32)
  • use correct loop var for not_statements (#30)
  • Fix failing terratests (#31)

3.0.1 - 2021-06-04

  • Update outputs to only output when the WAF is enabled (#28)

3.0.0 - 2021-06-03

  • RUpdated github action to refer to main branch instead of master (#27)
  • Update example to refer to 3.0.0 of the module (#26)
  • Readme update (#25)
  • DEVOPS-957 Terratests (#22)
  • Added missing single_header (#24)
  • Feature/devops 953 byte match statements (#21)

2.0.0 - 2021-05-04

  • Module upgrade with logging filter support (#20)

1.6.0 - 2021-04-19

  • Added actions, geo match and IP set (#18)
  • spelling (#19)
  • Update README.md

1.5.1 - 2020-11-09

  • Update module to remove 0.14 limit (#17)

1.5.0 - 2020-10-05

  • Add support for IP sets and rate limiting (#15)

1.4.1 - 2020-08-05

  • v3 aws provider support (#14)

1.4.0 - 2020-08-04

  • Add ability to support multiple ALBs (#13)
  • Improve documentation (#12)

1.3.0 - 2020-07-07

  • Add ability to change WAF scope (#11)

1.2.0 - 2020-07-03

  • Allow setting of override_action and default_action (#10)
  • Update example and fix example config (#9)

1.1.0 - 2020-06-26

  • Feature/wafv2 improvements (#8)

1.0.1 - 2020-06-22

  • Update default values to reduce duplication (#7)
  • update CHANGELOG.md

1.0.0 - 2020-06-22

  • Rewrite module to fully use aws terraform provider (#6)

0.2.0 - 2020-05-28

  • Allow conditional association with ALB
  • Feature/updates (#3)

0.1.0 - 2020-03-27

  • Feature/exclude rules support (#2)
  • Add support for enabling default actions per rule set (#1)

0.0.1 - 2020-03-24

  • update readme
  • Add initial WAF module configuration
  • Initial commit