Skip to content

Commit 3e0d081

Browse files
authored
Merge pull request #1038 from fluxcd/release-v0.35.2
Release v0.35.2
2 parents 9982dba + 70a44bd commit 3e0d081

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

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

5+
## 0.35.2
6+
7+
**Release date:** 2023-02-23
8+
9+
This release reduces the amount of memory consumed by the controller when
10+
reconciling HelmRepositories, by using only the digest of the YAML file as the
11+
Revision of the Artifact instead of the stable sorted version of the entire
12+
index. This aligns with the behavior before `v0.35.0`, and is therefore
13+
considered a bug fix.
14+
15+
In addition, the dependencies have been updated to include some minor security
16+
patches.
17+
18+
Note that `v0.35.0` contains breaking changes. Please refer to the [changelog
19+
entry](#0350) for more information.
20+
21+
Fixes:
22+
- helm: only use Digest to calculcate index revision
23+
[#1035](https://github.com/fluxcd/source-controller/pull/1035)
24+
25+
Improvements:
26+
- Update dependencies
27+
[#1036](https://github.com/fluxcd/source-controller/pull/1036)
28+
529
## 0.35.1
630

731
**Release date:** 2023-02-17

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.35.1
9+
newTag: v0.35.2

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/fluxcd/pkg/testserver v0.4.0
3939
github.com/fluxcd/pkg/untar v0.2.0
4040
github.com/fluxcd/pkg/version v0.2.1
41-
github.com/fluxcd/source-controller/api v0.35.1
41+
github.com/fluxcd/source-controller/api v0.35.2
4242
github.com/go-git/go-billy/v5 v5.4.1
4343
github.com/go-logr/logr v1.2.3
4444
github.com/google/go-containerregistry v0.13.0

0 commit comments

Comments
 (0)