Skip to content

Commit b1eac92

Browse files
authored
Merge pull request #368 from fluxcd/release-v0.13.1
Release v0.13.1
2 parents 48efbd1 + b3aa954 commit b1eac92

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)