mirror of https://github.com/kubernetes/kops.git
Squash release notes for v1.7.x
This commit is contained in:
parent
ce8edaf176
commit
a170c280ce
|
|
@ -1,6 +1,19 @@
|
|||
This document describes changes in the kops 1.7 release (compared to the 1.6 release)
|
||||
# 1.7.1
|
||||
|
||||
# Significant changes
|
||||
## Significant changes
|
||||
|
||||
* kube-dns has been updated with the hotfix for CVE-2017-14491. For more details, please see [CVE Advisory](../advisories/cve_2017_14491.md).
|
||||
|
||||
## Full changelist
|
||||
|
||||
* Update images in CI tests (thanks @justinsb)
|
||||
* Update kube-dns to 1.14.5 for CVE-2017-14491 (thanks @mikesplain)
|
||||
|
||||
---
|
||||
|
||||
# 1.7.0
|
||||
|
||||
## Significant changes
|
||||
|
||||
* Manifests are rewritten by default, which includes a normalization phase.
|
||||
This can make it hard to understand the actual changes (as opposed to just the formatting changes).
|
||||
|
|
@ -14,13 +27,13 @@ This document describes changes in the kops 1.7 release (compared to the 1.6 rel
|
|||
* Default disk size increased to 64GB (masters) and 128GB (nodes). This does have a higher cost, but also gives us more inodes & more iops (and more disk space, of course!)
|
||||
* Calico now configured with the correct pod CIDR: #2768. Please refer to the *Required Actions* section for details regarding this.
|
||||
|
||||
# Required Actions
|
||||
## Required Actions
|
||||
|
||||
* Existing Calico users on clusters that were created prior to kops 1.7 are susceptible to IP conflict between Pods and Services due to an overlap of the two IP ranges. Migration to a new Pod CIDR is recommended, and is a manual procedure due to risk of potential downtime during this operation. For the migration procedure, please refer to [this document](../upgrade_from_kops_1.6_to_1.7_calico_cidr_migration.md).
|
||||
* Existing Calico users on clusters that were created prior to kops 1.7 are susceptible to IP conflict between Pods and Services due to an overlap of the two IP ranges. Migration to a new Pod CIDR is recommended, and is a manual procedure due to risk of potential downtime during this operation.
|
||||
|
||||
|
||||
|
||||
# Full changelist
|
||||
## Full changelist
|
||||
|
||||
* alpha channel: Bump k8s version to 1.6.6 [@justinsb](https://github.com/justinsb) [#2788](https://github.com/kubernetes/kops/pull/2788)
|
||||
* Add release notes for 1.6.2 [@justinsb](https://github.com/justinsb) [#2786](https://github.com/kubernetes/kops/pull/2786)
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
*Please see [1.7-NOTES.md](1.7-NOTES.md) for known issues, significant changes, and required actions for 1.7.*
|
||||
|
||||
This document describes the changes since 1.7.0.
|
||||
|
||||
# Significant changes
|
||||
|
||||
* kube-dns has been updated with the hotfix for CVE-2017-14491. For more details, please see [CVE Advisory](../advisories/cve_2017_14491.md).
|
||||
|
||||
# Full changelist
|
||||
|
||||
* Update images in CI tests (thanks @justinsb)
|
||||
* Update kube-dns to 1.14.5 for CVE-2017-14491 (thanks @mikesplain)
|
||||
|
||||
|
|
@ -159,7 +159,6 @@ nav:
|
|||
- "1.10": releases/1.10-NOTES.md
|
||||
- "1.9": releases/1.9-NOTES.md
|
||||
- "1.8": releases/1.8-NOTES.md
|
||||
- "1.7.1": releases/1.7.1.md
|
||||
- "1.7": releases/1.7-NOTES.md
|
||||
- "1.6.2": releases/1.6.2.md
|
||||
- "1.6.1": releases/1.6.1.md
|
||||
|
|
|
|||
Loading…
Reference in New Issue