From 01f4ebb1b593e2ef4ed708e2be8bf5428afd8cc6 Mon Sep 17 00:00:00 2001 From: Max Jonas Werner Date: Wed, 11 Oct 2023 12:52:54 +0200 Subject: [PATCH] Add changelog entry for v1.1.2 Signed-off-by: Max Jonas Werner --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2414ddfcb..1a5586d1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project are documented in this file. +## 1.1.2 + +**Release date:** 2023-10-11 + +This patch release fixes a bug where OCIRepository objects can't be consumed +when the OCI image layer contains symlinks. + +Fixes: +- oci: Skip symlinks found in upstream artifacts + [#1246](https://github.com/fluxcd/source-controller/pull/1246/) + +Improvements: +- build(deps): bump the ci group with 1 update + [#1256](https://github.com/fluxcd/source-controller/pull/1256) + ## 1.1.1 **Release date:** 2023-09-18