Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DXTimer committed Sep 21, 2023
1 parent 2347858 commit ce69a70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

## main

## 1.3.0 (Unreleased)
## 1.3.0

FEATURES:

- **New Data Source:** `dnsimple_registrant_change_check` (dnsimple/terraform-provider-dnsimple#155)
- **Updated Resource:** `dnsimple_registered_domain` now supports the change of `contact_id` which results in domain contact change at the registry (dnsimple/terraform-provider-dnsimple#155)

BUG FIXES:

- Boolean attributes in the `dnsimple_registered_domain` resource could get toggled to `false` when the resource was updated. This applied for `auto_renew_enabled`, `whois_privacy_enabled`, `dnssec_enabled` and `transfer_lock_enabled`. This would happen if the attribute was not explicitly set in the configuration. Please check and update your configuration to explicitly specify the state of the attributes if you think you might be affected by this issue. (dnsimple/terraform-provider-dnsimple#155)

NOTES:

The `contact_id` attribute previously only supported configuring at resource creation. Now the attribute can be changed and it will result in registrant change being initiated at the registrar. In addition the `extended_attributes` attribute can now also be updated after a domain has been registered and the values in the extended attributes will be passed along the registrant change as some TLDs require extended attributes to be passed along the registrant change.
Expand Down

0 comments on commit ce69a70

Please sign in to comment.