Skip to content

Commit a07cb1e

Browse files
author
Paulo Gomes
committed
Release v0.27.0
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 39a8719 commit a07cb1e

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All 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

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.26.1
9+
newTag: v0.27.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)