From 1d9cb6afd7744a09e6e62d1fd934ae3ea95f8f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20H=C3=B6rl?= Date: Tue, 23 Jul 2019 12:34:54 +0100 Subject: [PATCH] Remove ExecutionHook API changelog entry As far as I can tell, nothing regarding the ExecutionHook API made it into v1.15. --- CHANGELOG-1.15.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG-1.15.md b/CHANGELOG-1.15.md index 07279b5b4c6..dc00b9b9fa4 100644 --- a/CHANGELOG-1.15.md +++ b/CHANGELOG-1.15.md @@ -301,7 +301,6 @@ These changes are reflected in the following Kubernetes enhancements: - Kubectl [get and describe](https://github.com/kubernetes/enhancements/issues/515) now works with extensions - Nodes now support [third party monitoring plugins](https://github.com/kubernetes/enhancements/issues/606). - A new [Scheduling Framework](https://github.com/kubernetes/enhancements/issues/624) for schedule plugins is now Alpha. -- ExecutionHook API [designed to trigger hook commands](https://github.com/kubernetes/enhancements/issues/962) in containers is now Alpha. - Continued deprecation of extensions/v1beta1, apps/v1beta1, and apps/v1beta2 APIs; these extensions will be retired in 1.16! Check the [release notes website](https://relnotes.k8s.io/?releaseVersions=1.15.0) for the complete changelog of notable features and fixes.