From 2b8527e50eca61046904c335cab9f1f1da414a34 Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Fri, 18 Jul 2025 14:36:17 +1000 Subject: [PATCH 1/3] fix: bump avocano --- infra/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/variables.tf b/infra/variables.tf index 3019e995..9decda4a 100644 --- a/infra/variables.tf +++ b/infra/variables.tf @@ -62,7 +62,7 @@ variable "init" { variable "image_version" { type = string - default = "v1.13.4" + default = "v1.13.9" description = "Version of the container image to use" } From e0ded6b25d7e566fef8a6c424b4e5bc9fc2e2340 Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Fri, 18 Jul 2025 15:42:03 +1000 Subject: [PATCH 2/3] bump --- infra/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/README.md b/infra/README.md index ef824268..98322ef4 100644 --- a/infra/README.md +++ b/infra/README.md @@ -48,7 +48,7 @@ Functional examples are included in the | database\_name | Cloud SQL database name | `string` | `"django"` | no | | database\_username | Cloud SQL database name | `string` | `"server"` | no | | enable\_apis | Whether or not to enable underlying apis in this solution. | `bool` | `true` | no | -| image\_version | Version of the container image to use | `string` | `"v1.13.4"` | no | +| image\_version | Version of the container image to use | `string` | `"v1.13.9"` | no | | init | Initialize database? | `bool` | `true` | no | | instance\_name | Cloud SQL Instance name | `string` | `"psql"` | no | | labels | A set of key/value label pairs to assign to the resources deployed by this blueprint. | `map(string)` | `{}` | no | From 91ebfcc8c80ede70e1d0a5c4a032e46af877322d Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Tue, 7 Oct 2025 07:14:32 +1100 Subject: [PATCH 3/3] bump avocano --- infra/README.md | 2 +- infra/variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/README.md b/infra/README.md index 98322ef4..cb12faad 100644 --- a/infra/README.md +++ b/infra/README.md @@ -48,7 +48,7 @@ Functional examples are included in the | database\_name | Cloud SQL database name | `string` | `"django"` | no | | database\_username | Cloud SQL database name | `string` | `"server"` | no | | enable\_apis | Whether or not to enable underlying apis in this solution. | `bool` | `true` | no | -| image\_version | Version of the container image to use | `string` | `"v1.13.9"` | no | +| image\_version | Version of the container image to use | `string` | `"v1.13.10"` | no | | init | Initialize database? | `bool` | `true` | no | | instance\_name | Cloud SQL Instance name | `string` | `"psql"` | no | | labels | A set of key/value label pairs to assign to the resources deployed by this blueprint. | `map(string)` | `{}` | no | diff --git a/infra/variables.tf b/infra/variables.tf index 9decda4a..ef2160c8 100644 --- a/infra/variables.tf +++ b/infra/variables.tf @@ -62,7 +62,7 @@ variable "init" { variable "image_version" { type = string - default = "v1.13.9" + default = "v1.13.10" description = "Version of the container image to use" }