Skip to content

Commit dd40748

Browse files
authored
Merge pull request #688 from fluxcd/release-v0.24.2
2 parents d7e36e2 + 4c0f221 commit dd40748

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
## 0.24.2
6+
7+
**Release date:** 2022-04-26
8+
9+
This prerelease improves the memory consumption while reconciling a
10+
`HelmRepository`, by only validating the YAML of a fetched index when the
11+
checksum of the retrieved file differs from the current Artifact.
12+
13+
Fixes:
14+
- helm: optimise repository index loading
15+
[#685](https://github.com/fluxcd/source-controller/pull/685)
16+
- tests: Fix flakiness of git related tests
17+
[#686](https://github.com/fluxcd/source-controller/pull/686)
18+
519
## 0.24.1
620

721
**Release date:** 2022-04-22

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.24.1
9+
newTag: v0.24.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/fluxcd/pkg/testserver v0.2.0
3030
github.com/fluxcd/pkg/untar v0.1.0
3131
github.com/fluxcd/pkg/version v0.1.0
32-
github.com/fluxcd/source-controller/api v0.24.1
32+
github.com/fluxcd/source-controller/api v0.24.2
3333
github.com/go-git/go-billy/v5 v5.3.1
3434
github.com/go-git/go-git/v5 v5.4.2
3535
github.com/go-logr/logr v1.2.3

0 commit comments

Comments
 (0)