Skip to content

Commit

Permalink
Merge pull request #678 from fluxcd/release-v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco authored Apr 19, 2022
2 parents 3559e7a + c83f0ad commit c51b359
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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

## 0.24.0

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

This prerelease enables the Helm chart dependency manager to make use of the
opt-in memory cache introduced in `v0.23.0`, revises the file permissions set
by the controller, and updates various dependencies.

:warning: **Breaking change:** From this release on, the `RUNTIME_NAMESPACE`
environment variable is no longer taken into account to configure the
advertised HTTP/S address of the storage. Instead, [variable
substitution](https://kubernetes.io/docs/tasks/inject-data-application/define-interdependent-environment-variables/#define-an-environment-dependent-variable-for-a-container)
must be used, as described in [the changelog entry for `v0.5.2`](#052).

Improvements:
- Change all file permissions to octal format
[#653](https://github.com/fluxcd/source-controller/pull/653)
- Enable dependency manager to use in-memory cache
[#667](https://github.com/fluxcd/source-controller/pull/667)
- Update libgit2 image to v1.3.1
[#671](https://github.com/fluxcd/source-controller/pull/671)
- Remove hostname hyphen split block
[#672](https://github.com/fluxcd/source-controller/pull/672)
- Update dependencies
[#675](https://github.com/fluxcd/source-controller/pull/675)
[#676](https://github.com/fluxcd/source-controller/pull/676)
[#677](https://github.com/fluxcd/source-controller/pull/677)

## 0.23.0

**Release date:** 2022-04-12
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.23.0
newTag: v0.24.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require (
github.com/fluxcd/pkg/testserver v0.2.0
github.com/fluxcd/pkg/untar v0.1.0
github.com/fluxcd/pkg/version v0.1.0
github.com/fluxcd/source-controller/api v0.23.0
github.com/fluxcd/source-controller/api v0.24.0
github.com/go-git/go-billy/v5 v5.3.1
github.com/go-git/go-git/v5 v5.4.2
github.com/go-logr/logr v1.2.3
Expand Down

0 comments on commit c51b359

Please sign in to comment.