Skip to content

Commit 70d9f12

Browse files
author
Paulo Gomes
authored
Merge pull request #930 from pjbgf/release-0.30.1
Release v0.30.1
2 parents 34f127b + a969244 commit 70d9f12

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.30.1
6+
7+
**Release date:** 2022-10-10
8+
9+
This prerelease enables the use of container-level SAS tokens when using `Bucket` objects
10+
to access Azure Storage. The Azure SDK error message has also been enriched to hint Flux
11+
users the potential reasons in case of failure.
12+
13+
Improvements:
14+
- List objects when checking if bucket exists to allow use of container-level SAS token
15+
[#906](https://github.com/fluxcd/source-controller/pull/906)
16+
517
## 0.30.0
618

719
**Release date:** 2022-09-29

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.30.0
9+
newTag: v0.30.1

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343
github.com/fluxcd/pkg/testserver v0.3.0
4444
github.com/fluxcd/pkg/untar v0.2.0
4545
github.com/fluxcd/pkg/version v0.2.0
46-
github.com/fluxcd/source-controller/api v0.30.0
46+
github.com/fluxcd/source-controller/api v0.30.1
4747
github.com/go-git/go-billy/v5 v5.3.1
4848
github.com/go-git/go-git/v5 v5.4.2
4949
github.com/go-logr/logr v1.2.3

0 commit comments

Comments
 (0)