From 2963c1688fb916888462ba364cc90e59b22633a8 Mon Sep 17 00:00:00 2001 From: Max Jonas Werner Date: Mon, 18 Sep 2023 16:09:52 +0200 Subject: [PATCH] Release v0.36.1 Co-authored-by: Stefan Prodan Signed-off-by: Max Jonas Werner --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6c3716..7c507920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 0.36.1 + +**Release date:** 2023-09-18 + +This prerelease fixes the push branch reported in the logs and status under +certain circumstances. + +It also upgrades the version of github.com/cyphar/filepath-securejoin that fixes +[GHSA-6xv5-86q9-7xr8](https://github.com/advisories/GHSA-6xv5-86q9-7xr8). +Even though the Flux controllers are not affected by this vulnerability +since they don't run on Windows nodes, this bump will keep security scanners silent. + +Fixes: +- Fix bad link in docs + [#578](https://github.com/fluxcd/image-automation-controller/pull/578) +- bump github.com/cyphar/filepath-securejoin + [#584](https://github.com/fluxcd/image-automation-controller/pull/584) +- Fix push branch reporting when is equal to checkout branch + [#581](https://github.com/fluxcd/image-automation-controller/pull/581) +- Upgrade github.com/fluxcd/pkg/{git,git/gogit} + [#586](https://github.com/fluxcd/image-automation-controller/pull/586) + ## 0.36.0 **Release date:** 2023-08-23