Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 5bf2e8b

Browse files
authored
Merge pull request #297 from packethost/v3.2.0_changelog
Changelog entry for v3.2.0
2 parents d95f7b8 + 31c02bb commit 5bf2e8b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 3.2.0 (December 02, 2020)
2+
3+
BREAKING CHANGES:
4+
- attribute `hardware_reservation_id` of the `packet_device` resource is not intended to be read anymore. Users should read `deployed_hardware_reservation_id` to find out to which hardware reservation a device was deployed.
5+
6+
FEATURES:
7+
- [#294](https://github.com/packethost/terraform-provider-packet/pull/294) New parameters `tags` and `ipxe_script_url` for `packet_spot_market_request`
8+
9+
IMPROVEMENTS:
10+
- [#290](https://github.com/packethost/terraform-provider-packet/pull/290) Updated base containers of github actions to fix CVE-2020-15528
11+
- [#295](https://github.com/packethost/terraform-provider-packet/pull/295) Version of packngo updated to 0.5.1
12+
- [#296](https://github.com/packethost/terraform-provider-packet/pull/296) Split hardware reservation ID to a parameter and a read-only attribute in `packet_device`
13+
14+
115
## 3.1.0 (November 13, 2020)
216

317
BREAKING CHANGES:
@@ -7,7 +21,7 @@ FEATURES:
721
- [#249](https://github.com/packethost/terraform-provider-packet/pull/249) New datasource `packet_project_ssh_key`
822

923
IMPROVEMENTS:
10-
- [#276] `packet_device` datasource should query by hostname much faster
24+
- [#276](https://github.com/packethost/terraform-provider-packet/pull/276) `packet_device` datasource should query by hostname much faster
1125
- `packet_device_network_type` conversions should be more reliable
1226
- Test sweeper added for SSH keys
1327
- Acceptance testing moved to Github Actions

0 commit comments

Comments
 (0)