Releases: fujiwara/lambroll
Releases · fujiwara/lambroll
v0.12.4
- Enable colored output. Add --color global option. #200
v0.12.3
Merge pull request #196 from fujiwara/update-arch
Set Architectures into UpdateFunctionCodeInput
v0.12.2
- Fix waiting logic for LastUpdateStatus reached to Successful #192 .
v0.12.0
- Fill default values to function.json at diff command. #175
- Add versions command. #176
- Wait for stable after create / update function. #182 #186
- Show a prompt when invoke command runs on a terminal. #187
- Supports to load function configuration as Jsonnet format. #188
v0.11.9
- Add support for arm64 architecture. #173
v0.11.8
- Add
--keep-versions
option to deploy command. #168 (@ikeikeikeike)
- Release build by Go 1.17.
v0.11.6
- Update tfstate-lookup to v0.3.0 #156
- Supports to lookup state files in Terraform Cloud/Enterprise.
- Fixes panic when attributes include '-'.
- Enable shared config support. #160 #158