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 #3509 from fluxcd/release/1.23.1
Browse files Browse the repository at this point in the history
Release 1.23.1
  • Loading branch information
Kingdon Barrett authored Jul 23, 2021
2 parents 913fd63 + bab0952 commit b9ad5e9
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: engineerd/setup-kind@v0.5.0
with:
version: v0.11.1
image: kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6
- name: Restore Go cache
uses: actions/cache@v1
with:
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,29 @@
> requests](https://github.com/fluxcd/toolkit/discussions) for Flux v2
> and Toolkit components.
## 1.23.1 (2021-07-23)

This release reverts a breaking change reported in [fluxcd/flux#3500][], caused
from an upgrade to Kustomize v3.8.10.

Flux v1 will remain at Kustomize v3.8.7 until maintenance is ended, since any
further upgrades of Kustomize all appear to contain breaking changes.

### Fixes

- Roll back Kustomize to v3.8.7 [fluxcd/flux#3504][]
- Update SOPS to v3.6.1 [fluxcd/flux#3508][]
- fix e2e tests - use the latest kind version (v0.11.1) [fluxcd/flux#3507][]

### Thanks

Thanks to @bquantump, @mmcaya, @aleclerc-sonrai, @hiddeco, @ahached, @squaremo, @hiddeco, and @kingdonb for their contributions to this release.

[fluxcd/flux#3500]: https://github.com/fluxcd/flux/issues/3500
[fluxcd/flux#3508]: https://github.com/fluxcd/flux/pull/3508
[fluxcd/flux#3507]: https://github.com/fluxcd/flux/pull/3507
[fluxcd/flux#3504]: https://github.com/fluxcd/flux/pull/3504

## 1.23.0 (2021-06-25)

This release migrates Flux's discovery cache and helm chart to API versions
Expand Down
7 changes: 6 additions & 1 deletion chart/flux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
## 1.10.0 (2021-06-25)

**Kubernetes Upgrade Required**: Kubernetes `<v1.16` are out of support.
This release drops beta APIs and adds support for Kubernetes `>=v1.22.0`.

### Improvements

- Updated Flux to `1.23.0`
[fluxcd/flux#3494](https://github.com/fluxcd/flux/pull/3494)
[fluxcd/flux#3495](https://github.com/fluxcd/flux/pull/3495)
- update Role,ClusterRole,..Bindings to v1
[fluxcd/flux#3493](https://github.com/fluxcd/flux/pull/3493)

## 1.9.0 (2021-04-23)

Expand Down
2 changes: 1 addition & 1 deletion chart/flux/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "1.23.0"
version: 1.9.0
version: 1.10.0
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 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.23.0
image: docker.io/fluxcd/flux:1.23.1
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
4 changes: 2 additions & 2 deletions docker/kustomize.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
KUSTOMIZE_VERSION=3.8.10
KUSTOMIZE_CHECKSUM=10281b6cd16a50fcbb4a762652bf5ab333633d37035fc7f76ee7b941b50b511d
KUSTOMIZE_VERSION=3.8.7
KUSTOMIZE_CHECKSUM=4a3372d7bfdffe2eaf729e77f88bc94ce37dc84de55616bfe90aac089bf6fd02
4 changes: 2 additions & 2 deletions docker/sops.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SOPS_VERSION=v3.6.0
SOPS_CHECKSUM=280ca39d21e6740dfa5332b12ef41698acf014e5f277c5c296c61e83b4ccad21
SOPS_VERSION=v3.6.1
SOPS_CHECKSUM=b2252aa00836c72534471e1099fa22fab2133329b62d7826b5ac49511fcc8997
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.23.0
image: docker.io/fluxcd/flux:1.23.1
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit b9ad5e9

Please sign in to comment.