Skip to content

Commit

Permalink
Release v0.2.0 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 18, 2023
1 parent 1cb043b commit 487c910
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20231012-124039.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/NOTES-20231012-140004.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/NOTES-20231018-172811.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions .changes/v0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## v0.2.0 (October 18, 2023)

ENHANCEMENTS:


* data-source/db_target, data-source/db_targets: Add `database_authentication_config` attribute which contains information about the db target's database auth configuration ([#58](https://github.com/bastionzero/terraform-provider-bastionzero/issues/58)).


NOTES:


* data-source/db_target, data-source/db_targets: Deprecate `database_type` and `is_split_cert` attributes; use `database_authentication_config.database` and `database_authentication_config.authentication_type == "SplitCert"` instead ([#58](https://github.com/bastionzero/terraform-provider-bastionzero/issues/58)).


* Upgraded [`bastionzero-sdk-go`](https://github.com/bastionzero/bastionzero-sdk-go) to v0.9.0 ([#60](https://github.com/bastionzero/terraform-provider-bastionzero/issues/60)).


17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v0.2.0 (October 18, 2023)

ENHANCEMENTS:


* data-source/db_target, data-source/db_targets: Add `database_authentication_config` attribute which contains information about the db target's database auth configuration ([#58](https://github.com/bastionzero/terraform-provider-bastionzero/issues/58)).


NOTES:


* data-source/db_target, data-source/db_targets: Deprecate `database_type` and `is_split_cert` attributes; use `database_authentication_config.database` and `database_authentication_config.authentication_type == "SplitCert"` instead ([#58](https://github.com/bastionzero/terraform-provider-bastionzero/issues/58)).


* Upgraded [`bastionzero-sdk-go`](https://github.com/bastionzero/bastionzero-sdk-go) to v0.9.0 ([#60](https://github.com/bastionzero/terraform-provider-bastionzero/issues/60)).


## v0.1.2 (August 30, 2023)

NOTES:
Expand Down

0 comments on commit 487c910

Please sign in to comment.