File tree 3 files changed +22
-2
lines changed
3 files changed +22
-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.27.0
6
+
7
+ ** Release date:** 2022-08-17
8
+
9
+ This prerelease adds support for SAS Keys when authenticating against Azure Blob Storage
10
+ and improves the documentation for ` OCIRepository ` .
11
+
12
+ The package ` sourceignore ` , which is used for excluding files from Flux internal artifacts,
13
+ has been moved to ` fluxcd/pkg/sourceignore ` .
14
+
15
+ Improvements:
16
+ - OCIRepo docs: auto-login setup details
17
+ [ #862 ] ( https://github.com/fluxcd/source-controller/pull/862 )
18
+ - Add Support for SAS keys in Azure Blob
19
+ [ #738 ] ( https://github.com/fluxcd/source-controller/pull/738 )
20
+ - Use sourceignore from fluxcd/pkg/sourceignore
21
+ [ #864 ] ( https://github.com/fluxcd/source-controller/pull/864 )
22
+ - Update dependencies
23
+ [ #869 ] ( https://github.com/fluxcd/source-controller/pull/869 )
24
+
5
25
## 0.26.1
6
26
7
27
** Release date:** 2022-08-11
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.26.1
9
+ newTag : v0.27.0
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ require (
45
45
github.com/fluxcd/pkg/testserver v0.2.0
46
46
github.com/fluxcd/pkg/untar v0.1.0
47
47
github.com/fluxcd/pkg/version v0.1.0
48
- github.com/fluxcd/source-controller/api v0.26.1
48
+ github.com/fluxcd/source-controller/api v0.27.0
49
49
github.com/go-git/go-billy/v5 v5.3.1
50
50
github.com/go-git/go-git/v5 v5.4.2
51
51
github.com/go-logr/logr v1.2.3
You can’t perform that action at this time.
0 commit comments