From 393ac3cc555f033308436c82f25594737b6a98c1 Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Thu, 19 Oct 2017 17:36:24 -0700 Subject: [PATCH] CHANGELOG: loosen language around audit policy file kind and apiVersion --- CHANGELOG-1.8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-1.8.md b/CHANGELOG-1.8.md index 89adc9f61a9..876ef49c300 100644 --- a/CHANGELOG-1.8.md +++ b/CHANGELOG-1.8.md @@ -490,7 +490,7 @@ Consider the following changes, limitations, and guidelines before you upgrade: * The `--audit-policy-file` option is required if the `AdvancedAudit` feature is not explicitly turned off (`--feature-gates=AdvancedAudit=false`) on the API server. * The audit log file defaults to JSON encoding when using the advanced auditing feature gate. - * The `--audit-policy-file` option requires `kind` and `apiVersion` fields specifying what format version the `Policy` is using. + * An audit policy file without either an `apiVersion` or a `kind` field may be treated as invalid. * The webhook and log file now output the `v1beta1` event format. For more details, see [Advanced audit](https://kubernetes.io/docs/tasks/debug-application-cluster/audit/#advanced-audit).