Skip to content

Commit 514b2b8

Browse files
authored
Merge pull request #1032 from fluxcd/release-v0.35.1
Release v0.35.1
2 parents 7abdb55 + 1a64823 commit 514b2b8

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
## 0.35.1
6+
7+
**Release date:** 2023-02-17
8+
9+
This release addresses a hypothetical issue with the Artifact `Digest` field
10+
validation, where a patch of the Artifact could fail to be applied to an object
11+
due to the lack of an `omitempty` tag on the optional field. In reality, this
12+
issue is not possible to encounter, as the `Digest` field is always set when
13+
the Artifact is created.
14+
15+
Note that `v0.35.0` contains breaking changes. Please refer to the [changelog
16+
entry](#0350) for more information.
17+
18+
Fixes:
19+
- api: omit empty Digest in Artifact
20+
[#1031](https://github.com/fluxcd/source-controller/pull/1031)
21+
522
## 0.35.0
623

724
**Release date:** 2023-02-16

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

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