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
2.10.3
Not secure
New
Changes - forcing `certifi~=2023.7.22` in all references due to e-Tugra security notification [HERE](https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/C-HrP1SEq1A?pli=1) - adding `concurrency` definition to the docs - updating `urllib==1.26.5` in docs/requirements-docs.in - adding in seedkit redeploy information in the `Architecture` section of the docs - allow non-json compliant ssm parameters to be parsed when using module-specifics paths (`/<project>/<dep>/<mod>/databaseinfo`) Fixes