Commit Graph

60 Commits (756c17315b90c5fcf36d185358428a0bebb8cad2)

Author SHA1 Message Date
David McMahon 87a0213d43 Update CHANGELOG.md for v1.3.2. 2016-07-17 11:59:30 -07:00
David McMahon 3304dbd3d0 Update CHANGELOG.md for v1.3.1. 2016-07-17 11:05:22 -07:00
David McMahon cec04b5e9e Update CHANGELOG.md for v1.2.6. 2016-07-15 09:37:53 -07:00
David McMahon f5ca4e888c Add missing mungedoc run to hack/verify-munge-docs.sh.
Update CHANGELOG.md.
2016-07-13 13:39:20 -07:00
Maisem Ali 017965d6dc Merge pull request #28649 from david-mcmahon/fix-heading
Fix heading for previous releases on v1.3.0.
2016-07-13 13:13:38 -07:00
David McMahon f6d7e5c614 Update CHANGELOG.md for v1.4.0-alpha.1. 2016-07-11 14:01:01 -07:00
David Oppenheimer b77e39298e Rescheduling in Kubernetes design proposal. 2016-07-10 14:59:59 -07:00
Eric Tune b983849abe Merge pull request #28564 from erictune/foof
Update changelog.
2016-07-10 07:57:36 -07:00
Cindy Wang fedc513658 Consolidated examples into storage/ and volume/ folders
Search and replace for references to moved examples

Reverted find and replace paths on auto gen docs

Reverting changes to changelog

Fix bugs in test-cmd.sh

Fixed path in examples README

ran update-all successfully

Updated verify-flags exceptions to include renamed files
2016-07-08 13:34:32 -07:00
Eric Tune b7c62a6d7e Update changelog. 2016-07-08 10:48:01 -07:00
David McMahon 29b0bdc7a7 Fix heading for previous releases on v1.3.0. 2016-07-07 17:30:30 -07:00
Tim St. Clair 868fa6a61a Regenerate TOCs with duplicate header fix 2016-07-07 13:31:17 -07:00
k8s-merge-robot b167001de6 Merge pull request #28403 from vishh/known-issues
Automatic merge from submit-queue

Document known issues for v1.3.0
2016-07-06 16:13:16 -07:00
k8s-merge-robot 6c63460a2e Merge pull request #28406 from david-mcmahon/update-v1.2.3
Automatic merge from submit-queue

Updating release notes

    v1.2.2..v1.2.3
    v1.2.3..v1.2.4
    v1.2.4..v1.2.5
    v1.2.0..v1.3.0-alpha.1
    v1.3.0-alpha.1..v1.3.0-alpha.2
    v1.3.0-alpha.2..v1.3.0-alpha.3
    v1.3.0-alpha.3..v1.3.0-alpha.4
    v1.3.0-alpha.4..v1.3.0-alpha.5
    v1.3.0-alpha.5..v1.3.0-beta.1
    v1.3.0-beta.1..v1.3.0-beta.2
    v1.3.0-beta.2..v1.3.0-beta.3

First pass.
2016-07-06 14:48:13 -07:00
Angus Salkeld e0ce987f4e Add command "kubectl config get-contexts"
Note: Context is not a runtime object (doesn't have Kind and Version) so
      we can't use the resource_printer
2016-07-05 11:24:00 +02:00
Vishnu kannan 888e4c6de3 Document known issues for v1.3.0
Signed-off-by: Vishnu kannan <vishnuk@google.com>
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
2016-07-01 20:16:26 -07:00
David McMahon d8bd9bf95f Updating release notes
v1.2.2..v1.2.3
v1.2.3..v1.2.4
v1.2.4..v1.2.5
v1.2.0..v1.3.0-alpha.1
v1.3.0-alpha.1..v1.3.0-alpha.2
v1.3.0-alpha.2..v1.3.0-alpha.3
v1.3.0-alpha.3..v1.3.0-alpha.4
v1.3.0-alpha.4..v1.3.0-alpha.5
v1.3.0-alpha.5..v1.3.0-beta.1
v1.3.0-beta.1..v1.3.0-beta.2
v1.3.0-beta.2..v1.3.0-beta.3
2016-07-01 18:39:49 -07:00
Eric Tune e5f92b55d7 Manually improved release notes.
Summarized what I thought were the most interesting changes for
all users, and for specific cloud providers.

Still need better list of breaking changes.
2016-07-01 17:08:02 -07:00
Eric Tune 39423f2e02 trivial changes to CHANGELOG.md 2016-07-01 17:08:02 -07:00
David McMahon 3313d68066 Update CHANGELOG.md for v1.3.0. 2016-07-01 13:04:11 -07:00
David McMahon 251798d9aa Update CHANGELOG.md for v1.3.0-beta.3. 2016-06-30 17:52:45 -07:00
David McMahon 444ce19353 Update CHANGELOG.md for v1.2.5. 2016-06-27 11:20:34 -07:00
David McMahon f32d23ad73 Update CHANGELOG.md for v1.3.0-beta.2. 2016-06-21 13:51:33 -07:00
David McMahon 95603def12 Update CHANGELOG.md for v1.3.0-beta.1. 2016-06-16 18:22:23 -07:00
Xiangpeng Zhao 4302b574d1 Fix a minor typo in CHANGELOG.md
NetworkUnavaiable --> NetworkUnavailable
2016-06-08 10:34:15 +08:00
David McMahon 24ddec1cbf Update CHANGELOG.md for v1.3.0-alpha.5. 2016-06-02 14:33:07 -07:00
Girish Kalele 60d2293f4c Address review comments 2016-05-31 10:14:33 -07:00
Kevin 52fb89ff73 implement taints and tolerations 2016-05-18 15:06:23 +00:00
k8s-merge-robot bf4f84167f Merge pull request #23567 from smarterclayton/init_containers
Automatic merge from submit-queue

Add init containers to pods

This implements #1589 as per proposal #23666

Incorporates feedback on #1589, creates parallel structure for InitContainers and Containers, adds validation for InitContainers that requires name uniqueness, and comments on a number of implications of init containers.

This is a complete alpha implementation.

<!-- Reviewable:start -->
---
This change is [<img src="http://reviewable.k8s.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](http://reviewable.k8s.io/reviews/kubernetes/kubernetes/23567)
<!-- Reviewable:end -->
2016-05-18 00:53:30 -07:00
David McMahon 179f89507a Fix content for v1.3.0-alpha.4 release notes. 2016-05-17 16:11:56 -07:00
David McMahon 088a683a2c Update CHANGELOG.md for v1.3.0-alpha.4. 2016-05-17 15:11:04 -07:00
Clayton Coleman 6cc6d29339
Generated code for init containers 2016-05-17 00:29:52 -04:00
David McMahon 5916baa387 Update CHANGELOG.md for v1.2.4. 2016-05-06 10:55:03 -07:00
Isaac Hollander McCreery 39c98a8d6b Fix v1.3.0-alpha.3 CHANGELOG entry 2016-05-05 09:25:53 -07:00
Isaac Hollander McCreery b3725589ab Update CHANGELOG.md for v1.3.0-alpha.3. 2016-04-28 11:24:51 -07:00
David McMahon de010c89a2 Update CHANGELOG.md for v1.2.3. 2016-04-22 14:36:48 -07:00
David McMahon 77ed9d3850 Fix gs:// path to kubernetes binary in 1.3.0-alpha.2. 2016-04-20 12:38:16 -07:00
David McMahon fbe5f70267 Update CHANGELOG.md for v1.3.0-alpha.2. 2016-04-11 12:54:06 -07:00
David McMahon 72e3988531 Release notes for v1.2.2.
And fix (remove some dups) from v1.2.1.
2016-04-07 18:14:37 -07:00
David McMahon 30c95d1d06 Add release notes for v1.2.1 and cleanup/unify formatting/layout. 2016-04-01 15:21:13 -07:00
David McMahon 823514d7be Add a TOC and a comment placeholder for adding new releases. 2016-04-01 12:27:25 -07:00
David McMahon 57624365ba Markdown files in root updated by update-generated-docs.sh. 2016-03-31 16:53:52 -07:00
David McMahon 9e0f293600 Explicit links needed for PRs and users in github source markdown.
Fix some other formatting:
- Reverse ordered the included releases for 1.2.0 (newest to oldest).
- Use the same Downloads format for all releases so far (in this file).
2016-03-29 19:01:05 -07:00
David McMahon 585e470055 Update CHANGELOG.md with v1.3.0-alpha.1 release. 2016-03-29 15:33:24 -07:00
bryk 138d03b8b3 Fix changelog for Dashboard UI part
It had a typo and an unfinished sentence. Also, I've changes meaning to
be explicit about the note.

Fixes #23277
2016-03-22 11:59:02 +01:00
Dawn Chen ab2ebdbbd9 Adding missing known issue. 2016-03-18 17:16:46 -07:00
Dawn Chen 16f652ca27 Add missing notable features. 2016-03-18 16:47:26 -07:00
David McMahon 73449887c9 Updated for v1.2.0. 2016-03-18 14:20:56 -07:00
Eric Paris 04fc8ae3dd s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kubernetes| 2015-09-03 10:10:11 -04:00
Brendan Burns 30e2495b3f Change the CHANGELOG to be a pointer to the releases page. 2015-06-09 20:12:24 -07:00