From 0a1cf8c4e3ab7d8643ac99e1f0e73a8e01c83775 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Wed, 12 Aug 2020 17:20:25 +0300 Subject: [PATCH] Release v0.0.8 --- CHANGELOG.md | 6 ++++++ config/manager/kustomization.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccbe1c46..6cc2eea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project are documented in this file. +## 0.0.8 (2020-08-12) + +This prerelease comes with improvements to Helm repository +index fetching. The Helm getter was upgraded to v3.3.0, +and it's possible to configure the timeout of index downloads. + ## 0.0.7 (2020-07-31) This prerelease comes with a breaking change, the diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index e71357b3..215cdd5f 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.0.7 + newTag: v0.0.8