diff --git a/.version b/.version index ccff224..1cac385 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.10.7 +1.11.0 diff --git a/terraform/aws/README.md b/terraform/aws/README.md index 216d1d7..17e56a2 100644 --- a/terraform/aws/README.md +++ b/terraform/aws/README.md @@ -13,7 +13,7 @@ Create a file named `terraform.tfvars` with the mandatory variables, you can use this as an example: ```hcl -app_version = "1.10.7" +app_version = "1.11.0" # Example for authentication using admin@mycompany.com initial_admins = ["admin"] principal_domain = "mycompany.com" diff --git a/terraform/aws/README_terraform_docs.md b/terraform/aws/README_terraform_docs.md index acd5779..be11849 100644 --- a/terraform/aws/README_terraform_docs.md +++ b/terraform/aws/README_terraform_docs.md @@ -75,7 +75,7 @@ | [ECR\_SECRET\_KEY](#input\_ECR\_SECRET\_KEY) | The Secret Key shared by Collate to pull Docker images from ECR. | `string` | n/a | yes | | [app\_helm\_chart\_version](#input\_app\_helm\_chart\_version) | The version of the OpenMetadata Helm chart to deploy. If not specified, the variable `app_version` will be used. | `string` | `null` | no | | [app\_namespace](#input\_app\_namespace) | Namespace to deploy the OpenMetadata application. | `string` | `"openmetadata"` | no | -| [app\_version](#input\_app\_version) | The version of the OpenMetadata application to deploy. | `string` | `"1.10.7"` | no | +| [app\_version](#input\_app\_version) | The version of the OpenMetadata application to deploy. | `string` | `"1.11.0"` | no | | [argowf\_db\_instance\_class](#input\_argowf\_db\_instance\_class) | Argo Workflows database instance type. | `string` | `"db.t4g.micro"` | no | | [argowf\_db\_instance\_name](#input\_argowf\_db\_instance\_name) | Name of the Argo Workflows database instance. | `string` | `"argowf"` | no | | [argowf\_db\_iops](#input\_argowf\_db\_iops) | The amount of provisioned IOPS for Argo Workflows database. Setting this implies a db\_storage\_type of 'io1' or `gp3`. | `number` | `null` | no | diff --git a/terraform/aws/variables.tf b/terraform/aws/variables.tf index 5c05430..85ad925 100644 --- a/terraform/aws/variables.tf +++ b/terraform/aws/variables.tf @@ -37,7 +37,7 @@ variable "vpc_id" { variable "app_version" { type = string description = "The version of the OpenMetadata application to deploy." - default = "1.10.7" + default = "1.11.0" } variable "app_helm_chart_version" { diff --git a/terraform/hybrid-ingestion-runner/aws/variables.tf b/terraform/hybrid-ingestion-runner/aws/variables.tf index 9e595b8..cc07f17 100644 --- a/terraform/hybrid-ingestion-runner/aws/variables.tf +++ b/terraform/hybrid-ingestion-runner/aws/variables.tf @@ -14,7 +14,7 @@ variable "region" { variable "release_version" { type = string description = "The Hybrid Ingestion Runner version to deploy." - default = "1.10.7" + default = "1.11.0" } variable "namespace" { diff --git a/terraform/hybrid-ingestion-runner/azure/variables.tf b/terraform/hybrid-ingestion-runner/azure/variables.tf index 3180bfd..9a2fcb9 100644 --- a/terraform/hybrid-ingestion-runner/azure/variables.tf +++ b/terraform/hybrid-ingestion-runner/azure/variables.tf @@ -29,7 +29,7 @@ variable "location" { variable "release_version" { type = string description = "The Hybrid Ingestion Runner version to deploy." - default = "1.10.7" + default = "1.11.0" } variable "namespace" {