From b9dc6dfe1ab957fc399e330fdd1369336f349b95 Mon Sep 17 00:00:00 2001 From: actions-user Date: Wed, 3 Apr 2024 02:35:12 +0000 Subject: [PATCH] chore: auto-update generated files --- flake.nix | 2 +- www/docs/static/latest | 2 +- www/docs/static/latest-pro | 2 +- www/docs/static/releases-pro.json | 3 ++ www/docs/static/releases.json | 3 ++ www/docs/static/schema.json | 83 ++++++++++++++++++++++++++++--- 6 files changed, 85 insertions(+), 10 deletions(-) diff --git a/flake.nix b/flake.nix index a360a2b23..142d2c668 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ src = ./.; ldflags = [ "-s" "-w" "-X main.version=dev" "-X main.builtBy=flake" ]; doCheck = false; - vendorHash = "sha256-ND9owINZcsEBa1EmLCO40UdQ/11StPheQLJP6Ax13Mw="; + vendorHash = ""; }; devShells.default = pkgs.mkShellNoCC { diff --git a/www/docs/static/latest b/www/docs/static/latest index de8c3cf6c..bb04940a6 100644 --- a/www/docs/static/latest +++ b/www/docs/static/latest @@ -1 +1 @@ -v1.24.0 +v1.25.0 diff --git a/www/docs/static/latest-pro b/www/docs/static/latest-pro index 927c11f0c..fc4c2be98 100644 --- a/www/docs/static/latest-pro +++ b/www/docs/static/latest-pro @@ -1 +1 @@ -v1.24.0-pro +v1.25.0-pro diff --git a/www/docs/static/releases-pro.json b/www/docs/static/releases-pro.json index 30e1cf95d..184514d05 100644 --- a/www/docs/static/releases-pro.json +++ b/www/docs/static/releases-pro.json @@ -1,4 +1,7 @@ [ + { + "tag_name": "v1.25.0-pro" + }, { "tag_name": "v1.24.0-pro" }, diff --git a/www/docs/static/releases.json b/www/docs/static/releases.json index 72e805685..aa5537c57 100644 --- a/www/docs/static/releases.json +++ b/www/docs/static/releases.json @@ -1,4 +1,7 @@ [ + { + "tag_name": "v1.25.0" + }, { "tag_name": "v1.24.0" }, diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index 029f020f9..ec1986738 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -208,7 +208,7 @@ } ] }, - "strip_parent_binary_folder": { + "strip_binary_directory": { "type": "boolean" }, "files": { @@ -233,6 +233,9 @@ } ], "description": "you can now remove this" + }, + "strip_parent_binary_folder": { + "type": "boolean" } }, "additionalProperties": false, @@ -264,7 +267,7 @@ "disable_ssl": { "type": "boolean" }, - "folder": { + "directory": { "type": "string" }, "kms_key": { @@ -310,6 +313,9 @@ "content_disposition": { "type": "string" }, + "include_meta": { + "type": "boolean" + }, "disableSSL": { "type": "boolean", "description": "use disable_ssl instead" @@ -317,6 +323,9 @@ "kmskey": { "type": "string", "description": "use kms_key instead" + }, + "folder": { + "type": "string" } }, "additionalProperties": false, @@ -407,6 +416,7 @@ "enum": [ "c-archive", "c-shared", + "pie", "" ], "default": "" @@ -471,6 +481,7 @@ "enum": [ "c-archive", "c-shared", + "pie", "" ], "default": "" @@ -593,6 +604,9 @@ "algorithm": { "type": "string" }, + "split": { + "type": "boolean" + }, "ids": { "items": { "type": "string" @@ -1070,7 +1084,8 @@ "gz", "tar.xz", "txz", - "binary" + "binary", + "none" ], "default": "tar.gz" } @@ -1186,6 +1201,9 @@ }, "mod": { "type": "string" + }, + "dir": { + "type": "string" } }, "additionalProperties": false, @@ -1205,7 +1223,7 @@ "commit_msg_template": { "type": "string" }, - "folder": { + "directory": { "type": "string" }, "caveats": { @@ -1260,6 +1278,12 @@ "url_template": { "type": "string" }, + "url_headers": { + "items": { + "type": "string" + }, + "type": "array" + }, "custom_require": { "type": "string" }, @@ -1295,6 +1319,9 @@ "plist": { "type": "string", "description": "use service instead" + }, + "folder": { + "type": "string" } }, "additionalProperties": false, @@ -1732,7 +1759,14 @@ }, "formats": { "items": { - "type": "string" + "type": "string", + "enum": [ + "apk", + "deb", + "rpm", + "termux.deb", + "archlinux" + ] }, "type": "array" }, @@ -1858,6 +1892,27 @@ "type": "string" }, "type": "array" + }, + "compression": { + "type": "string", + "enum": [ + "gzip", + "xz", + "none" + ], + "default": "gzip" + }, + "fields": { + "additionalProperties": { + "type": "string" + }, + "type": "object" + }, + "predepends": { + "items": { + "type": "string" + }, + "type": "array" } }, "additionalProperties": false, @@ -2450,6 +2505,9 @@ "signature": { "type": "boolean" }, + "meta": { + "type": "boolean" + }, "dir": { "type": "string" }, @@ -2631,6 +2689,12 @@ "replace" ], "default": "keep-existing" + }, + "replace_existing_artifacts": { + "type": "boolean" + }, + "include_meta": { + "type": "boolean" } }, "additionalProperties": false, @@ -2770,7 +2834,7 @@ "repository": { "$ref": "#/$defs/RepoRef" }, - "folder": { + "directory": { "type": "string" }, "commit_author": { @@ -2840,6 +2904,9 @@ "bucket": { "$ref": "#/$defs/RepoRef", "description": "use repository instead" + }, + "folder": { + "type": "string" } }, "additionalProperties": false, @@ -3486,6 +3553,9 @@ "signature": { "type": "boolean" }, + "meta": { + "type": "boolean" + }, "custom_artifact_name": { "type": "boolean" }, @@ -3623,7 +3693,6 @@ "additionalProperties": false, "type": "object", "required": [ - "name", "publisher", "repository", "short_description",