Merge pull request #1053 from fluxcd/release-0.36.1

Release v0.36.1
This commit is contained in:
Hidde Beydals 2023-03-20 16:37:29 +01:00 committed by GitHub
commit 82dc24c667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 2 deletions

View File

@ -2,6 +2,18 @@
All notable changes to this project are documented in this file.
## 0.36.1
**Release date:** 2023-03-20
This release fixes a bug where after reading a `.sourceignore` file in a
subdirectory, the controller could start to ignore files from directories next
to the directory the `.sourceignore` file was placed in.
Fixes:
- Update sourceignore to fix pattern domain bug
[#1050](https://github.com/fluxcd/source-controller/pull/1050)
## 0.36.0
**Release date:** 2023-03-08

View File

@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
newTag: v0.36.0
newTag: v0.36.1

2
go.mod
View File

@ -35,7 +35,7 @@ require (
github.com/fluxcd/pkg/testserver v0.4.0
github.com/fluxcd/pkg/untar v0.2.0
github.com/fluxcd/pkg/version v0.2.1
github.com/fluxcd/source-controller/api v0.36.0
github.com/fluxcd/source-controller/api v0.36.1
github.com/go-git/go-billy/v5 v5.4.1
github.com/go-logr/logr v1.2.3
github.com/google/go-containerregistry v0.13.0