Skip to content

Commit 736368c

Browse files
authored
Merge pull request #69 from c33s/fix/68-fixed-old-repo-urls
fixed old repo urls in CHANGELOG.md closes: #68
2 parents 345e93d + e7ecfc3 commit 736368c

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

CHANGELOG.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,64 +6,64 @@ FIXES:
66
## 1.4.0 (April 27, 2020)
77

88
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))
1111

1212
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))
1515

1616
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))
1818

1919
## 1.3.0 (December 20, 2019)
2020

2121
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))
2424

2525
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))
2727

2828
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))
3232

3333
## 1.2.0 (October 11, 2019)
3434

3535
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))
3737

3838
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))
4040

4141
## 1.1.0 (August 13, 2019)
4242

4343
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))
4646

4747
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))
5050

5151
## 1.0.0 (August 06, 2019)
5252

5353
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))
5555

5656
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))
5858

5959
## 0.2.0 (July 31, 2019)
6060

6161
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))
6363

6464
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))
6767

6868
## 0.1.0 (June 21, 2017)
6969

0 commit comments

Comments
 (0)