-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
4a8cbb4
commit 0fdb268
Showing
1 changed file
with
15 additions
and
5 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,11 +1,21 @@ | ||
## [0.0.3] 2022-10-14 | ||
|
||
Changes: | ||
- Credentials in provider change from username/password to public_key/private_key. | ||
- Include terraform provider information in client requests. | ||
|
||
Docs: | ||
- Fix restore data source example. | ||
- Update local development commands in README. | ||
|
||
## [0.0.2] 2022-09-26 | ||
|
||
Doc: | ||
- Add the use of `terraform init` in README.md | ||
- Add the README.md link in provider example | ||
Docs: | ||
- Add the use of `terraform init` in README.md. | ||
- Add the README.md link in provider example. | ||
|
||
## 0.0.1 | ||
|
||
Features: | ||
- Support datasource: project, cluster spec, restore, backup | ||
- Support resources: cluster, restore, backup | ||
- Support datasource: project, cluster spec, restore, backup. | ||
- Support resources: cluster, restore, backup. |