Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for 2.4.0 #536

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.4.0 (October 11, 2024)

## What's Changed
### New Features 🎉
* Add storage bucket resource by @MusicDin in https://github.com/terraform-lxd/terraform-provider-lxd/pull/527
* Allow instance rename by @MusicDin in https://github.com/terraform-lxd/terraform-provider-lxd/pull/526
* Combine the computed volume keys with the inherited storage pool keys (from Incus) by @MusicDin in https://github.com/terraform-lxd/terraform-provider-lxd/pull/531
### Bug Fixes 🐝
* Do not blindly accept remote certificate when using trust token by @MusicDin in https://github.com/terraform-lxd/terraform-provider-lxd/pull/529
* provider: Fix incorrect check for configured default remote by @MusicDin in https://github.com/terraform-lxd/terraform-provider-lxd/pull/534
### Maintenance and Chores 🛠
* docs: Move attach custom volume example to lxd_volume by @MusicDin in https://github.com/terraform-lxd/terraform-provider-lxd/pull/528
* build(deps): bump the hashicorp group with 2 updates by @dependabot in https://github.com/terraform-lxd/terraform-provider-lxd/pull/530

## 2.3.0 (September 3, 2024)

## What's Changed
Expand Down