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 #3643 from fluxcd/release/1.25.x
Browse files Browse the repository at this point in the history
Housekeeping: merge release branch 1.25.x into master
  • Loading branch information
Kingdon Barrett authored Aug 30, 2022
2 parents 558a589 + 9549334 commit eebfd19
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,31 @@
> requests](https://github.com/fluxcd/toolkit/discussions) for Flux v2
> and Toolkit components.
## 1.25.4 (2022-08-29)

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.

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.

### Maintenance and documentation

- Update dependencies [fluxcd/flux#3639][]
- Add deprecation warnings to Helm Chart and fluxctl [fluxcd/flux#3638][]
- Remove telemetry [fluxcd/flux#3636][]

### Thanks

Thanks to @kingdonb, @stefanprodan, and @pjbgf for their contributions to this release.

[fluxcd/flux#3639]: https://github.com/fluxcd/flux/pull/3639
[fluxcd/flux#3638]: https://github.com/fluxcd/flux/pull/3638
[fluxcd/flux#3636]: https://github.com/fluxcd/flux/pull/3636

## 1.25.3 (2022-07-27)

This release includes a base image upgrade to the Alpine 3.15.5 upstream
Expand Down
2 changes: 1 addition & 1 deletion deploy/flux-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
# There are no ":latest" images for flux. Find the most recent
# release or image version at https://hub.docker.com/r/fluxcd/flux/tags
# and replace the tag here.
image: docker.io/fluxcd/flux:1.25.3
image: docker.io/fluxcd/flux:1.25.4
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
Loading

0 comments on commit eebfd19

Please sign in to comment.