From 99272cb8891e4809c570ec424754607ff1ead334 Mon Sep 17 00:00:00 2001 From: Berzan Yildiz <17531789+bmikaili@users.noreply.github.com> Date: Tue, 20 Oct 2020 17:19:35 +0200 Subject: [PATCH] Add revert bug fix --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 43785c4cc59d0..91de7edd595e1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -26,6 +26,10 @@ Bug Fixes EC2 tags from the metadata endpoint. This fixes a misleading warning log that was logged even when ``ec2_prefer_imdsv2`` was left disabled in the Agent configuration. +- Support of secrets in JSON environment variables, added in `7.23.0`, is + reverted due to a side effect (e.g. a string value of `"-"` would be loaded as a list). This + feature will be fixed and added again in a future release. + - The Windows installer can now install on domains where the domain name is different from the Netbios name. .. _Release Notes_7.23.0: