Releases: Skyscanner/cfripper
Releases · Skyscanner/cfripper
v1.16.1
Changes
- Add
RequestCertificate
to wildcard whitelist @undergroundwires (#308) - Bump cryptography from 43.0.3 to 44.0.1 @dependabot[bot] (#312)
- SDPLAT-26993: use GH_APP for GitHub REST API @unlobito (#313)
- Bump regex from 2024.9.11 to 2024.11.6 @dependabot[bot] (#307)
- Bump jinja2 from 3.1.4 to 3.1.5 @dependabot[bot] (#310)
- Bump setuptools from 75.3.0 to 75.6.0 @dependabot[bot] (#306)
- Bump werkzeug from 3.0.3 to 3.1.1 @dependabot[bot] (#304)
- Remove 3.8 support add 3.13 support @jsoucheiron (#305)
- Bump werkzeug from 3.0.3 to 3.0.6 @dependabot[bot] (#303)
- Bump moto from 5.0.9 to 5.0.16 @dependabot[bot] (#302)
- Bump cryptography from 42.0.8 to 43.0.1 @dependabot[bot] (#301)
- Removed user and password from pypi-release.yml @Keira-Crafts (#298)
v1.16.0
Changes
- Update CHANGELOG.md with missing releases and add PR template @w0rmr1d3r (#279)
- Adding set and sort filter functions @jsoucheiron (#294)
- Bump certifi from 2024.6.2 to 2024.7.4 @dependabot (#293)
- Bump urllib3 from 1.26.18 to 1.26.19 @dependabot (#291)
- Bump release-drafter/release-drafter from 5 to 6 @dependabot (#280)
- Bump jinja2 from 3.1.3 to 3.1.4 @dependabot (#285)
v1.15.7
Changes
- Upgrade to pydantic v2 (#286) @jsoucheiron (#290)
- Upgrade to pydantic v2 @oscarbc96 (#286)
- Bump idna from 3.6 to 3.7 @dependabot (#282)
v1.15.6
Changes
- Bump actions/setup-python from 4 to 5 @dependabot (#270)
- Bump cryptography from 42.0.3 to 42.0.4 @dependabot (#272)
- Fix logo in pypi @ignaciobolonio (#274)
- Update .readthedocs.yaml @jsoucheiron (#275)
v1.15.5
Changes
- Migrate to pyproject.toml @jsoucheiron (#269)
- Add dependabot config @w0rmr1d3r (#257)
v1.15.4
Changes
- Bump pycfmodel and fix KMSKeyWildcardPrincipalRule @ignaciobolonio (#268)
v1.15.3
1.15.2
1.15.1
Documentation fixes only
1.15.0
[1.15.0]
Additions
- New rules:
PublicELBCheckerRule
,StackNameMatchesRegexRule
, andStorageEncryptedRule
- New regex:
REGEX_ALPHANUMERICAL_OR_HYPHEN
to check if stack name only consists of alphanumerical characters and hyphens. - Config has a few extra methods that should make handling Filters easier