You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
15
## 3.1.0 (November 13, 2020)
2
16
3
17
BREAKING CHANGES:
@@ -7,7 +21,7 @@ FEATURES:
7
21
-[#249](https://github.com/packethost/terraform-provider-packet/pull/249) New datasource `packet_project_ssh_key`
8
22
9
23
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
11
25
-`packet_device_network_type` conversions should be more reliable
0 commit comments