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

Releases: packethost/terraform-provider-packet

v3.2.1

10 Dec 19:34
c57d85c
Compare
Choose a tag to compare

Bug Fixes

  • #304 Upon updating to 3.2.0, the breaking change would taint any devices with a stated hardware_reservation_id = "next-available" value and a computed UUID, before 3.2.0 this diff was ignored by the provider. The 3.1.0 diff behavior has been restored, removing the breaking change.

v3.2.0

02 Dec 17:05
Compare
Choose a tag to compare

BREAKING CHANGES:

  • 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.

FEATURES:

  • #294 New parameters tags and ipxe_script_url for packet_spot_market_request

IMPROVEMENTS:

  • #290 Updated base containers of github actions to fix CVE-2020-15528
  • #295 Version of packngo updated to 0.5.1
  • #296 Split hardware reservation ID to a parameter and a read-only attribute in packet_device

v3.1.0

14 Nov 04:06
v3.1.0
e4eeff2
Compare
Choose a tag to compare

BREAKING CHANGES:

  • packngo updated to v0.5.0, changing the API endpoint from api.packet.net to api.equinix.com/metal/v1

FEATURES:

  • #249 New datasource packet_project_ssh_key

IMPROVEMENTS:

  • [#276] packet_device datasource should query by hostname much faster
  • packet_device_network_type conversions should be more reliable
  • Test sweeper added for SSH keys
  • Acceptance testing moved to Github Actions
  • Improved logging when resources are not found and removed from state
  • Device vlan attachments and network types will be removed from state when their device is removed
  • E2E tests are more thorough and successful

v3.1.0-alpha1

23 Oct 02:34
9be710a
Compare
Choose a tag to compare

Preview release that includes the transition from the api.packet.net API to the api.equinix.com/metal/v1 API.

v3.0.1

20 Aug 21:31
4c946b3
Compare
Choose a tag to compare

See https://registry.terraform.io/providers/packethost/packet/3.0.1 for the new location and new usage instructions for Terraform 0.13+.

terraform {
  required_providers {
    packet = {
      source = "packethost/packet"
      version = "3.0.1"
    }
  }
}

BREAKING CHANGES:

  • #246 Updates URLs to reflect move from terraform-providers/terraform-provider-packet to packethost/terraform-provider-packet