diff --git a/flake.lock b/flake.lock index 66bb24f15..56c276b5f 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1720891037, - "narHash": "sha256-EvRkCYrk/IGkxZbs6/tr3+gHEwlai1gW9j8GjMa4CXo=", + "lastModified": 1721913546, + "narHash": "sha256-32afay4Evxnshtt6kQ1McWGoLt4wQxmkaoPP6E8amUs=", "owner": "caarlos0", "repo": "nur", - "rev": "79a46c40e36b77119f217b8a7ca41892d38bf648", + "rev": "e15298eadecec10fc676921863c42a19bf03fb82", "type": "github" }, "original": { @@ -54,11 +54,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1720957393, - "narHash": "sha256-oedh2RwpjEa+TNxhg5Je9Ch6d3W1NKi7DbRO1ziHemA=", + "lastModified": 1723362943, + "narHash": "sha256-dFZRVSgmJkyM0bkPpaYRtG/kRMRTorUIDj8BxoOt1T4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "693bc46d169f5af9c992095736e82c3488bf7dbb", + "rev": "a58bc8ad779655e790115244571758e8de055e3d", "type": "github" }, "original": { diff --git a/internal/pipe/nix/licenses.go b/internal/pipe/nix/licenses.go index d730487d2..26885450b 100644 --- a/internal/pipe/nix/licenses.go +++ b/internal/pipe/nix/licenses.go @@ -57,6 +57,7 @@ var validLicenses = []string{ "cc-by-nc-30", "cc-by-nc-40", "cc-by-nd-30", + "cc-by-nd-40", "cc-by-sa-10", "cc-by-sa-20", "cc-by-sa-25", @@ -201,6 +202,7 @@ var validLicenses = []string{ "qhull", "qpl", "qwt", + "radiance", "ruby", "sendmail", "sgi-b-20", diff --git a/www/docs/static/latest b/www/docs/static/latest index 1defe531b..a4b6ac3de 100644 --- a/www/docs/static/latest +++ b/www/docs/static/latest @@ -1 +1 @@ -v2.1.0 +v2.2.0 diff --git a/www/docs/static/latest-pro b/www/docs/static/latest-pro index 5412a2b6b..fad01e3e8 100644 --- a/www/docs/static/latest-pro +++ b/www/docs/static/latest-pro @@ -1 +1 @@ -v2.1.0-pro +v2.2.0-pro diff --git a/www/docs/static/releases-pro.json b/www/docs/static/releases-pro.json index 26e43a232..a54825b02 100644 --- a/www/docs/static/releases-pro.json +++ b/www/docs/static/releases-pro.json @@ -1,4 +1,7 @@ [ + { + "tag_name": "v2.2.0-pro" + }, { "tag_name": "v2.1.0-pro" }, diff --git a/www/docs/static/releases.json b/www/docs/static/releases.json index c492736b8..4916f7b46 100644 --- a/www/docs/static/releases.json +++ b/www/docs/static/releases.json @@ -1,4 +1,7 @@ [ + { + "tag_name": "v2.2.0" + }, { "tag_name": "v2.1.0" }, diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index 7e8b9758f..a7a1a0395 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -2526,6 +2526,12 @@ }, "type": "array" }, + "binary_signs": { + "items": { + "$ref": "#/$defs/Sign" + }, + "type": "array" + }, "env_files": { "$ref": "#/$defs/EnvFiles" }, @@ -3410,6 +3416,9 @@ "properties": { "name_template": { "type": "string" + }, + "version_template": { + "type": "string" } }, "additionalProperties": false,