From f47eb995fe9fff33f7e2e567b36672142ec7dd64 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Tue, 18 Aug 2020 14:40:12 +0300 Subject: [PATCH] Release v0.0.10 --- CHANGELOG.md | 4 ++++ config/manager/kustomization.yaml | 2 +- go.mod | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a833a3a8..ced615eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project are documented in this file. +## 0.0.10 (2020-08-18) + +This prerelease comes with a bug fix to the Git semver checkout. + ## 0.0.9 (2020-08-17) This prerelease upgrades the `github.com/fluxcd/pkg/*` dependencies diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index a6f71599..950d55ba 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.9 + newTag: v0.0.10 diff --git a/go.mod b/go.mod index d72b7318..8f261982 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/fluxcd/pkg/lockedfile v0.0.5 github.com/fluxcd/pkg/recorder v0.0.5 github.com/fluxcd/pkg/ssh v0.0.5 - github.com/fluxcd/source-controller/api v0.0.0-00010101000000-000000000000 + github.com/fluxcd/source-controller/api v0.0.10 github.com/go-git/go-billy/v5 v5.0.0 github.com/go-git/go-git/v5 v5.1.0 github.com/go-logr/logr v0.1.0