From f200058bb16afe3434e922691758778290f2944b Mon Sep 17 00:00:00 2001 From: s-hertel Date: Tue, 18 Feb 2020 15:26:51 -0500 Subject: [PATCH] fix changelog --- .../fragments/67492-fix-decrypting-str-types-for-plugins.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changelogs/fragments/67492-fix-decrypting-str-types-for-plugins.yaml b/changelogs/fragments/67492-fix-decrypting-str-types-for-plugins.yaml index bcb06e5ae57928..26c564ded5adac 100644 --- a/changelogs/fragments/67492-fix-decrypting-str-types-for-plugins.yaml +++ b/changelogs/fragments/67492-fix-decrypting-str-types-for-plugins.yaml @@ -1,3 +1,2 @@ bugfixes: - - plugins - If the option's type was not defined in the plugin documentation the type is assumed to be a string - and is decrypted if it's a vault. This fixes decrypting values for options that define the type to be a string. + - plugins - Allow ensure_type to decrypt the value for string types (and implicit string types) when value is an inline vault.