File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
5
+ ## 0.36.1
6
+
7
+ ** Release date:** 2023-03-20
8
+
9
+ This release fixes a bug where after reading a ` .sourceignore ` file in a
10
+ subdirectory, the controller could start to ignore files from directories next
11
+ to the directory the ` .sourceignore ` file was placed in.
12
+
13
+ Fixes:
14
+ - Update sourceignore to fix pattern domain bug
15
+ [ #1050 ] ( https://github.com/fluxcd/source-controller/pull/1050 )
16
+
5
17
## 0.36.0
6
18
7
19
** Release date:** 2023-03-08
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
6
6
images :
7
7
- name : fluxcd/source-controller
8
8
newName : fluxcd/source-controller
9
- newTag : v0.36.0
9
+ newTag : v0.36.1
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ require (
35
35
github.com/fluxcd/pkg/testserver v0.4.0
36
36
github.com/fluxcd/pkg/untar v0.2.0
37
37
github.com/fluxcd/pkg/version v0.2.1
38
- github.com/fluxcd/source-controller/api v0.36.0
38
+ github.com/fluxcd/source-controller/api v0.36.1
39
39
github.com/go-git/go-billy/v5 v5.4.1
40
40
github.com/go-logr/logr v1.2.3
41
41
github.com/google/go-containerregistry v0.13.0
You can’t perform that action at this time.
0 commit comments