Changes - updating readthedocs configs as site has changed their requirements
Fixes
3.1.0
New - adding AWS curated codebuild iamge override with opinionated runtimes
Changes - updating pydantic support from 1.X.X to 2.5.3 - adding seedfarmer verions check support with `seedfarmer.yaml` - updating `aws-codeseeder` dependency top 0.11.0
Fixes - update `manifests/examples/` to point to an updated release branch - Docs - manifest name description (seed-farmer/docs/source/manifests.md) needed correction - Docs - added definition of `nameGenerator` for deployment manifest (seed-farmer/docs/source/manifests.md)
3.0.1
New
Changes - force attach the managed policy to the module role during `destroy`
Fixes
3.0.0
New - BREAKING CHANGE*** - the checksum calculation used to trigger module redeploy has changed - Existing deployed modules may incur a redeployment when going from a previous version - resolve global/regional parameters when calculating checksum for individual module redeploy - resolve env parameters when calculating checksum for individual module redeploy
Changes
Fixes
2.10.5
New
Changes - adding support for module-type spec on init of new module `seedfarmer init module -mt cdkv2`
Fixes - skip destroy of managed-project-policy if it has roles attached - if managed-project-policy is in an `*_IN_PROCESS` state, wait 60 seconds and check again - bumps `aws-codeseeder~=0.10.2`
2.10.4
New
Changes - updating `urllib~=1.26.17` for http-cookie vulnerability - update `aws-codeseeder~=0.10.1`
Fixes - corecting urllib hard dependency version - global and regional param resolution should usse account_alias instead of account_id