Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move old 1.7.1 release notes to 1.8.0 to expedite hotfix release #3572

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions docs/releases/1.7.1.md

This file was deleted.

9 changes: 9 additions & 0 deletions docs/releases/1.8-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ is not recommended, but will be the default value for existing clusters or clust
`kops create cluster` with `--networking flannel` will use `vxlan`, `--networking flannel-vxlan`
or `--networking flannel-udp` can be specified to explicitly choose a backend mode.

# Required Actions

* Existing Calico users on clusters that were created prior to kops 1.8.0
need to be updated for the new "DefaultDeny" behavior for Kubernetes NetworkPolicies.
See the *Changes to k8s-policy* section in the
[Calico release notes](https://github.com/projectcalico/calico/releases/tag/v2.4.0)
for help.

# Full changelist

* ExperimentalCriticalPodAnnotation feature gate is now enabled by default in kubelet [@andreychernih](https://github.com/andreychernih) [#3345](https://github.com/kubernetes/kops/pull/3345)
* Upgrade Calico to v2.4.1 (thanks @tmjd)