Releases: terraform-lxd/terraform-provider-lxd
Releases · terraform-lxd/terraform-provider-lxd
v0.9.8
Allow update of container limits (#65) * Experiment with adjustable limits config Remove docker profile from test The docker profile doesn't seem to exist in recent LXD builds, and is breaking tests. Update all container tests to use light alpine OS Yet another docker profile ref in the test * Update documentation * Changes per PR review Also added some panics to help catch bugs.
v0.9.5
v0.9.5beta1
Breaking Change
This release has backward compatibility implications for the LXD provider.
This release introduces the ability to define multiple remotes in the provider, and as such, restructures how LXD remote details are defined in the config.
See the README.md for more info.
v0.9.4
New Features
- Provider Enhancements to add remotes not already configured in lxc client, including auto generating client certs for LXD remote authentication. #35
- Copy and manage remote LXD Images with
lxd_cached_image
resource. #43 - Manage Storage Pools & Volumes with
lxd_volume
,lxd_volume_container_attach
,lxd_storage_pool
resources. (#37 + #39) - Create stateless or stateful point in time snapshots of containers with
lxd_snapshot
resource. #38
v0.9.3
Allow launching container with remote image (#34) * Allow image names with remote: prefix Load default LXD remotes into LXD client config * Improve documentation of supported remotes. Document the supported remotes, which are currently only the hard codec LXD Default Image remotes + the LXD server defined in the provider.
v0.9.1
Fix failure when container no longer exists If you create a container with terraform and then delete it by hand, terraform plan fails because client.ContainerState returns an error. This bug is subtle because go allows partial variable shadowing when using := to assign to multiple variables. (err is already declared as a named return parameter.)
v0.9.0
v0.8.1
v0.8.0-rc3
Tagging first release to test Travis build + deploy.
Chose v0.8.0-rc3
to match the current Terraform version, which this will build against (actually HEAD which is slightly ahead of v0.8.0-rc3)