Skip to content

Release v0.35.1 #1032

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## 0.35.1

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

This release addresses a hypothetical issue with the Artifact `Digest` field
validation, where a patch of the Artifact could fail to be applied to an object
due to the lack of an `omitempty` tag on the optional field. In reality, this
issue is not possible to encounter, as the `Digest` field is always set when
the Artifact is created.

Note that `v0.35.0` contains breaking changes. Please refer to the [changelog
entry](#0350) for more information.

Fixes:
- api: omit empty Digest in Artifact
[#1031](https://github.com/fluxcd/source-controller/pull/1031)

## 0.35.0

**Release date:** 2023-02-16
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
newTag: v0.35.0
newTag: v0.35.1
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ require (
github.com/fluxcd/pkg/testserver v0.4.0
github.com/fluxcd/pkg/untar v0.2.0
github.com/fluxcd/pkg/version v0.2.1
github.com/fluxcd/source-controller/api v0.35.0
github.com/fluxcd/source-controller/api v0.35.1
github.com/go-git/go-billy/v5 v5.4.1
github.com/go-logr/logr v1.2.3
github.com/google/go-containerregistry v0.13.0
Expand Down