From c775d34c5c60629efa60264663598f4f88b60479 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Mon, 23 Sep 2019 19:58:21 +0530 Subject: [PATCH] Add known issue for informer-gen for packages with dots Issue: https://github.com/kubernetes/kubernetes/issues/82860 Fix: https://github.com/kubernetes/kubernetes/pull/82410 --- CHANGELOG-1.16.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-1.16.md b/CHANGELOG-1.16.md index 6085e12dd70..c013930d8ab 100644 --- a/CHANGELOG-1.16.md +++ b/CHANGELOG-1.16.md @@ -178,6 +178,7 @@ The main themes of this release are: - The etcd and KMS plugin health checks are not exposed in the new `livez` and `readyz` endpoints. This will be fixed in 1.16.1. - Systems running `iptables` 1.8.0 or newer should start it in legacy mode. Please note that this affects all versions of Kubernetes and not only v1.16.0. For more detailed information about the issue and how to apply a workaround, please refer to the official documentation +- Generating informers for packages in directories containing dots in their name is broken. This will be fixed in v1.16.1. ([#82860](https://github.com/kubernetes/kubernetes/issues/82860)) ## Urgent Upgrade Notes