Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

60 lines (40 loc) · 2.46 KB

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.5.0 (2020-08-13)

  • Add zone field to provider config and deprecate zone field on resources

0.4.2 (2020-04-22)

  • Add ability to rename cosmic_network_acl's name and description fields
  • Add client_timeout and server_timeout fields to cosmic_loadbalancer_rule
  • Fix bug where a resource's offering is saved in state as a case sensitive value
  • Fix bug where changing cosmic_loadbalancer_rule private or public ports did not recreate the resource
  • Fix bug where changing cosmic_loadbalancer_rule protocol did not recreate the resource

0.4.1 (2019-11-19)

  • Add source_nat_ip_id field to cosmic_vpc resource

0.4.0 (2019-11-08)

  • Add cosmic_network_acl data source to look up Network ACL Lists
  • Add private_end_port and public_end_port fields to cosmic_port_forward
  • Add cosmic_port_forward importer
  • Set optimise_for value when importing a Cosmic instance

0.3.1 (2019-08-06)

  • Remove project support
  • Fix importing cosmic_secondary_ipaddress resources

0.3.0 (2019-06-17)

  • Support Terraform 0.12
  • Add dns option to cosmic_network to allow configuring DNS resolver per tier
  • Add disk_controller option to cosmic_instance
  • Add disk_controller option to cosmic_disk

0.2.0 (2019-02-28)

  • Add option to configure provider using COSMIC_CONFIG and COSMIC_PROFILE environment variables
  • Add ability to use protocol numbers for cosmic_network_acl_rule's protocol option (instead of only icmp, tcp, udp, all)
  • Changing cosmic_loadbalancer_rule's member_ids, private_port, public_port or protocol options no longer recreates the resource
  • Changing cosmic_network's ip_exclusion_list option no longer recreates the resource
  • Changing cosmic_vpc's vpc_offering option no longer recreates the resource
  • Removed cosmic_egress_firewall and cosmic_firewall resources; no longer implemented by the Cosmic API

0.1.0 (2019-01-27)

First versioned release.

Recent additions include:

  • Add config and profile options to configure cosmic provider using a cloudmonkey config
  • Add optimise_for option for cosmic_instance
  • Add protocol option for cosmic_loadbalancer_rule
  • Add terraform import ... support to cosmic resources to import existing infrastructure