mirror of https://github.com/kubernetes/kops.git
Merge pull request #4423 from justinsb/notes_181
Add notes for 1.8.1 release
This commit is contained in:
commit
7616be8a45
|
|
@ -37,6 +37,7 @@ See [1.5.0-alpha4 commit](https://github.com/kubernetes/kops/commit/a60d7982e04c
|
||||||
* Edit makefile
|
* Edit makefile
|
||||||
* If updating dns-controller: bump version in Makefile, code, manifests, and tests
|
* If updating dns-controller: bump version in Makefile, code, manifests, and tests
|
||||||
|
|
||||||
|
`git commit -m "Release 1.X.Y`
|
||||||
|
|
||||||
## Check builds OK
|
## Check builds OK
|
||||||
|
|
||||||
|
|
@ -73,7 +74,9 @@ git push --tags
|
||||||
For the time being, we are also maintaining a release branch. We push released
|
For the time being, we are also maintaining a release branch. We push released
|
||||||
versions to that.
|
versions to that.
|
||||||
|
|
||||||
`git push origin release-1.7:release`
|
`git push origin release-1.8:release`
|
||||||
|
|
||||||
|
## Pull request to master branch (for release commit)
|
||||||
|
|
||||||
## Upload to github
|
## Upload to github
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
Release 1.8.1 is a small patch release, which updates network plugins, but also tolerates a new schema
|
||||||
|
file that will be added in kops 1.9.0. This will provide a downgrade option from kops 1.9.0.
|
||||||
|
|
||||||
|
* Ignore keyset.yaml files; provides a downgrade option from (upcoming) kops 1.9.0
|
||||||
|
* Update flannel, weave, romana, kopeio-networking, calico, canal
|
||||||
|
* Stop passing deprecated require-kubeconfig flag for kubernetes >= 1.9
|
||||||
Loading…
Reference in New Issue