Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Latest commit

 

History

History
123 lines (88 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

123 lines (88 loc) · 3.18 KB

1.2.0 (Unreleased)

1.1.9 (August 14, 2020)

ENHANCEMENTS:

  • Add support for setting customer_asn for AWS resources.

1.1.8 (March 24, 2020)

ENHANCEMENTS:

  • Update acceptance tests for new gateway naming.

1.1.7 (February 28, 2020)

ENHANCEMENTS:

  • Update to golang 1.14.
  • Update Acceptance tests to use the Terraform 0.12 syntax.
  • Add support for AWS Transit Peering Type.
  • Update test-infr terraform configurations to 0.12.

BUG FIXES:

  • Update the documentation for filtering data sources and resources to match the standard Terraform API.
  • Fix random acceptance tests failures due to changes in AWS cloud regions and services.
  • Fix TravisCI deprecation warnings.

1.1.6 (January 16, 2020)

ENHANCEMENTS:

  • Update to Terraform 0.12.19
  • Update to AzureRM 1.40.0
  • Update to AWS 1.60.1
  • Update to Google 2.20.1

BUG FIXES:

  • Fix issue with AWS updating Cloud Services at will
  • Increase timeouts due to changes in the backend which may result in longer expected wait times.

1.1.5 (November 18, 2019)

ENHANCEMENTS:

  • Update to Terraform 0.12.13
  • Update to AzureRM 1.36.1
  • Update to AWS 1.60.1
  • Updated to golangci-lint 1.21.0
  • Added Terraform Plugins SDK 1.3.0

BUG FIXES:

  • Update the billing amount to float64 to work with new REST API for 2.22.0
  • Ensure resources created during acceptance tests are unique.

1.1.4 (October 24, 2019)

ENHANCEMENTS:

  • Update to Terraform 0.12.10
  • Update to Golang 1.13
  • Update to AzureRM 1.35.0

BUG FIXES:

  • Added unique names for Google Cloud Interconnects and Routers for Acceptance tests
  • Remove unused Templates Provider

1.1.3 (September 23, 2019)

BUG FIXES:

  • Fix integration issue with ASN limits on 32bit systems

1.1.2 (September 12, 2019)

BUG FIXES:

  • Fixes issue with not building plugin images out of the vendor directory during CI/CD.
  • Fixes upstream build issue with the git.apache.org repositories.

1.1.1 (September 3, 2019)

BUG FIXES:

  • Removes the deprecated DummyConnection Resource from the website documentation.
  • Include Darwin version of the Terraform Plugin

1.1.0 (August 23, 2019)

NOTES: Update to the latest Pureport golang SDK

There shouldn't be any functional differences in this release and the previous one.

1.0.1 (August 23, 2019)

1.0.0 (July 17, 2019)

NOTES:

Initial feature release of the Pureport Terraform Provider.

FEATURES:

  • Fully automated deployment of Cloud infrastructure via Terraform

  • Full documentation of all supported Data Sources and Resources

  • Automated Unit Testing and Acceptance Tests

  • Sweep target for cleaning up orphaned Pureport resources

  • Added support for custom tagging of resources

  • Added support for dynamic filtering of data sources

  • Data Sources

    pureport_accounts pureport_aws_connection pureport_azure_connection pureport_cloud_regions pureport_cloud_services pureport_connections pureport_google_cloud_connection pureport_locations pureport_networks pureport_site_vpn_connection

  • Resources

    resource_pureport_aws_connection resource_pureport_azure_connection resource_pureport_google_cloud_connection resource_pureport_network resource_pureport_site_vpn_connection