From fd1b3ce0bbb874ec2a15d82e4f100f12f30bb50a Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Thu, 5 Aug 2021 13:41:43 +0200 Subject: [PATCH] Release v0.15.4 Signed-off-by: Hidde Beydals --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d60bbfca9..dfd55ad2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,39 @@ All notable changes to this project are documented in this file. +## 0.15.4 + +**Release date:** 2021-08-05 + +This prerelease comes with a series of bug fixes, and updates the Kubernetes +dependencies to `v1.21.3` and Helm to `v3.6.3`. + +Fixes: +* Fix tag checkout with libgit2 + [#394](https://github.com/fluxcd/source-controller/pull/394) +* Take relative paths in account for Bucket revision + [#403](https://github.com/fluxcd/source-controller/pull/403) +* Ensure rel path never traverses outside Storage + [#417](https://github.com/fluxcd/source-controller/pull/417) +* Use same SemVer logic in both Git implementations + [#417](https://github.com/fluxcd/source-controller/pull/417) +* storage: strip env specific data during archive + [#417](https://github.com/fluxcd/source-controller/pull/417) + +Improvements: +* e2e: Update Kubernetes to v1.21 + [#396](https://github.com/fluxcd/source-controller/pull/396) +* Update Helm to v3.6.3 + [#400](https://github.com/fluxcd/source-controller/pull/400) +* Add setup-envtest in Makefile + [#404](https://github.com/fluxcd/source-controller/pull/404) +* Use ObjectKeyFromObject instead of ObjectKey + [#405](https://github.com/fluxcd/source-controller/pull/405) +* Drop deprecated `io/ioutil` + [#409](https://github.com/fluxcd/source-controller/pull/409) +* Update dependencies + [#416](https://github.com/fluxcd/source-controller/pull/416) + ## 0.15.3 **Release date:** 2021-06-29 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 7506f616c..88ce28201 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ resources: images: - name: fluxcd/source-controller newName: fluxcd/source-controller - newTag: v0.15.3 + newTag: v0.15.4 diff --git a/go.mod b/go.mod index c962e57cb..2b0337332 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/fluxcd/pkg/ssh v0.1.0 github.com/fluxcd/pkg/untar v0.1.0 github.com/fluxcd/pkg/version v0.1.0 - github.com/fluxcd/source-controller/api v0.15.3 + github.com/fluxcd/source-controller/api v0.15.4 github.com/go-git/go-billy/v5 v5.3.1 github.com/go-git/go-git/v5 v5.4.2 github.com/go-logr/logr v0.4.0