Skip to content

Commit b3aa954

Browse files
committed
Release v0.13.1
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 48efbd1 commit b3aa954

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.13.1
6+
7+
**Release date:** 2021-05-28
8+
9+
This prerelease comes with a bug fix to the `GitRepository` include feature.
10+
11+
Fixes:
12+
* Fix GitRepository include for nested paths
13+
[#367](https://github.com/fluxcd/source-controller/pull/367)
14+
515
## 0.13.0
616

717
**Release date:** 2021-05-26

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v0.13.0
9+
newTag: v0.13.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/fluxcd/pkg/ssh v0.0.5
1818
github.com/fluxcd/pkg/untar v0.0.5
1919
github.com/fluxcd/pkg/version v0.0.1
20-
github.com/fluxcd/source-controller/api v0.13.0
20+
github.com/fluxcd/source-controller/api v0.13.1
2121
github.com/go-git/go-billy/v5 v5.3.1
2222
github.com/go-git/go-git/v5 v5.4.1
2323
github.com/go-logr/logr v0.4.0

0 commit comments

Comments
 (0)