Skip to content

Commit

Permalink
Keep draft 2020-12 (#563)
Browse files Browse the repository at this point in the history
* keep 2020-12 in metaschema

* vbump
  • Loading branch information
jakthom committed May 3, 2023
1 parent 0fa8a5f commit 801617d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.16.4
v0.16.5
2 changes: 1 addition & 1 deletion deploy/terraform/aws/lambda/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion deploy/terraform/gcp/cloud_run/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
2 changes: 1 addition & 1 deletion schemas/io.silverton/buz/internal/meta/v1.0.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 801617d

Please sign in to comment.