v1.1.0-rc.4
peterbroadhurst
released this
26 May 15:23
·
40 commits
to v1.1
since this release
Migration from rc.3
You might see this error on terraform plan
/terraform apply
after update from rc.3
to rc.4
due to a fixed resource name:
│ No resource schema found for kaleido_platform_cms_action_creatapi when decoding prior state
Use tf terraform state list
then tf terraform state rm ...
to remove any invalid resources.
What's Changed
- Update all samples to rc3 by @peterbroadhurst in #64
- updated go code to enable creation of groups and service access by @trevorsc19 in #65
- Add type for data model listeners by @awrichar in #68
- Add env name to KBI hostname for uniqueness by @peterbroadhurst in #66
- Fix group test by @awrichar in #71
- unit test for pre-compiled build by @hosie in #70
New Contributors
Full Changelog: v1.1.0-rc.3...v1.1.0-rc.4