Skip to content

Commit 09ef651

Browse files
author
Paulo Gomes
authored
Merge pull request #868 from pjbgf/release-v0.27.0
Release v0.27.0
2 parents 39a8719 + a07cb1e commit 09ef651

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

+20
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

+1-1
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

+1-1
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)