|
6 | 6 | ## 1.4.0 (April 27, 2020)
|
7 | 7 |
|
8 | 8 | FEATURES:
|
9 |
| - * **Added ServerVersion attribute to client** ([#52](https://github.com/terraform-providers/terraform-provider-powerdns/issues/52)) |
10 |
| - * **Added masters zone attribute for Slave zone kind** ([#59](https://github.com/terraform-providers/terraform-provider-powerdns/issues/59)) |
| 9 | + * **Added ServerVersion attribute to client** ([#52](https://github.com/pan-net/terraform-provider-powerdns/issues/52)) |
| 10 | + * **Added masters zone attribute for Slave zone kind** ([#59](https://github.com/pan-net/terraform-provider-powerdns/issues/59)) |
11 | 11 |
|
12 | 12 | FIXES:
|
13 |
| - * **Updated client tests to test sanitizeURL directly** ([#51](https://github.com/terraform-providers/terraform-provider-powerdns/issues/51)) |
14 |
| - * **Fixed case sensitivity of kind zone attribute** ([#58](https://github.com/terraform-providers/terraform-provider-powerdns/issues/58)) |
| 13 | + * **Updated client tests to test sanitizeURL directly** ([#51](https://github.com/pan-net/terraform-provider-powerdns/issues/51)) |
| 14 | + * **Fixed case sensitivity of kind zone attribute** ([#58](https://github.com/pan-net/terraform-provider-powerdns/issues/58)) |
15 | 15 |
|
16 | 16 | ENHANCEMENTS:
|
17 |
| - * **Updated documentation with examples based on user feedback** ([#57](https://github.com/terraform-providers/terraform-provider-powerdns/issues/57)) |
| 17 | + * **Updated documentation with examples based on user feedback** ([#57](https://github.com/pan-net/terraform-provider-powerdns/issues/57)) |
18 | 18 |
|
19 | 19 | ## 1.3.0 (December 20, 2019)
|
20 | 20 |
|
21 | 21 | FEATURES:
|
22 |
| - * **Move to using ParallelTest** - making tests faster ([#38](https://github.com/terraform-providers/terraform-provider-powerdns/issues/38)) |
23 |
| - * **Added soa_edit_api option** ([#40](https://github.com/terraform-providers/terraform-provider-powerdns/issues/40)) |
| 22 | + * **Move to using ParallelTest** - making tests faster ([#38](https://github.com/pan-net/terraform-provider-powerdns/issues/38)) |
| 23 | + * **Added soa_edit_api option** ([#40](https://github.com/pan-net/terraform-provider-powerdns/issues/40)) |
24 | 24 |
|
25 | 25 | FIXES:
|
26 |
| - * **Fixed formatting in docs regarding import function** ([#31](https://github.com/terraform-providers/terraform-provider-powerdns/issues/31)) |
| 26 | + * **Fixed formatting in docs regarding import function** ([#31](https://github.com/pan-net/terraform-provider-powerdns/issues/31)) |
27 | 27 |
|
28 | 28 | ENHANCEMENTS:
|
29 |
| - * **Added tests for ALIAS type** ([#42](https://github.com/terraform-providers/terraform-provider-powerdns/issues/42)) |
30 |
| - * **Migrated to terraform plugin SDK** ([#47](https://github.com/terraform-providers/terraform-provider-powerdns/issues/47)) |
31 |
| - * **Updated vedor dependencies** ([#48](https://github.com/terraform-providers/terraform-provider-powerdns/issues/48)) |
| 29 | + * **Added tests for ALIAS type** ([#42](https://github.com/pan-net/terraform-provider-powerdns/issues/42)) |
| 30 | + * **Migrated to terraform plugin SDK** ([#47](https://github.com/pan-net/terraform-provider-powerdns/issues/47)) |
| 31 | + * **Updated vedor dependencies** ([#48](https://github.com/pan-net/terraform-provider-powerdns/issues/48)) |
32 | 32 |
|
33 | 33 | ## 1.2.0 (October 11, 2019)
|
34 | 34 |
|
35 | 35 | FEATURES:
|
36 |
| - * **Added support for terraform resource import** ([#31](https://github.com/terraform-providers/terraform-provider-powerdns/issues/31)) |
| 36 | + * **Added support for terraform resource import** ([#31](https://github.com/pan-net/terraform-provider-powerdns/issues/31)) |
37 | 37 |
|
38 | 38 | FIXES:
|
39 |
| - * **Validate value of records** - record with empty records deleted the record from the PowerDNS remote but not from state file ([#33](https://github.com/terraform-providers/terraform-provider-powerdns/issues/33)) |
| 39 | + * **Validate value of records** - record with empty records deleted the record from the PowerDNS remote but not from state file ([#33](https://github.com/pan-net/terraform-provider-powerdns/issues/33)) |
40 | 40 |
|
41 | 41 | ## 1.1.0 (August 13, 2019)
|
42 | 42 |
|
43 | 43 | FEATURES:
|
44 |
| - * **HTTPS Custom CA**: added option for custom Root CA for HTTPS Certificate validation (option `ca_certificate`) ([#22](https://github.com/terraform-providers/terraform-provider-powerdns/issues/22)) |
45 |
| - * **HTTPS**: added option to skip HTTPS certificate validation - insecure HTTPS (option `insecure_https`) ([#22](https://github.com/terraform-providers/terraform-provider-powerdns/issues/22)) |
| 44 | + * **HTTPS Custom CA**: added option for custom Root CA for HTTPS Certificate validation (option `ca_certificate`) ([#22](https://github.com/pan-net/terraform-provider-powerdns/issues/22)) |
| 45 | + * **HTTPS**: added option to skip HTTPS certificate validation - insecure HTTPS (option `insecure_https`) ([#22](https://github.com/pan-net/terraform-provider-powerdns/issues/22)) |
46 | 46 |
|
47 | 47 | ENHANCEMENTS:
|
48 |
| - * The provider doesn't attempt to connect to the PowerDNS endpoint if there is nothing to be done ([#24](https://github.com/terraform-providers/terraform-provider-powerdns/issues/24)) |
49 |
| - * `server_url` (`PDNS_SERVER_URL`) can now be declared with/without scheme, port, trailing slashes or path ([#28](https://github.com/terraform-providers/terraform-provider-powerdns/issues/28)) |
| 48 | + * The provider doesn't attempt to connect to the PowerDNS endpoint if there is nothing to be done ([#24](https://github.com/pan-net/terraform-provider-powerdns/issues/24)) |
| 49 | + * `server_url` (`PDNS_SERVER_URL`) can now be declared with/without scheme, port, trailing slashes or path ([#28](https://github.com/pan-net/terraform-provider-powerdns/issues/28)) |
50 | 50 |
|
51 | 51 | ## 1.0.0 (August 06, 2019)
|
52 | 52 |
|
53 | 53 | NOTES:
|
54 |
| - * provider: This release includes only a Terraform SDK upgrade with compatibility for Terraform v0.12. The provider remains backwards compatible with Terraform v0.11 and this update should have no significant changes in behavior for the provider. Please report any unexpected behavior in new GitHub issues (Terraform core: https://github.com/hashicorp/terraform/issues or Terraform PowerDNS Provider: https://github.com/terraform-providers/terraform-provider-powerdns/issues) ([#16](https://github.com/terraform-providers/terraform-provider-powerdns/issues/16)) |
| 54 | + * provider: This release includes only a Terraform SDK upgrade with compatibility for Terraform v0.12. The provider remains backwards compatible with Terraform v0.11 and this update should have no significant changes in behavior for the provider. Please report any unexpected behavior in new GitHub issues (Terraform core: https://github.com/hashicorp/terraform/issues or Terraform PowerDNS Provider: https://github.com/pan-net/terraform-provider-powerdns/issues) ([#16](https://github.com/pan-net/terraform-provider-powerdns/issues/16)) |
55 | 55 |
|
56 | 56 | ENHANCEMENTS:
|
57 |
| - * Switch to go modules and Terraform v0.12 SDK ([#16](https://github.com/terraform-providers/terraform-provider-powerdns/issues/16)) |
| 57 | + * Switch to go modules and Terraform v0.12 SDK ([#16](https://github.com/pan-net/terraform-provider-powerdns/issues/16)) |
58 | 58 |
|
59 | 59 | ## 0.2.0 (July 31, 2019)
|
60 | 60 |
|
61 | 61 | FEATURES:
|
62 |
| - * **New resource**: `powerdns_zone` ([#8](https://github.com/terraform-providers/terraform-provider-powerdns/issues/8)) |
| 62 | + * **New resource**: `powerdns_zone` ([#8](https://github.com/pan-net/terraform-provider-powerdns/issues/8)) |
63 | 63 |
|
64 | 64 | ENHANCEMENTS:
|
65 |
| - * resource/powerdns_record: Add support for set-ptr option ([#4](https://github.com/terraform-providers/terraform-provider-powerdns/issues/4)) |
66 |
| - * build: Added docker-compose tests ([#9](https://github.com/terraform-providers/terraform-provider-powerdns/issues/9)) |
| 65 | + * resource/powerdns_record: Add support for set-ptr option ([#4](https://github.com/pan-net/terraform-provider-powerdns/issues/4)) |
| 66 | + * build: Added docker-compose tests ([#9](https://github.com/pan-net/terraform-provider-powerdns/issues/9)) |
67 | 67 |
|
68 | 68 | ## 0.1.0 (June 21, 2017)
|
69 | 69 |
|
|
0 commit comments