Skip to content

Commit 6f07fd9

Browse files
author
Paulo Gomes
committed
Release v0.25.10
Signed-off-by: Paulo Gomes <[email protected]>
1 parent cb119be commit 6f07fd9

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

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

5+
## 0.25.10
6+
7+
**Release date:** 2022-07-13
8+
9+
This prerelease fixes SIGSEGV when resolving charts dependencies.
10+
It also brings CI improvements and update dependencies to patch upstream CVEs.
11+
12+
Fixes:
13+
- Fix SIGSEGV when resolving charts dependencies
14+
[#827](https://github.com/fluxcd/source-controller/pull/827)
15+
- Fix Panic when no artifact in source
16+
[#832](https://github.com/fluxcd/source-controller/pull/832)
17+
18+
Improvements:
19+
- Update go-yaml to v3.0.1
20+
[#804](https://github.com/fluxcd/source-controller/pull/804)
21+
- build: provenance and tampering checks for libgit2
22+
[#823](https://github.com/fluxcd/source-controller/pull/823)
23+
- Decrease fs perms to 0o700
24+
[#818](https://github.com/fluxcd/source-controller/pull/818)
25+
- build: run darwin tests on macos 10.15, 11 and 12
26+
[#817](https://github.com/fluxcd/source-controller/pull/817)
27+
- Minor comment updates
28+
[#812](https://github.com/fluxcd/source-controller/pull/812)
29+
- Split GitHub workflows
30+
[#811](https://github.com/fluxcd/source-controller/pull/811)
31+
- docs: Add password-protected SSH keys information
32+
[#801](https://github.com/fluxcd/source-controller/pull/801)
33+
- Bump Helm to v3.9.1
34+
[#833](https://github.com/fluxcd/source-controller/pull/833)
35+
- Update libgit2 to v1.3.2
36+
[#834](https://github.com/fluxcd/source-controller/pull/834)
37+
538
## 0.25.9
639

740
**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.10

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.10
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)