summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Burns <bburns@google.com>2015-12-22 10:35:20 -0800
committerBrendan Burns <bburns@google.com>2015-12-22 10:35:20 -0800
commite2ff27427033aa5ccd17204f8507877c3a66607e (patch)
tree79f0aa253284ab68b059af0e9ee06b48bd6cba8c
parentb3849ceb4436cc722929bd742e6614678835a3ce (diff)
parent83db13cc2e582365a830b196a582fa9ff4d5a534 (diff)
Merge pull request #18047 from caesarxuchao/munger-tag-new
Stop munger produce the link to a release version doc if it doesn't exit in the release branch
-rw-r--r--README.md1
-rw-r--r--adding-an-APIGroup.md4
-rw-r--r--api-conventions.md1
-rw-r--r--api_changes.md1
-rw-r--r--automation.md1
-rw-r--r--cherry-picks.md1
-rw-r--r--cli-roadmap.md1
-rw-r--r--client-libraries.md1
-rw-r--r--coding-conventions.md1
-rw-r--r--collab.md1
-rw-r--r--developer-guides/vagrant.md1
-rw-r--r--development.md1
-rw-r--r--e2e-tests.md1
-rw-r--r--faster_reviews.md1
-rw-r--r--flaky-tests.md1
-rw-r--r--getting-builds.md1
-rw-r--r--instrumentation.md1
-rw-r--r--issues.md1
-rw-r--r--kubectl-conventions.md1
-rw-r--r--kubemark-guide.md4
-rw-r--r--logging.md1
-rw-r--r--making-release-notes.md1
-rw-r--r--owners.md4
-rw-r--r--profiling.md1
-rw-r--r--pull-requests.md1
-rw-r--r--releasing.md1
-rwxr-xr-xscheduler.md1
-rwxr-xr-xscheduler_algorithm.md1
-rw-r--r--update-release-docs.md4
-rw-r--r--writing-a-getting-started-guide.md1
30 files changed, 26 insertions, 16 deletions
diff --git a/README.md b/README.md
index 87ede398..ed586cd0 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/README.md).
diff --git a/adding-an-APIGroup.md b/adding-an-APIGroup.md
index afef1456..8f67a0ab 100644
--- a/adding-an-APIGroup.md
+++ b/adding-an-APIGroup.md
@@ -18,10 +18,6 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
-<strong>
-The latest release of this document can be found
-[here](http://releases.k8s.io/release-1.1/docs/devel/adding-an-APIGroup.md).
-
Documentation for other releases can be found at
[releases.k8s.io](http://releases.k8s.io).
</strong>
diff --git a/api-conventions.md b/api-conventions.md
index 00c2ec62..c5fda4bb 100644
--- a/api-conventions.md
+++ b/api-conventions.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/api-conventions.md).
diff --git a/api_changes.md b/api_changes.md
index 015bab3e..2fe8a5af 100644
--- a/api_changes.md
+++ b/api_changes.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/api_changes.md).
diff --git a/automation.md b/automation.md
index 5b77425a..c1851e84 100644
--- a/automation.md
+++ b/automation.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/automation.md).
diff --git a/cherry-picks.md b/cherry-picks.md
index f407c949..711f1233 100644
--- a/cherry-picks.md
+++ b/cherry-picks.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/cherry-picks.md).
diff --git a/cli-roadmap.md b/cli-roadmap.md
index de2f4a43..b2ea1894 100644
--- a/cli-roadmap.md
+++ b/cli-roadmap.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/cli-roadmap.md).
diff --git a/client-libraries.md b/client-libraries.md
index a6f3e6ff..fb7cdf6b 100644
--- a/client-libraries.md
+++ b/client-libraries.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/client-libraries.md).
diff --git a/coding-conventions.md b/coding-conventions.md
index e1708633..8b264395 100644
--- a/coding-conventions.md
+++ b/coding-conventions.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/coding-conventions.md).
diff --git a/collab.md b/collab.md
index de2ce10c..28de1035 100644
--- a/collab.md
+++ b/collab.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/collab.md).
diff --git a/developer-guides/vagrant.md b/developer-guides/vagrant.md
index 14ccfe6b..ebb12ab1 100644
--- a/developer-guides/vagrant.md
+++ b/developer-guides/vagrant.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/developer-guides/vagrant.md).
diff --git a/development.md b/development.md
index 3b5443bc..27ce1b8a 100644
--- a/development.md
+++ b/development.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/development.md).
diff --git a/e2e-tests.md b/e2e-tests.md
index d1f909dc..902ba1c1 100644
--- a/e2e-tests.md
+++ b/e2e-tests.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/e2e-tests.md).
diff --git a/faster_reviews.md b/faster_reviews.md
index f0cb159c..18a01fe9 100644
--- a/faster_reviews.md
+++ b/faster_reviews.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/faster_reviews.md).
diff --git a/flaky-tests.md b/flaky-tests.md
index d5cc6a45..51f8bcac 100644
--- a/flaky-tests.md
+++ b/flaky-tests.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/flaky-tests.md).
diff --git a/getting-builds.md b/getting-builds.md
index 375a1fac..0caacb34 100644
--- a/getting-builds.md
+++ b/getting-builds.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/getting-builds.md).
diff --git a/instrumentation.md b/instrumentation.md
index 49f1f077..bfd74026 100644
--- a/instrumentation.md
+++ b/instrumentation.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/instrumentation.md).
diff --git a/issues.md b/issues.md
index cbad9517..483747a1 100644
--- a/issues.md
+++ b/issues.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/issues.md).
diff --git a/kubectl-conventions.md b/kubectl-conventions.md
index 3775c0b3..a3a7b6f6 100644
--- a/kubectl-conventions.md
+++ b/kubectl-conventions.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/kubectl-conventions.md).
diff --git a/kubemark-guide.md b/kubemark-guide.md
index df0ecb96..c2addc8f 100644
--- a/kubemark-guide.md
+++ b/kubemark-guide.md
@@ -18,10 +18,6 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
-<strong>
-The latest release of this document can be found
-[here](http://releases.k8s.io/release-1.1/docs/devel/kubemark-guide.md).
-
Documentation for other releases can be found at
[releases.k8s.io](http://releases.k8s.io).
</strong>
diff --git a/logging.md b/logging.md
index 3dc22ca5..8dca0a9f 100644
--- a/logging.md
+++ b/logging.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/logging.md).
diff --git a/making-release-notes.md b/making-release-notes.md
index 7a2d73c0..48c7d72f 100644
--- a/making-release-notes.md
+++ b/making-release-notes.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/making-release-notes.md).
diff --git a/owners.md b/owners.md
index 22bb2fef..3b5a1aca 100644
--- a/owners.md
+++ b/owners.md
@@ -18,10 +18,6 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
-<strong>
-The latest release of this document can be found
-[here](http://releases.k8s.io/release-1.1/docs/devel/owners.md).
-
Documentation for other releases can be found at
[releases.k8s.io](http://releases.k8s.io).
</strong>
diff --git a/profiling.md b/profiling.md
index f05b9d74..18c87f41 100644
--- a/profiling.md
+++ b/profiling.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/profiling.md).
diff --git a/pull-requests.md b/pull-requests.md
index b97da36e..eaffce23 100644
--- a/pull-requests.md
+++ b/pull-requests.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/pull-requests.md).
diff --git a/releasing.md b/releasing.md
index d47202f2..d43a20cd 100644
--- a/releasing.md
+++ b/releasing.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/releasing.md).
diff --git a/scheduler.md b/scheduler.md
index 2bdb4c16..5051bfed 100755
--- a/scheduler.md
+++ b/scheduler.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/scheduler.md).
diff --git a/scheduler_algorithm.md b/scheduler_algorithm.md
index 3888786c..06c482fd 100755
--- a/scheduler_algorithm.md
+++ b/scheduler_algorithm.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/scheduler_algorithm.md).
diff --git a/update-release-docs.md b/update-release-docs.md
index ea8a9b48..e94c5442 100644
--- a/update-release-docs.md
+++ b/update-release-docs.md
@@ -18,10 +18,6 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
-<strong>
-The latest release of this document can be found
-[here](http://releases.k8s.io/release-1.1/docs/devel/update-release-docs.md).
-
Documentation for other releases can be found at
[releases.k8s.io](http://releases.k8s.io).
</strong>
diff --git a/writing-a-getting-started-guide.md b/writing-a-getting-started-guide.md
index a82691a8..f6b2a4b1 100644
--- a/writing-a-getting-started-guide.md
+++ b/writing-a-getting-started-guide.md
@@ -18,6 +18,7 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
+<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.1/docs/devel/writing-a-getting-started-guide.md).