From e91588c41494e863ec0cc19324517b7f9bc18a95 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Wed, 15 Jan 2025 17:29:37 -0500 Subject: [PATCH] Update current version and next feature release params Signed-off-by: Scott Rigby --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 78f2650d6..0206ba01c 100644 --- a/config.toml +++ b/config.toml @@ -45,7 +45,7 @@ jsFiles = [ ] [[params.versions]] -version = "v3.16.2" +version = "v3.17.0" patch = "stable" url = "https://helm.sh/docs" primary = true @@ -55,8 +55,8 @@ version = "v2.17.0" url = "https://v2.helm.sh/docs" [params.nextversion] -version = "v3.17.0" -date = "January 15, 2025" +version = "v3.18.0" +date = "May 14, 2025" [[params.quicklinks]] title = "Quickstart Guide"