From bfead6f7d2f34da8da21062c46208ce8cb0615ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20=C5=9Awi=C4=85tek?= Date: Tue, 7 Jan 2025 15:07:10 +0000 Subject: [PATCH] Fix changelog entry (#3595) The original PR was tagged as [chore], but included an invalid changelog entry. It passed PR checks, but now causes an error on main. --- .chloggen/operator32.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.chloggen/operator32.yaml b/.chloggen/operator32.yaml index 43c60adcb1..430f99eaf4 100644 --- a/.chloggen/operator32.yaml +++ b/.chloggen/operator32.yaml @@ -5,10 +5,10 @@ change_type: 'enhancement' component: operator # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Support for Kubernetes `1.32` version. +note: Add support for Kubernetes `1.32` # One or more tracking issues related to the change -issues: [ ] +issues: [3544] # (Optional) One or more lines of additional information to render under the primary note. # These lines will be padded with 2 spaces and then inserted directly into the document.