Skip to content

Commit 26f4b84

Browse files
chore(release): Prepare Branch for release 1.11.5 (#109)
Co-authored-by: collate-release-automations[bot] <168888702+collate-release-automations[bot]@users.noreply.github.com>
1 parent 37a29bb commit 26f4b84

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.4
1+
1.11.5

terraform/aws/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Create a file named `terraform.tfvars` with the mandatory variables, you can use this as an example:
1414

1515
```hcl
16-
app_version = "1.11.4"
16+
app_version = "1.11.5"
1717
# Example for authentication using admin@mycompany.com
1818
initial_admins = ["admin"]
1919
principal_domain = "mycompany.com"

terraform/aws/README_terraform_docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
| <a name="input_ECR_SECRET_KEY"></a> [ECR\_SECRET\_KEY](#input\_ECR\_SECRET\_KEY) | The Secret Key shared by Collate to pull Docker images from ECR. | `string` | n/a | yes |
7676
| <a name="input_app_helm_chart_version"></a> [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 |
7777
| <a name="input_app_namespace"></a> [app\_namespace](#input\_app\_namespace) | Namespace to deploy the OpenMetadata application. | `string` | `"openmetadata"` | no |
78-
| <a name="input_app_version"></a> [app\_version](#input\_app\_version) | The version of the OpenMetadata application to deploy. | `string` | `"1.11.4"` | no |
78+
| <a name="input_app_version"></a> [app\_version](#input\_app\_version) | The version of the OpenMetadata application to deploy. | `string` | `"1.11.5"` | no |
7979
| <a name="input_argowf_db_instance_class"></a> [argowf\_db\_instance\_class](#input\_argowf\_db\_instance\_class) | Argo Workflows database instance type. | `string` | `"db.t4g.micro"` | no |
8080
| <a name="input_argowf_db_instance_name"></a> [argowf\_db\_instance\_name](#input\_argowf\_db\_instance\_name) | Name of the Argo Workflows database instance. | `string` | `"argowf"` | no |
8181
| <a name="input_argowf_db_iops"></a> [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 |

terraform/aws/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ variable "vpc_id" {
3737
variable "app_version" {
3838
type = string
3939
description = "The version of the OpenMetadata application to deploy."
40-
default = "1.11.4"
40+
default = "1.11.5"
4141
}
4242

4343
variable "app_helm_chart_version" {

terraform/hybrid-ingestion-runner/aws/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variable "region" {
1414
variable "release_version" {
1515
type = string
1616
description = "The Hybrid Ingestion Runner version to deploy."
17-
default = "1.11.4"
17+
default = "1.11.5"
1818
}
1919

2020
variable "namespace" {

terraform/hybrid-ingestion-runner/azure/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ variable "location" {
2929
variable "release_version" {
3030
type = string
3131
description = "The Hybrid Ingestion Runner version to deploy."
32-
default = "1.11.4"
32+
default = "1.11.5"
3333
}
3434

3535
variable "namespace" {

0 commit comments

Comments
 (0)