Skip to content

Commit cfbe6ac

Browse files
authored
Merge pull request fluxcd#684 from fluxcd/release-v0.24.1
2 parents 0836d88 + d213208 commit cfbe6ac

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.24.1
6+
7+
**Release date:** 2022-04-22
8+
9+
This prerelease fixes a regression bug where the controller would panic in
10+
further to be identified edge-case scenarios in which a `HelmRepository`
11+
Artifact would not have a size.
12+
13+
Fixes:
14+
- Fix panic when HelmRepository's artifact size is nil
15+
[#683](https://github.com/fluxcd/source-controller/pull/683)
16+
517
## 0.24.0
618

719
**Release date:** 2022-04-19

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

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.0
32+
github.com/fluxcd/source-controller/api v0.24.1
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)