From 1e5721815c08587b7d6fa859f965b8877cdf3778 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Mon, 28 Mar 2016 23:04:49 +0100 Subject: [PATCH 1/2] More specific next version --- docs/user-guide/jobs.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/user-guide/jobs.md b/docs/user-guide/jobs.md index ca7a19a762..d4a595132b 100644 --- a/docs/user-guide/jobs.md +++ b/docs/user-guide/jobs.md @@ -333,5 +333,4 @@ object, but complete control over what pods are created and how work is assigned ## Future work -Support for creating Jobs at specified times/dates (i.e. cron) is expected in the next minor -release. +Support for creating Jobs at specified times/dates (i.e. cron) is expected in [1.3 ](https://github.com/kubernetes/kubernetes/pull/11980). From 961c947e392ff7d0b0367687a36f77a7eb21dfd7 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Tue, 29 Mar 2016 09:44:34 +0100 Subject: [PATCH 2/2] Remove space --- docs/user-guide/jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/jobs.md b/docs/user-guide/jobs.md index d4a595132b..f17727cc27 100644 --- a/docs/user-guide/jobs.md +++ b/docs/user-guide/jobs.md @@ -333,4 +333,4 @@ object, but complete control over what pods are created and how work is assigned ## Future work -Support for creating Jobs at specified times/dates (i.e. cron) is expected in [1.3 ](https://github.com/kubernetes/kubernetes/pull/11980). +Support for creating Jobs at specified times/dates (i.e. cron) is expected in [1.3](https://github.com/kubernetes/kubernetes/pull/11980).