diff --git a/internal/pipe/nix/licenses.go b/internal/pipe/nix/licenses.go index 96b794327..b7cea5901 100644 --- a/internal/pipe/nix/licenses.go +++ b/internal/pipe/nix/licenses.go @@ -221,6 +221,7 @@ var validLicenses = []string{ "sustainableUse", "tsl", "tcltk", + "tost", "ucd", "ufl", "unfree", diff --git a/www/docs/static/latest b/www/docs/static/latest index 3dfbe3369..4d86c3000 100644 --- a/www/docs/static/latest +++ b/www/docs/static/latest @@ -1 +1 @@ -v2.4.2 +v2.4.3 diff --git a/www/docs/static/latest-pro b/www/docs/static/latest-pro index 1e612f50f..4da1ebbec 100644 --- a/www/docs/static/latest-pro +++ b/www/docs/static/latest-pro @@ -1 +1 @@ -v2.4.2-pro +v2.4.3-pro diff --git a/www/docs/static/releases-pro.json b/www/docs/static/releases-pro.json index 5a9ebcc67..3159ecff3 100644 --- a/www/docs/static/releases-pro.json +++ b/www/docs/static/releases-pro.json @@ -1,4 +1,7 @@ [ + { + "tag_name": "v2.4.3-pro" + }, { "tag_name": "v2.4.2-pro" }, diff --git a/www/docs/static/releases.json b/www/docs/static/releases.json index 8a68524b5..e4c547a74 100644 --- a/www/docs/static/releases.json +++ b/www/docs/static/releases.json @@ -1,4 +1,7 @@ [ + { + "tag_name": "v2.4.3" + }, { "tag_name": "v2.4.2" },