diff --git a/flake.lock b/flake.lock index 29a1866f6..119bcc5b8 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1724682467, - "narHash": "sha256-eHS2MpfJprzBiEXEuA4Qe8MAGOKjzcOYG7vw12Iwu7o=", + "lastModified": 1726100449, + "narHash": "sha256-VdP44D9gxac17KxjKy9jg4gkveqsuPXv2pFSolP4afI=", "owner": "caarlos0", "repo": "nur", - "rev": "2785d5a6a3c295510c8a9e7c63621b124b17c203", + "rev": "98c914a4d9b7d2f2a4a99924c4abbabe7d56f0e7", "type": "github" }, "original": { @@ -54,11 +54,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1725103162, - "narHash": "sha256-Ym04C5+qovuQDYL/rKWSR+WESseQBbNAe5DsXNx5trY=", + "lastModified": 1725983898, + "narHash": "sha256-4b3A9zPpxAxLnkF9MawJNHDtOOl6ruL0r6Og1TEDGCE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "12228ff1752d7b7624a54e9c1af4b222b3c1073b", + "rev": "1355a0cbfeac61d785b7183c0caaec1f97361b43", "type": "github" }, "original": { diff --git a/internal/pipe/nix/licenses.go b/internal/pipe/nix/licenses.go index 26885450b..6b6d63e2e 100644 --- a/internal/pipe/nix/licenses.go +++ b/internal/pipe/nix/licenses.go @@ -73,6 +73,7 @@ var validLicenses = []string{ "cecill21", "cecill-b", "cecill-c", + "cockroachdb-community-license", "cpal10", "commons-clause", "cpl10", @@ -100,6 +101,7 @@ var validLicenses = []string{ "fraunhofer-fdk", "free", "fsl11Mit", + "fsl11Asl20", "ftl", "g4sl", "geogebra", @@ -134,6 +136,7 @@ var validLicenses = []string{ "isc", "databricks", "databricks-dbx", + "databricks-license", "fair", "fairsource09", "hl3", @@ -151,7 +154,6 @@ var validLicenses = []string{ "lgpllr", "libpng", "libpng2", - "libssh2", "libtiff", "llgpl21", "lppl1", @@ -162,6 +164,7 @@ var validLicenses = []string{ "miros", "mit", "mit-feh", + "mit-modern", "mitAdvertising", "mit0", "mpl10", @@ -240,7 +243,6 @@ var validLicenses = []string{ "xinetd", "xskat", "zlib", - "zsh", "zpl20", "zpl21", "apsl10", diff --git a/www/docs/static/latest b/www/docs/static/latest index a4b6ac3de..b1d18bc43 100644 --- a/www/docs/static/latest +++ b/www/docs/static/latest @@ -1 +1 @@ -v2.2.0 +v2.3.0 diff --git a/www/docs/static/latest-pro b/www/docs/static/latest-pro index fad01e3e8..b3181944c 100644 --- a/www/docs/static/latest-pro +++ b/www/docs/static/latest-pro @@ -1 +1 @@ -v2.2.0-pro +v2.3.0-pro diff --git a/www/docs/static/releases-pro.json b/www/docs/static/releases-pro.json index a54825b02..411f6a82e 100644 --- a/www/docs/static/releases-pro.json +++ b/www/docs/static/releases-pro.json @@ -1,4 +1,7 @@ [ + { + "tag_name": "v2.3.0-pro" + }, { "tag_name": "v2.2.0-pro" }, diff --git a/www/docs/static/releases.json b/www/docs/static/releases.json index 4916f7b46..6f621a0f8 100644 --- a/www/docs/static/releases.json +++ b/www/docs/static/releases.json @@ -1,4 +1,7 @@ [ + { + "tag_name": "v2.3.0" + }, { "tag_name": "v2.2.0" }, diff --git a/www/docs/static/schema.json b/www/docs/static/schema.json index a7a1a0395..e6617c2e4 100644 --- a/www/docs/static/schema.json +++ b/www/docs/static/schema.json @@ -393,7 +393,14 @@ "type": "string" }, "skip": { - "type": "boolean" + "oneOf": [ + { + "type": "string" + }, + { + "type": "boolean" + } + ] }, "gobinary": { "type": "string" @@ -402,7 +409,7 @@ "type": "string" }, "no_unique_dist_dir": { - "type": "boolean" + "type": "string" }, "no_main_check": { "type": "boolean"