From 801617d3c408256ac70661625b2ef027647e0948 Mon Sep 17 00:00:00 2001 From: Jake Thomas Date: Wed, 3 May 2023 15:08:02 -0400 Subject: [PATCH] Keep draft 2020-12 (#563) * keep 2020-12 in metaschema * vbump --- .VERSION | 2 +- deploy/terraform/aws/lambda/variables.tf | 2 +- deploy/terraform/gcp/cloud_run/variables.tf | 2 +- schemas/io.silverton/buz/internal/meta/v1.0.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.VERSION b/.VERSION index caeccacc..abdd9d07 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -v0.16.4 +v0.16.5 diff --git a/deploy/terraform/aws/lambda/variables.tf b/deploy/terraform/aws/lambda/variables.tf index 35a2eca3..313bbeaa 100644 --- a/deploy/terraform/aws/lambda/variables.tf +++ b/deploy/terraform/aws/lambda/variables.tf @@ -29,7 +29,7 @@ variable "buz_domain" { variable "buz_version" { description = "The version of Buz to run." type = string - default = "v0.16.4" + default = "v0.16.5" } variable "buz_lambda_memory_limit" { diff --git a/deploy/terraform/gcp/cloud_run/variables.tf b/deploy/terraform/gcp/cloud_run/variables.tf index 429c7074..955f2bdf 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.16.4" + default = "v0.16.5" } variable "buz_service_timeout_seconds" { diff --git a/schemas/io.silverton/buz/internal/meta/v1.0.json b/schemas/io.silverton/buz/internal/meta/v1.0.json index f145d430..b796235c 100644 --- a/schemas/io.silverton/buz/internal/meta/v1.0.json +++ b/schemas/io.silverton/buz/internal/meta/v1.0.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/silverton-io/buz/main/schemas/io.silverton/buz/internal/meta/v1.0.json", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "io.silverton/buz/internal/meta/v1.0.json", "description": "The Buz Metaschema", "self": {