From 261b6453e42b65cef1c03cc4d9249acee0a70071 Mon Sep 17 00:00:00 2001 From: David McMahon Date: Fri, 10 Jun 2016 17:47:37 -0700 Subject: [PATCH] Update the latestReleaseBranch to release-1.3 in the munger. --- cmd/mungedocs/mungedocs.go | 2 +- cmd/mungedocs/unversioned_warning_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/mungedocs/mungedocs.go b/cmd/mungedocs/mungedocs.go index 5f41e02a045..a62b2e0e6f5 100644 --- a/cmd/mungedocs/mungedocs.go +++ b/cmd/mungedocs/mungedocs.go @@ -30,7 +30,7 @@ import ( ) // This needs to be updated when we cut a new release series. -const latestReleaseBranch = "release-1.2" +const latestReleaseBranch = "release-1.3" var ( verbose = flag.Bool("verbose", false, "On verification failure, emit pre-munge and post-munge versions.") diff --git a/cmd/mungedocs/unversioned_warning_test.go b/cmd/mungedocs/unversioned_warning_test.go index 34ff4aa52ff..5314645dfd7 100644 --- a/cmd/mungedocs/unversioned_warning_test.go +++ b/cmd/mungedocs/unversioned_warning_test.go @@ -99,7 +99,7 @@ refer to the docs that go with that version. The latest release of this document can be found -[here](http://releases.k8s.io/release-1.2/filename.md). +[here](http://releases.k8s.io/release-1.3/filename.md). Documentation for other releases can be found at [releases.k8s.io](http://releases.k8s.io).