Skip to content

Commit b7aa05c

Browse files
authored
Merge pull request #852 from fluxcd/cherry-pick-rel-v0.25.11
cherry-pick #851
2 parents 0287457 + 24df01c commit b7aa05c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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.25.11
6+
7+
**Release date:** 2022-07-27
8+
9+
This prerelease comes with an improvement in the Helm OCI Chart to use an exact
10+
version when provided. This makes it possible to work with registries that don't
11+
support listing tags.
12+
13+
Improvements:
14+
- Don't fetch tags when exact version is specified in HelmChart
15+
[#846](https://github.com/fluxcd/source-controller/pull/846)
16+
517
## 0.25.10
618

719
**Release date:** 2022-07-13

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.25.10
9+
newTag: v0.25.11

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/fluxcd/pkg/testserver v0.2.0
3333
github.com/fluxcd/pkg/untar v0.1.0
3434
github.com/fluxcd/pkg/version v0.1.0
35-
github.com/fluxcd/source-controller/api v0.25.10
35+
github.com/fluxcd/source-controller/api v0.25.11
3636
github.com/go-git/go-billy/v5 v5.3.1
3737
github.com/go-git/go-git/v5 v5.4.2
3838
github.com/go-logr/logr v1.2.3

0 commit comments

Comments
 (0)