Release 0.4 - #1
Open
prateeknayak wants to merge 51 commits into
Open
Conversation
(cherry picked from commit baf3bea)
'git describe' uses only annotated tags by default. We want to use all tags as we can only create 'lightweight' tags in the GitHub UI. (cherry picked from commit cb027ce)
Release 0.4.1
The Rackspace setup for Kubernetes now leverages CoreOS instead of Ubuntu. We've dropped Salt completely for our cluster. (cherry picked from commit a8bae68)
Updates to the build/release.sh scripts to upload build binaries to Cloud Files. (cherry picked from commit f283848)
(cherry picked from commit 0bfb5ae)
The functions to upload built k8s tars to Cloud Files were incorrectly placed in build/common.sh. These have been migrated to cluster/rackspace/util.sh (cherry picked from commit a26aefa)
(cherry picked from commit d513854)
Fixes kubernetes#1856 Based on kubernetes#1858 from @nyaxt. (cherry picked from commit e48cbb2) Conflicts: build/common.sh
(cherry picked from commit 0d86be6)
Fixes kubernetes#2008 (cherry picked from commit 8100c06)
Cherrypick Garbage Collection into the 0.4 release.
Release 0.4.2
Cherry-pick etcd fix into the 0.4 branch.
Fixes kubernetes#1732. (cherry picked from commit e90f98a)
(cherry picked from commit 228e9ec)
(cherry picked from commit d51c071)
There now are reactor files to run highstate on: * New nodes only * Master nodes * Minion nodes (cherry picked from commit 1152471)
(cherry picked from commit a1c4092)
This displays a progress report, so any slowness can be attributed. (cherry picked from commit 4a13d75)
In preparation for kubernetes#1402. (cherry picked from commit fa24fac)
(cherry picked from commit 5ba3a55)
Also see kubernetes#1783. (cherry picked from commit 5b22dd7)
(cherry picked from commit 918c8e2)
(cherry picked from commit b656f2b)
Also make ownership, by default, be root. This won't work on systems that don't have GNU tar so we warn. Fixes: kubernetes#1902 (cherry picked from commit 33869ab)
Cherry pick vSphere deploy support into release-0.4 branch
Mark v0.4.3 release
Also lock to 1.3.0 due to issues in 1.3.1 (moby/moby#8889) (cherry picked from commit 2945539)
Get docker deb from GCS.
Also fix up comment about how to cache docker debs. (cherry picked from commit d033dfc)
Also make downloading more reliable and run 'highstate' after install for good measure. As part of this we no longer use gsutil to download and have to make 'staged' binaries in GCS publicly readable. (cherry picked from commit 887c9b1)
(cherry picked from commit dba0f2d)
Cherrypick reliability tweaks for GCE deploy
(cherry picked from commit 8ffa1f6)
Upload extra artifacts with build
Force trailing slash for bucket names on 0.4 branch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
Release note: