File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
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+
525## 0.26.1
626
727** Release date:** 2022-08-11
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66images :
77- name : fluxcd/source-controller
88 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 (
4545 github.com/fluxcd/pkg/testserver v0.2.0
4646 github.com/fluxcd/pkg/untar v0.1.0
4747 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
4949 github.com/go-git/go-billy/v5 v5.3.1
5050 github.com/go-git/go-git/v5 v5.4.2
5151 github.com/go-logr/logr v1.2.3
You can’t perform that action at this time.
0 commit comments