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 #3427 from fluxcd/release/1.21.x
Browse files Browse the repository at this point in the history
Housekeeping: merge release branch 1.21.x into master
  • Loading branch information
Kingdon Barrett authored Feb 16, 2021
2 parents 6a50112 + 9da9315 commit 95d0208
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 3 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,45 @@
> requests](/~https://github.com/fluxcd/toolkit/discussions) for Flux v2
> and Toolkit components.
## 1.21.2 (2021-02-16)

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][]

### Maintenance and documentation

- Point to Flux v2 from docs [fluxcd/flux#3419][], [fluxcd/flux#3423][]
- 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,
@stefanprodan, @hiddeco, @kingdonb and @squaremo for their contributions to
this release.

[fluxcd/flux#3423]: /~https://github.com/fluxcd/flux/pull/3423
[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

## 1.21.1 (2021-01-06)

### Fixes
Expand Down
2 changes: 2 additions & 0 deletions chart/flux/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
matchLabels:
app: {{ template "flux.name" . }}
release: {{ .Release.Name }}
strategy:
type: Recreate
template:
metadata:
annotations:
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
Loading

0 comments on commit 95d0208

Please sign in to comment.