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 #1 from kingdonb/bump-flux-daemon
Browse files Browse the repository at this point in the history
Bump flux daemon
  • Loading branch information
Kingdon Barrett authored Feb 9, 2021
2 parents 237a866 + 6992cf2 commit dbd9ecf
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 6 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,46 @@
> requests](https://github.com/fluxcd/toolkit/discussions) for Flux v2
> and Toolkit components.
## 1.21.2 (2021-02-09)

This patch release surfaces a notice from https://docs.fluxcd.io/en/latest/
declaring that "Flux v1 is in maintenance mode" into the Flux v1 stable docs,
as well as pointing users from as many places as possible to the new Flux v2.

### Fixes

- Update AWS SDK and SOPS [fluxcd/flux#3401][]
- Set Rollout strategy type: Recreate (Fixes for chart 1.6.2)
[fluxcd/flux#3325][]
- Mitigate error-induced ephemeral storage leak [fluxcd/flux#3282][]

### Maintenance and documentation

- Release chart 1.6.1 [fluxcd/flux#3416][]
- Point to Flux v2 from docs [fluxcd/flux#3419][]
- Point to new community resources at [fluxcd.io](https://fluxcd.io)
[fluxcd/flux#3403][]
- Update issue/PR templates to mention Flux v2 [fluxcd/flux#3415][],
[fluxcd/flux#3414][]
- Add NetHunt to list of production users [fluxcd/flux#3399][]

### Thanks

Thanks to @nairb774, @ViBiOh, @SvitlanaTsupryk-jul18, @dholbach, @drewfreyling,
@kingdonb and @squaremo for their contributions to this release.

[fluxcd/flux#3419]: https://github.com/fluxcd/flux/pull/3419
[fluxcd/flux#3416]: https://github.com/fluxcd/flux/pull/3416
[fluxcd/flux#3415]: https://github.com/fluxcd/flux/pull/3415
[fluxcd/flux#3414]: https://github.com/fluxcd/flux/pull/3414
[fluxcd/flux#3403]: https://github.com/fluxcd/flux/pull/3403
[fluxcd/flux#3401]: https://github.com/fluxcd/flux/pull/3401
[fluxcd/flux#3400]: https://github.com/fluxcd/flux/pull/3400
[fluxcd/flux#3399]: https://github.com/fluxcd/flux/pull/3399
[fluxcd/flux#3358]: https://github.com/fluxcd/flux/pull/3358
[fluxcd/flux#3325]: https://github.com/fluxcd/flux/pull/3325
[fluxcd/flux#3282]: https://github.com/fluxcd/flux/pull/3282

## 1.21.1 (2021-01-06)

### Fixes
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.21.1"
version: 1.6.1
appVersion: "1.21.2"
version: 1.6.2
kubeVersion: ">=1.9.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.21.1
tag: 1.21.2
pullPolicy: IfNotPresent
pullSecret:

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.21.1
image: docker.io/fluxcd/flux:1.21.2
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion pkg/install/generated_templates.gogen.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/install/templates/flux-deployment.yaml.tmpl
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.21.1
image: docker.io/fluxcd/flux:1.21.2
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit dbd9ecf

Please sign in to comment.