Releases: Skyscanner/pycfmodel
Releases · Skyscanner/pycfmodel
v1.1.3
Changes
- Decommission the CHANGELOG.md file @w0rmr1d3r (#181)
- update version @jsoucheiron (#180)
- Fix packaging @jsoucheiron (#179)
v1.1.2 - yanked (do not use)
Changes
- Fix packaging issue that made 1.1.1 fail to import @jsoucheiron (#178)
- shield:1494: fix pycfmodel docs error @geontog (#177)
- Bump black from 24.4.2 to 25.1.0 @dependabot[bot] (#175)
- NOJIRA: updating the known AWS Actions @geontog (#176)
- Fix tornado vulnerability and update deps @w0rmr1d3r (#173)
- Bump pyproject-hooks from 1.1.0 to 1.2.0 @dependabot[bot] (#169)
- Bump actions/create-github-app-token from 1 to 2 @dependabot[bot] (#170)
- Fix action list @jsoucheiron (#171)
- Bump h11 from 0.14.0 to 0.16.0 @dependabot[bot] (#168)
- shield-721: migrate to pyproject.toml @geontog (#167)
- Bump jinja2 from 3.1.4 to 3.1.6 @dependabot[bot] (#165)
- Bump mkdocs-material from 4.6.3 to 9.6.11 @dependabot[bot] (#166)
v1.1.0
Changes
- Add the possibility of having non-strict generic resources @jsoucheiron (#164)
v1.0.1
Changes
- Revert to token based publish auth @w0rmr1d3r (#163)
- SDPLAT-26671: use GH_APP for GitHub REST API @unlobito (#160)
- Update actions @jsoucheiron (#159)
- Drop python 38 support @w0rmr1d3r (#152)
- Fix IndexError when selecting items in lists out of bounds @w0rmr1d3r (#154)
- Solve tornado security issue and bump doc deps @w0rmr1d3r (#151)
- update pypi-release.yml file to configure trusted publishers @Keira-Crafts (#148)
- Bump release-drafter/release-drafter from 5 to 6 @dependabot[bot] (#145)
- Bump mkdocs from 1.3.0 to 1.6.0 @dependabot[bot] (#144)
- Bump certifi from 2024.6.2 to 2024.7.4 @dependabot[bot] (#146)
1.0.0
1.0.0
Breaking changes
- Pydantic updated to v2 including a reformat of the repository to comply with the new API.
- Drops python 3.7 support due to pydantic upgrade
Thanks to @oscarbc96 for making this upgrade possible
v0.22.0
Changes
- KeyPolicy made optional for KMS Key @ignaciobolonio (#130)
- Update release-drafter.yml @ignaciobolonio (#131)
v0.21.2
0.21.2
Fixes
- Add missing fields to kms keys
Updates
- Update
CLOUDFORMATION_ACTIONS
. - Add dependabot config
- Add release drafter config
- Start using ruff instead of flake8
- Upgrade make freeze commands
- Run the test to check the full list of actions in all branches but master