Releases: globaldatanet/aws-firewall-factory
Releases · globaldatanet/aws-firewall-factory
3.2.4
3.2.3
Fixed
- Bump eslint from 8.41.0 to 8.42.0
- Bump @typescript-eslint/eslint-plugin from 4.4.0 to 5.59.11
- Bump @typescript-eslint/parser from 4.4.0 to 5.59.11
- Bump eslint-plugin-import from 2.24.2 to 2.27.5
- Bump jest from 26.4.2 to 29.5.0
- Bump ts-jest from 26.2.0 to 29.1.0
- pinned dependencies to avoid conflicting peer dependencies
- fix eslint issues
- fix logging bucket encryption issues referencing 23513
- fix cloudformation warning when using statements that inspect single headers (lowercase name key)
Added
- Added Linting command
lint
to npm scripts which can be run vianpm run lint
◊
3.2.2
3.2.1
Fixed
- Bump aws-cdk from 2.74.0 to 2.79.1
- Bump @aws-sdk/client-pricing from 3.321.1 to 3.332.0
- Bump constructs from 10.1.314 to 10.2.24
- Bump @aws-sdk/client-fms from 3.321.1 to 3.332.0
- Bump eslint-plugin-promise from 5.2.0 to 6.1.1
- Bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.4.0
- Bump @typescript-eslint/parser from 4.32.0 to 4.4.0
- Bump eslint-config-standard from 16.0.3 to 17.0.0
- Bump eslint from 7.32.0 to 8.4.0
- Bump constructs from 10.2.24 to 10.2.25
3.2.0
Fixed
- conflict peer dependency on package.json
- Add RuleLabels when calculating capacity (its needed)
Added
- Add CustomResponseBodies + custom actions for custom rules
This feature adds specifying CustomResponseBodies on the WebAcl and custom actions for custom rules.
3.1.9
Fixed
- Bump @aws-sdk/client-cloudformation from 3.319.0 to 3.321.1
- Bump @aws-sdk/client-pricing from 3.319.0 to 3.321.1
- Bump @aws-sdk/client-fms from 3.319.0 to 3.321.1
- Bump @aws-sdk/client-cloudwatch from 3.315.0 to 3.319.0
- Bump @aws-sdk/client-service-quotas from 3.315.0 to 3.319.0
- Bump typescript from 3.9.10 to 4.9.5
- Bump @types/node from 18.16.1 to 18.16.3
- Helpers - newquota.RequestedQuotas false positive
3.1.8
Fixed
- Bump @aws-sdk/client-cloudformation from 3.315.0 to 3.319.0
- Bump @aws-sdk/client-pricing from 3.315.0 to 3.319.0
- Bump @aws-sdk/client-fms from 3.315.0 to 3.319.0
- Bump aws-cdk-lib from 2.74.0 to 2.76.0
- Bump eslint-plugin-promise from 5.2.0 to 6.1.1
- Bump @aws-sdk/client-wafv2 from 3.52.0 to 3.319.0
3.1.7
Fixed
- Bump @aws-sdk/client-cloudwatch from 3.315.0 to 3.319.0
- Bump @types/node from 10.17.27 to 18.16.1
- Bump ts-node from 9.1.1 to 10.9.1
- Bump @aws-sdk/client-service-quotas from 3.315.0 to 3.319.0
- Bump typescript-json-schema from 0.53.1 to 0.56.0
Changed:
- adjust dependabot interval to weekly
3.1.6
Added
- added dependabot
3.1.5
Fixed
versionEnabled
must be set to true if version is defined -> Kudos to @vboufleur- Don't fail in CI is job is skipped
- Enable commiting package-lock.json to repo