Skip to content

Commit

Permalink
ci: Prepare for the 1.1.1 release (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
wai-wong-edb authored Oct 29, 2024
1 parent c090758 commit c609e0f
Show file tree
Hide file tree
Showing 47 changed files with 71 additions and 54 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.1.1 (October 29. 2024)
Bug Fixes:
* Fixed Data Source `biganimal_cluster` cloud_provider not working with your cloud account
* Fixed Data Source `biganimal_projects` conversion error
* Fixed Data Source `biganimal_region` conversion error

## v1.1.0 (October 21. 2024)
Features:
* New Resource and Data Source to manage tags: `biganimal_tag`
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HOSTNAME=registry.terraform.io
NAMESPACE=EnterpriseDB
NAME=biganimal
BINARY=terraform-provider-${NAME}
VERSION=1.1.0
VERSION=1.1.1

# Figure out the OS and ARCH of the
# builder machine
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/csp_tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/pgd.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
Expand Down
12 changes: 12 additions & 0 deletions docs/data-sources/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ Required:
Optional:

- `cloud_providers` (Attributes Set) Enabled Cloud Providers. (see [below for nested schema](#nestedatt--projects--cloud_providers))
- `tags` (Attributes Set) Show existing tags associated with this resource (see [below for nested schema](#nestedatt--projects--tags))

Read-Only:

- `cluster_count` (Number) User Count of the project.
- `id` (String) Resource ID of the project.
- `project_id` (String) Project ID of the project.
- `user_count` (Number) User Count of the project.

Expand All @@ -68,3 +70,13 @@ Read-Only:

- `cloud_provider_id` (String) Cloud Provider ID.
- `cloud_provider_name` (String) Cloud Provider Name.


<a id="nestedatt--projects--tags"></a>
### Nested Schema for `projects.tags`

Read-Only:

- `color` (String)
- `tag_id` (String)
- `tag_name` (String)
7 changes: 3 additions & 4 deletions docs/data-sources/region.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ output "cloud_provider_id" {

- `id` (String) Datasource ID.
- `regions` (Attributes List) Region information. (see [below for nested schema](#nestedatt--regions))
- `tags` (Attributes Set) show tags associated with this resource (see [below for nested schema](#nestedatt--tags))

<a id="nestedatt--regions"></a>
### Nested Schema for `regions`
Expand All @@ -63,10 +62,10 @@ Read-Only:
- `name` (String) Region name of the region.
- `region_id` (String) Region ID of the region.
- `status` (String) Region status of the region.
- `tags` (Attributes Set) show tags associated with this resource (see [below for nested schema](#nestedatt--regions--tags))


<a id="nestedatt--tags"></a>
### Nested Schema for `tags`
<a id="nestedatt--regions--tags"></a>
### Nested Schema for `regions.tags`

Read-Only:

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/aws_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/azure_connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down Expand Up @@ -148,7 +148,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/csp_tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/faraway_replica.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down
12 changes: 6 additions & 6 deletions docs/resources/pgd.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down Expand Up @@ -124,7 +124,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down Expand Up @@ -308,7 +308,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down Expand Up @@ -422,7 +422,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down Expand Up @@ -606,7 +606,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down Expand Up @@ -724,7 +724,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/region.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
2 changes: 1 addition & 1 deletion examples/data-sources/biganimal_aws_connection/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
2 changes: 1 addition & 1 deletion examples/data-sources/biganimal_cluster/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
2 changes: 1 addition & 1 deletion examples/data-sources/biganimal_csp_tag/data-source.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
2 changes: 1 addition & 1 deletion examples/data-sources/biganimal_pgd/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
2 changes: 1 addition & 1 deletion examples/data-sources/biganimal_projects/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
2 changes: 1 addition & 1 deletion examples/data-sources/biganimal_region/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
2 changes: 1 addition & 1 deletion examples/data-sources/biganimal_tag/data-source.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/biganimal_aws_connection/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/biganimal_azure_connection/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/biganimal_cluster/ha/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/biganimal_csp_tag/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
version = "1.1.1"
}
random = {
source = "hashicorp/random"
Expand Down
Loading

0 comments on commit c609e0f

Please sign in to comment.