From d6902dda8e90ddff84ced3e79d60527b65026ab1 Mon Sep 17 00:00:00 2001 From: Justin SB Date: Tue, 5 May 2020 23:48:22 -0400 Subject: [PATCH] Release notes for 1.15.3 --- docs/releases/1.15-NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/releases/1.15-NOTES.md b/docs/releases/1.15-NOTES.md index 0a3f32c280..87b54d8fcc 100644 --- a/docs/releases/1.15-NOTES.md +++ b/docs/releases/1.15-NOTES.md @@ -384,3 +384,10 @@ is safer. * GCS: Don't try to set ACLs if bucket-policy only is set [@justinsb](https://github.com/justinsb) [#8493](https://github.com/kubernetes/kops/pull/8493) * Cilium - Add missing Identity Allocation Mode to Operator Template [@daviddyball](https://github.com/daviddyball) [#8445](https://github.com/kubernetes/kops/pull/8445) * Make it possible to enable Prometheus metrics for Cilium [@olemarkus](https://github.com/olemarkus) [#8433](https://github.com/kubernetes/kops/pull/8433) + +## 1.15.2 to 1.15.3 + +* Stabilize sequence of "export xx=xxx" statements [@mitch000001](https://github.com/mitch000001) [#8530](https://github.com/kubernetes/kops/pull/8530) +* Properly detect that bpffs has been mounted [@olemarkus](https://github.com/olemarkus) [#8612](https://github.com/kubernetes/kops/pull/8612) +* Fix uploading of file assets [@johngmyers](https://github.com/johngmyers) [#8720](https://github.com/kubernetes/kops/pull/8720) +* Update to etcd-manager 3.0.20200428 [@justinsb](https://github.com/justinsb) [#9043](https://github.com/kubernetes/kops/pull/9043)