Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3642 from fluxcd/chart-bump
Browse files Browse the repository at this point in the history
Release chart 1.13.3
  • Loading branch information
Kingdon Barrett authored Aug 30, 2022
2 parents eebfd19 + 0c0ef2a commit f1e3425
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
> requests](https://github.com/fluxcd/toolkit/discussions) for Flux v2
> and Toolkit components.
## 1.25.4 (2022-08-29)
## 1.25.4 (2022-08-30)

This release includes a base image upgrade to the Alpine 3.15.6 upstream
that mitigates a number of CVE issues detected from the base image.
Expand All @@ -17,7 +17,7 @@ We've removed the telemetry collection in accordance with the CNCF's published
policies against default telemetry. Some deprecation notices are now emitted by
the installer, please upgrade to Flux v2 or open an issue if you are blocked.

Go dependencies have been upgraded as well. This release has no code changes.
Go dependencies have been upgraded as well.

### Maintenance and documentation

Expand Down
9 changes: 9 additions & 0 deletions chart/flux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.13.3 (2022-08-30)

### Improvements

- Updated Flux to `1.25.4`
[fluxcd/flux#3641](https://github.com/fluxcd/flux/pull/3641)
- Add deprecation warning to NOTES.txt
[fluxcd/flux#3638](https://github.com/fluxcd/flux/pull/3638)

## 1.13.2 (2022-07-27)

### Improvements
Expand Down
4 changes: 2 additions & 2 deletions chart/flux/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "1.25.3"
version: 1.13.2
appVersion: "1.25.4"
version: 1.13.3
kubeVersion: ">=1.16.0-0"
name: flux
description: Flux is a tool that automatically ensures that the state of a cluster matches what is specified in version control
Expand Down
2 changes: 1 addition & 1 deletion chart/flux/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ logFormat: fmt

image:
repository: docker.io/fluxcd/flux
tag: 1.25.3
tag: 1.25.4
pullPolicy: IfNotPresent
pullSecret:

Expand Down

0 comments on commit f1e3425

Please sign in to comment.