-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #623 from justinsb/bump_nodeup_141
Prepare for 1.4.1: bump nodeup; add docs
- Loading branch information
Showing
4 changed files
with
33 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## 1.4.1 | ||
|
||
* Fix dns-controller when multiple HostedZones with the same name | ||
* Initial support for CentOS / RHEL7 | ||
* Initial k8s-style API & examples | ||
|
||
## 1.4.0 | ||
|
||
* Initial stable release |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## Branch strategy | ||
|
||
We develop on the master branch. The master branch is expected to build and generally to work, | ||
but has not necessarily undergone the more complete validation that a release would. The `release` | ||
branch is expected to always be stable. | ||
|
||
We tag releases as needed from the `release` branch and upload them to github. | ||
|
||
We occasionally batch merge from the master branch to the `release` branch. We don't maintain | ||
multiple release branches as we expect most people to upgrade kops to the latest version. We also | ||
don't (yet) do lots of cherry-picking for that reason. | ||
|
||
The intention is that this allows for development velocity, while also allowing for stable releases. |
This file contains 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