From 20084d119e1e56b8aa6d0b52f9bdaca126cda632 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 18:31:00 +0000 Subject: [PATCH] Push changes from 3.3.1 into main branch (#893) (#894) This is a backport of PR #893 as merged into main (0e7229c). Release 3.3.1 is out; push changes to main branch Reviewed-by: Bikouo Aubin Reviewed-by: Bianca Henderson --- CHANGELOG.rst | 5 +++++ changelogs/changelog.yaml | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 16297bc6..7669898a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -123,6 +123,11 @@ Bugfixes - helm - use ``reuse-values`` when running ``helm diff`` command (https://github.com/ansible-collections/kubernetes.core/issues/680). - integrations test helm_kubeconfig - set helm version to v3.10.3 to avoid incompatability with new bitnami charts (https://github.com/ansible-collections/kubernetes.core/pull/670). +v3.3.1 +======= + +This release fixes the CI issues with the ``linters`` workflow. + v3.3.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 729c169d..ff63f8b2 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -900,6 +900,12 @@ releases: - 798-drain-pdb-error-message.yaml - readme_template_update.yml release_date: '2025-01-20' + 3.3.1: + changes: + release_summary: This release fixes the CI issues with the ``linters`` workflow. + fragments: + - release_summary.yml + release_date: '2025-03-26' 4.0.0: changes: bugfixes: