Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

67 lines (47 loc) · 2.35 KB

[0.2.0] 2023-01-16

Feature

  • Support import resource in #52

Enhancement

  • Replace open api sdk in #50
  • Update terraform-plugin-framework to 1.1.1 in #51
  • Refactor test in #55

Docs

  • Unify user guide in #44
  • Add workflow for terraform in #56

Deps

  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.21.0 to 2.24.1 in #27
  • Bump goreleaser/goreleaser-action from 3 to 4 in #39
  • Bump github.com/hashicorp/terraform-plugin-go from 0.14.1 to 0.14.3 in #42

[0.1.1] 2022-11-15

Docs

  • Fix docs forgeting to change cluster_spec data source to cluster_specs data source.

Deps

  • Bump github.com/hashicorp/terraform-plugin-go from 0.14.0 to 0.14.1.

[0.1.0] 2022-11-15

Compatibility Changes

  • backup datasource is renamed to backups datasource.
  • project datasource is renamed to projects datasource.
  • restore datasource is renamed to restores datasource.
  • cluster_spec datasource is renamed to cluster_specs datasource.

Features

  • Support clusters datasource.

Changes

  • Supplement the status information in cluster resource.

[0.0.4] 2022-10-29

Docs:

[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

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.