Skip to content

Commit

Permalink
Merge pull request #524 from MusicDin/changelog/2.3.0
Browse files Browse the repository at this point in the history
Update changelog for 2.3.0
  • Loading branch information
simondeziel authored Sep 3, 2024
2 parents 0e9bea0 + 470980a commit e14c31b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 2.3.0 (September 3, 2024)

## What's Changed
### Breaking Changes ⚠️
* Refactor provider config and test trust token/password by @MusicDin in https://github.com/terraform-lxd/terraform-provider-lxd/pull/518
### New Features 🎉
* Add network peer resource by @MusicDin in https://github.com/terraform-lxd/terraform-provider-lxd/pull/504
* Allow managing default profiles in non-default projects by @MusicDin in https://github.com/terraform-lxd/terraform-provider-lxd/pull/510
* Add trust token resource by @MusicDin in https://github.com/terraform-lxd/terraform-provider-lxd/pull/512
### Bug Fixes 🐝
* Allow null description in LB backend and port by @MusicDin in https://github.com/terraform-lxd/terraform-provider-lxd/pull/505
* Don't check fingerprint if 'Content' is unknown by @jsimpso in https://github.com/terraform-lxd/terraform-provider-lxd/pull/509
* Remove LXD version check during password auth by @MusicDin in https://github.com/terraform-lxd/terraform-provider-lxd/pull/516
### Maintenance and Chores 🛠
* build(deps): bump the hashicorp group with 3 updates by @dependabot in https://github.com/terraform-lxd/terraform-provider-lxd/pull/500
* build(deps): bump the hashicorp group with 2 updates by @dependabot in https://github.com/terraform-lxd/terraform-provider-lxd/pull/513
### Other Changes ❓
* Fix server already trusted check by @MusicDin in https://github.com/terraform-lxd/terraform-provider-lxd/pull/511
* Test truststore certificate using cert generated within the same TF config by @MusicDin in https://github.com/terraform-lxd/terraform-provider-lxd/pull/519
* docs: Emphasize the trust password is no longer supported by @MusicDin in https://github.com/terraform-lxd/terraform-provider-lxd/pull/521
* Ignore network peer status inconsistency in import test by @MusicDin in https://github.com/terraform-lxd/terraform-provider-lxd/pull/522

## 2.2.0 (July 10, 2024)

## What's Changed
Expand Down

0 comments on commit e14c31b

Please sign in to comment.