From 08aa0ef8606ce8a33732e10e42c776f2ba8020c4 Mon Sep 17 00:00:00 2001 From: wai-wong-edb <119956756+wai-wong-edb@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:58:41 +0100 Subject: [PATCH] ci: Prepare for the 0.6.1 release. (#371) * ci: Prepare for the 0.6.1 release. * docs: updated docs BigAnimal cloud account --- .goreleaser.yml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 43c92bf4..b3e7a72a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -55,6 +55,6 @@ release: - glob: 'terraform-registry-manifest.json' name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json' # If you want to manually examine the release before its live, uncomment this line: - draft: true + draft: false changelog: skip: true diff --git a/CHANGELOG.md b/CHANGELOG.md index ef284079..ff031fc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## v0.6.1 (September 19. 2023) Features: -* BigAnimal Terraform Provider now supports BigAnimal Hosted(BAH) AWS, Azure and Google Cloud provider for `biganimal_cluster` and `biganimal_pgd` resources +* BigAnimal Terraform Provider now supports BigAnimal's cloud account AWS, Azure and Google Cloud provider for `biganimal_cluster` and `biganimal_pgd` resources * Custom maintenance window support for `biganimal_cluster` resources * Custom maintenance window support for the Witness groups in the `biganimal_pgd` resources