Skip to content

Commit 7d01ffb

Browse files
authored
Merge pull request #851 from fluxcd/release/v0.25.11
Release v0.25.11
2 parents 3c69f3a + ba9dd40 commit 7d01ffb

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,51 @@
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+
17+
## 0.25.10
18+
19+
**Release date:** 2022-07-13
20+
21+
This prerelease fixes SIGSEGV when resolving charts dependencies.
22+
It also brings CI improvements and update dependencies to patch upstream CVEs.
23+
24+
Fixes:
25+
- Fix SIGSEGV when resolving charts dependencies
26+
[#827](https://github.com/fluxcd/source-controller/pull/827)
27+
- Fix Panic when no artifact in source
28+
[#832](https://github.com/fluxcd/source-controller/pull/832)
29+
30+
Improvements:
31+
- Update go-yaml to v3.0.1
32+
[#804](https://github.com/fluxcd/source-controller/pull/804)
33+
- build: provenance and tampering checks for libgit2
34+
[#823](https://github.com/fluxcd/source-controller/pull/823)
35+
- Decrease fs perms to 0o700
36+
[#818](https://github.com/fluxcd/source-controller/pull/818)
37+
- build: run darwin tests on macos 10.15, 11 and 12
38+
[#817](https://github.com/fluxcd/source-controller/pull/817)
39+
- Minor comment updates
40+
[#812](https://github.com/fluxcd/source-controller/pull/812)
41+
- Split GitHub workflows
42+
[#811](https://github.com/fluxcd/source-controller/pull/811)
43+
- docs: Add password-protected SSH keys information
44+
[#801](https://github.com/fluxcd/source-controller/pull/801)
45+
- Bump Helm to v3.9.1
46+
[#833](https://github.com/fluxcd/source-controller/pull/833)
47+
- Update libgit2 to v1.3.2
48+
[#834](https://github.com/fluxcd/source-controller/pull/834)
49+
550
## 0.25.9
651

752
**Release date:** 2022-06-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.25.9
9+
newTag: v0.25.11

go.mod

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