From 56f6e31009e1357ef6c02b94d1a30f3278451593 Mon Sep 17 00:00:00 2001 From: Eric Beahan Date: Mon, 29 Mar 2021 10:37:12 -0500 Subject: [PATCH] Adjust terminology - change whitelist to allowlist (#1315) (#1331) Co-authored-by: Dominic Page <11043991+djptek@users.noreply.github.com> --- CHANGELOG.next.md | 6 ++++++ scripts/generators/beats.py | 16 ++++++++-------- ...st.yml => beats_default_fields_allowlist.yml} | 0 3 files changed, 14 insertions(+), 8 deletions(-) rename scripts/generators/{beats_default_fields_whitelist.yml => beats_default_fields_allowlist.yml} (100%) diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index c87744333e..77e8540dbc 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -55,6 +55,12 @@ Thanks, you're awesome :-) --> * `user.changes.*`, `user.effective.*`, and `user.target.*` field reuses are GA. #1271 * Update Python dependencies #1310, #1318 +### Tooling and Artifact Changes + +#### Improvements + +* Adjustments to use terminology that doesn't have negative connotation. #1315 +