From ef3edad008c362b536eb370f4130a2ec4675224c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 17:25:46 -0400 Subject: [PATCH] Release v0.1.1 (#21) --- .changes/unreleased/BUG FIXES-20230420-215304.yaml | 6 ------ .changes/unreleased/NOTES-20230512-154919.yaml | 6 ------ .changes/v0.1.1.md | 14 ++++++++++++++ CHANGELOG.md | 14 ++++++++++++++ 4 files changed, 28 insertions(+), 12 deletions(-) delete mode 100644 .changes/unreleased/BUG FIXES-20230420-215304.yaml delete mode 100644 .changes/unreleased/NOTES-20230512-154919.yaml create mode 100644 .changes/v0.1.1.md diff --git a/.changes/unreleased/BUG FIXES-20230420-215304.yaml b/.changes/unreleased/BUG FIXES-20230420-215304.yaml deleted file mode 100644 index f8b5edbe..00000000 --- a/.changes/unreleased/BUG FIXES-20230420-215304.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: 'resource/environment: Fix `offline_cleanup_timeout_hours` validation to match - behavior of the BastionZero API' -time: 2023-04-20T21:53:04.52468-04:00 -custom: - Issues: "15" diff --git a/.changes/unreleased/NOTES-20230512-154919.yaml b/.changes/unreleased/NOTES-20230512-154919.yaml deleted file mode 100644 index 79952cc7..00000000 --- a/.changes/unreleased/NOTES-20230512-154919.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: NOTES -body: Upgraded [`bastionzero-sdk-go`](https://github.com/bastionzero/bastionzero-sdk-go) - to v0.2.0 -time: 2023-05-12T15:49:19.85639-04:00 -custom: - Issues: "17" diff --git a/.changes/v0.1.1.md b/.changes/v0.1.1.md new file mode 100644 index 00000000..a84a2da0 --- /dev/null +++ b/.changes/v0.1.1.md @@ -0,0 +1,14 @@ +## v0.1.1 (May 24, 2023) + +NOTES: + + +* Upgraded [`bastionzero-sdk-go`](https://github.com/bastionzero/bastionzero-sdk-go) to v0.2.0 ([#17](https://github.com/bastionzero/terraform-provider-bastionzero/issues/17)). + + +BUG FIXES: + + +* resource/environment: Fix `offline_cleanup_timeout_hours` validation to match behavior of the BastionZero API ([#15](https://github.com/bastionzero/terraform-provider-bastionzero/issues/15)). + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 2789fac2..e69ae2b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v0.1.1 (May 24, 2023) + +NOTES: + + +* Upgraded [`bastionzero-sdk-go`](https://github.com/bastionzero/bastionzero-sdk-go) to v0.2.0 ([#17](https://github.com/bastionzero/terraform-provider-bastionzero/issues/17)). + + +BUG FIXES: + + +* resource/environment: Fix `offline_cleanup_timeout_hours` validation to match behavior of the BastionZero API ([#15](https://github.com/bastionzero/terraform-provider-bastionzero/issues/15)). + + ## v0.1.0 (April 19, 2023) FEATURES: