Skip to content

Commit

Permalink
Release v0.3.0 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 16, 2023
1 parent 17232da commit e7a77ec
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changes/unreleased/ENHANCEMENTS-20231110-113936.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/FEATURES-20231114-135319.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/FEATURES-20231114-135532.yaml

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/NOTES-20231115-182219.yaml

This file was deleted.

26 changes: 26 additions & 0 deletions .changes/v0.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## v0.3.0 (November 15, 2023)

FEATURES:


* data-source/supported_database_configs: Get a list of all supported database authentication configs ([#67](https://github.com/bastionzero/terraform-provider-bastionzero/issues/67)).


* resource/db_target: Add support for managing Db targets ([#67](https://github.com/bastionzero/terraform-provider-bastionzero/issues/67)).


ENHANCEMENTS:


* data-source/db_target, data-source/db_targets, data-source/web_target, data-source/web_targets: Add `proxy_environment_id` attribute ([#68](https://github.com/bastionzero/terraform-provider-bastionzero/issues/68)).


NOTES:


* Update to Go 1.20 and require it to build and run this provider; this is the last Go release that runs on macOS 10.13 High Sierra, macOS 10.14 Mojave, Windows 7, Windows 8, Windows Server 2008, and Windows Server 2012. A future release of this provider will update to Go 1.21, and these platforms will no longer be supported ([#62](https://github.com/bastionzero/terraform-provider-bastionzero/issues/62)).


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


26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## v0.3.0 (November 15, 2023)

FEATURES:


* data-source/supported_database_configs: Get a list of all supported database authentication configs ([#67](https://github.com/bastionzero/terraform-provider-bastionzero/issues/67)).


* resource/db_target: Add support for managing Db targets ([#67](https://github.com/bastionzero/terraform-provider-bastionzero/issues/67)).


ENHANCEMENTS:


* data-source/db_target, data-source/db_targets, data-source/web_target, data-source/web_targets: Add `proxy_environment_id` attribute ([#68](https://github.com/bastionzero/terraform-provider-bastionzero/issues/68)).


NOTES:


* Update to Go 1.20 and require it to build and run this provider; this is the last Go release that runs on macOS 10.13 High Sierra, macOS 10.14 Mojave, Windows 7, Windows 8, Windows Server 2008, and Windows Server 2012. A future release of this provider will update to Go 1.21, and these platforms will no longer be supported ([#62](https://github.com/bastionzero/terraform-provider-bastionzero/issues/62)).


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


## v0.2.0 (October 18, 2023)

ENHANCEMENTS:
Expand Down

0 comments on commit e7a77ec

Please sign in to comment.