generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ryan Wholey
authored
Feb 20, 2022
1 parent
2dcf34f
commit 54f5b58
Showing
1 changed file
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,57 @@ | ||
## 0.1.0 (Unreleased) | ||
## [](https://github.com/ryanwholey/terraform-provider-pihole/compare/v0.0.11...v) (2022-02-20) | ||
|
||
* Bump [email protected] | ||
* Force new resource on CNAME or DNS change Remove update DNS functions ([#32](https://github.com/ryanwholey/terraform-provider-pihole/pull/32)) | ||
|
||
### [0.0.11](https://github.com/ryanwholey/terraform-provider-pihole/compare/v0.0.10...v0.0.11) (2022-02-19) | ||
|
||
* Bump [email protected] | ||
|
||
### [0.0.10](https://github.com/ryanwholey/terraform-provider-pihole/compare/v0.0.9...v0.0.10) (2022-02-19) | ||
|
||
* Add experimental API token support for DNS and CNAME resources | ||
|
||
### [0.0.9](https://github.com/ryanwholey/terraform-provider-pihole/compare/v0.0.8...v0.0.9) (2022-02-08) | ||
|
||
### [0.0.8](https://github.com/ryanwholey/terraform-provider-pihole/compare/v0.0.7...v0.0.8) (2022-02-03) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Handle login and provider configuration errors ([#24](https://github.com/ryanwholey/terraform-provider-pihole/issues/24)) ([31303d3](https://github.com/ryanwholey/terraform-provider-pihole/commit/31303d369b5296f772f8b8c46a849c34f70bc3f5)) | ||
* use correct resource name for domains example ([#21](https://github.com/ryanwholey/terraform-provider-pihole/issues/21)) ([dc54a14](https://github.com/ryanwholey/terraform-provider-pihole/commit/dc54a14f302d55017bfa5a23c7609ef990c956af)) | ||
|
||
### [0.0.7](https://github.com/ryanwholey/terraform-provider-pihole/compare/v0.0.6...v0.0.7) (2021-11-24) | ||
|
||
|
||
### Features | ||
|
||
* Add list domains data source ([#20](https://github.com/ryanwholey/terraform-provider-pihole/issues/20)) ([3ef994d](https://github.com/ryanwholey/terraform-provider-pihole/commit/3ef994d4f2bea2cf979d22528596f658723957ef)) | ||
|
||
### [0.0.6](https://github.com/ryanwholey/terraform-provider-pihole/compare/v0.0.5...v0.0.6) (2021-11-04) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* On read, unset ID when resource not found ([#16](https://github.com/ryanwholey/terraform-provider-pihole/issues/16)) ([715e87c](https://github.com/ryanwholey/terraform-provider-pihole/commit/715e87ced800d4dba1db2a7e5e01462e869380ff)) | ||
|
||
### [0.0.5](https://github.com/ryanwholey/terraform-provider-pihole/compare/v0.0.4...v0.0.5) (2021-11-03) | ||
|
||
### [0.0.4](https://github.com/ryanwholey/terraform-provider-pihole/compare/v0.0.3...v0.0.4) (2021-11-02) | ||
|
||
|
||
### Features | ||
|
||
* Add initial groups client and list data source ([#13](https://github.com/ryanwholey/terraform-provider-pihole/issues/13)) ([c10fc14](https://github.com/ryanwholey/terraform-provider-pihole/commit/c10fc14852f3974f6e053e552232f462a8990f43)) | ||
|
||
### [0.0.3](https://github.com/ryanwholey/terraform-provider-pihole/compare/v0.0.2...v0.0.3) (2021-11-01) | ||
|
||
|
||
### Features | ||
|
||
* Add CNAME record resource ([#9](https://github.com/ryanwholey/terraform-provider-pihole/issues/9)) ([7855577](https://github.com/ryanwholey/terraform-provider-pihole/commit/78555775e2deef996ccc96ab9c49719e22fa41a1)) | ||
|
||
### [0.0.2](https://github.com/ryanwholey/terraform-provider-pihole/compare/v0.0.1...v0.0.2) (2021-11-01) | ||
|
||
### 0.0.1 (2021-11-01) | ||
|
||
BACKWARDS INCOMPATIBILITIES / NOTES: |