From daa3a8032ef9460568d1e88a3c6585ff5928e786 Mon Sep 17 00:00:00 2001 From: Jake Thomas Date: Sat, 28 Sep 2024 23:05:59 -0400 Subject: [PATCH] Bumps version to 0.19.0 following community changes (#597) --- .VERSION | 2 +- deploy/terraform/aws/lambda/variables.tf | 2 +- deploy/terraform/gcp/cloud_run/variables.tf | 2 +- examples/quickstart/docker-compose.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.VERSION b/.VERSION index 129e8025..6d3d55fc 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -v0.18.5 \ No newline at end of file +v0.19.0 \ No newline at end of file diff --git a/deploy/terraform/aws/lambda/variables.tf b/deploy/terraform/aws/lambda/variables.tf index 3276e8b2..8ae4d147 100644 --- a/deploy/terraform/aws/lambda/variables.tf +++ b/deploy/terraform/aws/lambda/variables.tf @@ -41,7 +41,7 @@ variable "buz_image_repo" { variable "buz_version" { description = "The version of Buz to run." type = string - default = "v0.18.5" + default = "v0.19.0" } variable "buz_lambda_memory_limit" { diff --git a/deploy/terraform/gcp/cloud_run/variables.tf b/deploy/terraform/gcp/cloud_run/variables.tf index c3396614..6372c6dd 100644 --- a/deploy/terraform/gcp/cloud_run/variables.tf +++ b/deploy/terraform/gcp/cloud_run/variables.tf @@ -28,7 +28,7 @@ variable "buz_domain" { variable "buz_version" { description = "The version of Buz to run." type = string - default = "v0.18.5" + default = "v0.19.0" } variable "buz_service_timeout_seconds" { diff --git a/examples/quickstart/docker-compose.yml b/examples/quickstart/docker-compose.yml index cb9537ca..b6c60ea0 100644 --- a/examples/quickstart/docker-compose.yml +++ b/examples/quickstart/docker-compose.yml @@ -20,7 +20,7 @@ x-dependency: services: buz: container_name: buz - image: ghcr.io/silverton-io/buz:v0.18.5 + image: ghcr.io/silverton-io/buz:v0.19.0 volumes: - type: bind source: ./buz/quickstart.conf.yml