From 8865218ccb584267a558b4d0c6f0c14a2d1aefd0 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 14 Feb 2025 18:17:04 +0000 Subject: [PATCH] changes: Fix escaping in changelog entry (#36496) --- .changes/unreleased/ENHANCEMENTS-20250206-162053.yaml | 5 ----- .changes/unreleased/ENHANCEMENTS-20250206-34969.yaml | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 .changes/unreleased/ENHANCEMENTS-20250206-162053.yaml create mode 100644 .changes/unreleased/ENHANCEMENTS-20250206-34969.yaml diff --git a/.changes/unreleased/ENHANCEMENTS-20250206-162053.yaml b/.changes/unreleased/ENHANCEMENTS-20250206-162053.yaml deleted file mode 100644 index 6d8fa4ec9668..000000000000 --- a/.changes/unreleased/ENHANCEMENTS-20250206-162053.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: ENHANCEMENTS -body: Terraform Test: Continue subsequent test execution when an expected failure is not encountered. -time: 2025-02-06T16:20:53.83763+01:00 -custom: - Issue: "34969" diff --git a/.changes/unreleased/ENHANCEMENTS-20250206-34969.yaml b/.changes/unreleased/ENHANCEMENTS-20250206-34969.yaml new file mode 100644 index 000000000000..9eb572b21b71 --- /dev/null +++ b/.changes/unreleased/ENHANCEMENTS-20250206-34969.yaml @@ -0,0 +1,5 @@ +kind: ENHANCEMENTS +body: 'Terraform Test: Continue subsequent test execution when an expected failure is not encountered.' +time: 2025-02-06T16:20:53.83763+01:00 +custom: + Issue: "34969"