Skip to content

Commit

Permalink
Merge pull request #930 from pjbgf/release-0.30.1
Browse files Browse the repository at this point in the history
Release v0.30.1
  • Loading branch information
Paulo Gomes authored Oct 10, 2022
2 parents 34f127b + a969244 commit 70d9f12
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## 0.30.1

**Release date:** 2022-10-10

This prerelease enables the use of container-level SAS tokens when using `Bucket` objects
to access Azure Storage. The Azure SDK error message has also been enriched to hint Flux
users the potential reasons in case of failure.

Improvements:
- List objects when checking if bucket exists to allow use of container-level SAS token
[#906](https://github.com/fluxcd/source-controller/pull/906)

## 0.30.0

**Release date:** 2022-09-29
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
newTag: v0.30.0
newTag: v0.30.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ require (
github.com/fluxcd/pkg/testserver v0.3.0
github.com/fluxcd/pkg/untar v0.2.0
github.com/fluxcd/pkg/version v0.2.0
github.com/fluxcd/source-controller/api v0.30.0
github.com/fluxcd/source-controller/api v0.30.1
github.com/go-git/go-billy/v5 v5.3.1
github.com/go-git/go-git/v5 v5.4.2
github.com/go-logr/logr v1.2.3
Expand Down

0 comments on commit 70d9f12

Please sign in to comment.