Merge pull request #851 from fluxcd/release/v0.25.11

Release v0.25.11
This commit is contained in:
Sunny 2022-07-27 21:03:18 +05:30 committed by GitHub
commit 7d01ffb5d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 47 additions and 2 deletions

View File

@ -2,6 +2,51 @@
All notable changes to this project are documented in this file. All notable changes to this project are documented in this file.
## 0.25.11
**Release date:** 2022-07-27
This prerelease comes with an improvement in the Helm OCI Chart to use an exact
version when provided. This makes it possible to work with registries that don't
support listing tags.
Improvements:
- Don't fetch tags when exact version is specified in HelmChart
[#846](https://github.com/fluxcd/source-controller/pull/846)
## 0.25.10
**Release date:** 2022-07-13
This prerelease fixes SIGSEGV when resolving charts dependencies.
It also brings CI improvements and update dependencies to patch upstream CVEs.
Fixes:
- Fix SIGSEGV when resolving charts dependencies
[#827](https://github.com/fluxcd/source-controller/pull/827)
- Fix Panic when no artifact in source
[#832](https://github.com/fluxcd/source-controller/pull/832)
Improvements:
- Update go-yaml to v3.0.1
[#804](https://github.com/fluxcd/source-controller/pull/804)
- build: provenance and tampering checks for libgit2
[#823](https://github.com/fluxcd/source-controller/pull/823)
- Decrease fs perms to 0o700
[#818](https://github.com/fluxcd/source-controller/pull/818)
- build: run darwin tests on macos 10.15, 11 and 12
[#817](https://github.com/fluxcd/source-controller/pull/817)
- Minor comment updates
[#812](https://github.com/fluxcd/source-controller/pull/812)
- Split GitHub workflows
[#811](https://github.com/fluxcd/source-controller/pull/811)
- docs: Add password-protected SSH keys information
[#801](https://github.com/fluxcd/source-controller/pull/801)
- Bump Helm to v3.9.1
[#833](https://github.com/fluxcd/source-controller/pull/833)
- Update libgit2 to v1.3.2
[#834](https://github.com/fluxcd/source-controller/pull/834)
## 0.25.9 ## 0.25.9
**Release date:** 2022-06-29 **Release date:** 2022-06-29

View File

@ -6,4 +6,4 @@ resources:
images: images:
- name: fluxcd/source-controller - name: fluxcd/source-controller
newName: fluxcd/source-controller newName: fluxcd/source-controller
newTag: v0.25.9 newTag: v0.25.11

2
go.mod
View File

@ -32,7 +32,7 @@ require (
github.com/fluxcd/pkg/testserver v0.2.0 github.com/fluxcd/pkg/testserver v0.2.0
github.com/fluxcd/pkg/untar v0.1.0 github.com/fluxcd/pkg/untar v0.1.0
github.com/fluxcd/pkg/version v0.1.0 github.com/fluxcd/pkg/version v0.1.0
github.com/fluxcd/source-controller/api v0.25.9 github.com/fluxcd/source-controller/api v0.25.11
github.com/go-git/go-billy/v5 v5.3.1 github.com/go-git/go-billy/v5 v5.3.1
github.com/go-git/go-git/v5 v5.4.2 github.com/go-git/go-git/v5 v5.4.2
github.com/go-logr/logr v1.2.3 github.com/go-logr/logr v1.2.3