Skip to content

0.5.0

Choose a tag to compare

@hectorvent hectorvent released this 28 May 06:08
· 145 commits to main since this release
098dfd3

Floci AZ 0.5.0

Azure Resource Manager management-plane emulation lands in this release, alongside fixes for large blob uploads and Functions container sharing.

docker pull floci/floci-az:0.5.0

✨ Features

  • arm — ARM management-plane emulation with Terraform and OpenTofu compatibility. Provision Azure resources declaratively against the local emulator using your existing azurerm provider config. (#40)

🐛 Fixes

  • blob — support large blob uploads beyond 20 MB, fixing failures on big block-blob and multipart transfers. (#41)
  • functions — share one container per app across all functions, so functions in the same app no longer spin up redundant containers. (#42)

What's Changed

  • feat(arm): ARM management-plane emulation with Terraform and OpenTofu compatibility by @hectorvent in #40
  • fix(blob): support large blob uploads beyond 20 MB by @hectorvent in #41
  • fix(functions): share one container per app across all functions by @hectorvent in #42

Full Changelog: 0.4.0...0.5.0