From 119c475bf7908965ef8061412229fef20ac8187b Mon Sep 17 00:00:00 2001 From: simplytunde Date: Sun, 15 Sep 2019 12:58:36 -0600 Subject: [PATCH] Updated 1.16 config.toml (#16317) --- config.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index cf3c2106d8..be1480a88e 100644 --- a/config.toml +++ b/config.toml @@ -102,23 +102,23 @@ js = [ ] [[params.versions]] -fullversion = "v1.15.1" +fullversion = "v1.15.3" version = "v1.15" -githubbranch = "v1.15.1" +githubbranch = "v1.15.3" docsbranch = "release-1.15" url = "https://v1-15.docs.kubernetes.io" [[params.versions]] -fullversion = "v1.14.4" +fullversion = "v1.14.6" version = "v1.14" -githubbranch = "v1.14.4" +githubbranch = "v1.14.6" docsbranch = "release-1.14" url = "https://v1-14.docs.kubernetes.io" [[params.versions]] -fullversion = "v1.13.8" +fullversion = "v1.13.10" version = "v1.13" -githubbranch = "v1.13.8" +githubbranch = "v1.13.10" docsbranch = "release-1.13" url = "https://v1-13.docs.kubernetes.io"