Skip to content

Latest commit

 

History

History
88 lines (73 loc) · 8.63 KB

CHANGELOG.md

File metadata and controls

88 lines (73 loc) · 8.63 KB

0.8.0 (Unreleased)

  • [FIX] Corrected Error 401 [Signature does not match] during new primary zone creation (akamai-dns) [GH-163]
  • [ADD] Updated Getting Started Primary Zone creation description. Added FAQ for Primary zone (akamai-dns)

0.7.2 (June 11, 2020)

  • [FIX] Corrected AAAA record handling of short and long IPv6 notation (akamai-dns)

0.7.1 (June 01, 2020)

  • [FIX] Error after upgrading to 0.7.0 regarding MX records (akamai-dns) (#154)
  • [FIX]Error 422 on SOA Record Apply After Creating a Primary Zone (akamai-dns) (#155)

0.7.0 (May 21, 2020)

  • [ADD] User Agent support for Terraform version and provider version and SDK update
  • [FIX] Bugs in Zone Create and Exists (akamai_dns) (#151)

0.6.0 (May 18, 2020)

  • [ADD] Support the creation of DNS records of type AKAMAICDN (akamai_dns) (#53)
  • [ADD] Support akamai_dns_record Import (akamai_dns) (#69)
  • [FIX] Cannot remove a backup_cname from GTM property (akamai_gtm) (#124)
  • [ADD] DNS Alias Zone Support (akamai_dns) (#125)
  • [ADD] DNS TSIG Key support (akamai_dns) (#126)
  • [ADD] DNS SOA, AKAMAITLC Record Support (akamai_dns) (#127)
  • [FIX] Inverted Parameters - DNS Record Type NAPTR (akamai_dns) (#130)
  • [FIX] Inverted Parameters - DNS Record Type NSEC3 (akamai_dns) (#131)
  • [FIX] Inverted Parameters - DNS Record Type NSEC3PARAM (akamai_dns) (#132)
  • [FIX] Inverted Parameters - DNS Record Type RRSIG (akamai_dns) (#133)
  • [FIX] Inverted Parameters - DNS Record Type DS (akamai_dns) (#134)
  • [ADD] DNS CAA, TLSA, CERT Record Support (akamai_dns) (#148)

0.5.0 (March 06, 2020)

  • [FIX] Release edgehostnames and products caching edge library v0.9.10 (akamai_property)

0.4.0 (March 03, 2020)

  • [FIX] Release contract group and cpcode caching edge library v0.9.9 (akamai_property)

0.3.0 (March 02, 2020)

  • [FIX] Provider produced inconsistent final plan #88 add contract group and cpcode caching edge library v0.9.9 (akamai_property) (#88)

0.2.0 (February 28, 2020)

  • [FIX] Bug - Origin values customhostheader #93 (akamai_property) (#93)
  • [FIX] akamai 0.1.5 - err: rpc error: code = Unavailable desc = transport is closing #87 (akamai_property) (#87)
  • [FIX] Errors in documentation: akamai_contract and akamai_cp_code #52 (akamai_property) (#52)
  • [FIX] Provider produced inconsistent final plan #88 (akamai_property) (#88)
  • [FIX] akamai_property_activation creation crashing with Error: rpc error: code = Unavailable desc = transport is closing #102 (akamai_property) (#102)
  • [ADD] Add Support for GTM domains and contained elements (domain, datacenter, property, resource, cidrmap, geographicmap, asmap)

0.1.5 (January 06, 2020)

  • [FIX] Criteria is always end up using must satisfy "all" (akamai_property) (#81)
  • [FIX] Provider produced inconsistent final plan (akamai_property_variables) (#82)
  • [FIX] Cannot create multiple types of records with the same name (akamai_dns_record) (#11)
  • [FIX] akamai_property_activation resource - changing network field causes deactivation of version in staging (akamai_property_activation) (#51)
  • [FIX] Multiple MX records creation issue (akamai_dns_record) (#57)

0.1.4 (December 06, 2019)

  • [FIX] Add support for update of rules state (akamai_property) (#66)
  • [FIX] Add support for masters being optional (akamai_dns_zone) (#61)
  • [FIX] Create edge hostname 400 error Bad Request Request parameter Slot Number (akamai_property) (#56)
  • [FIX] TXT record - State update failure due to sha verification issue (akamai_dns_zone) (#58)

0.1.3 (August 12, 2019)

  • [FIX] Correct ordering of values for SRV records (akamai_dns_record) (#17)
  • [FIX] IPV4-only hostnames no longer fail (akamai_edge_hostname) (#21)
  • [FIX] Don't try to deactive any version but the current one (akamai_property_activation) (#21)
  • [FIX] Fix crash in DNS record validation (#27)
  • [FIX] SiteShield behavior translated correctly to JSON (#10] [#40)
  • [FIX] Property rules correctly update (all rules now removed correctly) (#30)
  • [FIX] Property Hostnames correctly update (all hostnames are now removed correctly) (#44)
  • [FIX] Property activation was using the activation ID to fetch the property (#35)
  • [FIX] Ensure property supports is_secure for Enhanced TLS (#42)
  • [FIX] Multiple fixes to provider configuration for auth configuration. (#46)
  • [FIX] Ensure the latest version is activated when no akamai_property_activation.version is set (#45)
  • [FIX] Multiple records (e.g. using count) should now be created correctly (#11)
  • [CHANGE] akamai_property_rules has been changed to a data source to ensure dependant resources update correctly, the existing resource now emits an error in all operations (#47)
  • [ADD] Make zone type (primary or secondary) case-insensitive (#29)

0.1.2 (July 26, 2019)

  • [FIX] Fixed handling of CPCode behavior in rules.json
  • [FIX] Fixed hostname complexity, now a simple {"public.host" = "edge.host"} map
  • [FIX] Fixed accidental deactivations
  • [ADD] Added explicit property and dns credential blocks to provider config
  • [ADD] Added better validation to akamai_dns_record

0.1.1 (July 09, 2019)

  • [FIX] Bug fixes

0.1.0 (June 19, 2019)

  • Initial release