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 #3539 from fluxcd/release/1.24.0
Browse files Browse the repository at this point in the history
Release 1.24.0
  • Loading branch information
Kingdon Barrett committed Aug 20, 2021
2 parents fe0adc5 + b1b9022 commit b7cc57e
Show file tree
Hide file tree
Showing 8 changed files with 74 additions and 15 deletions.
52 changes: 49 additions & 3 deletions CHANGELOG.md
Expand Up @@ -8,21 +8,67 @@
> requests](https://github.com/fluxcd/toolkit/discussions) for Flux v2
> and Toolkit components.
## 1.23.2 (2021-08-04)
## 1.24.0 (2021-08-20)

This patch release addresses some error cases that may be encountered when an
This minor release addresses some error cases that may be encountered when an
AWS ECR repo is used together with Image Update Automation, but the AWS API for
Instance Metadata is unavailable, or when it has been purposefully blocked.

This release also includes an update to the release version of Memcached, which
is a patch release.

With this release, @kingdonb is officially recognized as a maintainer of Flux.
🎈🎉🎂🎊🎈

### Fixes

- Skip AWS Metadata API pre-flight check when regions are passed via config [fluxcd/flux#3485][]
- Reset sync errors on successful sync [fluxcd/flux#3156][]

### Maintenance and documentation

- Update kubernetes go client (@ 0.21.3), update Golang to 1.16.7, other go mod updates [fluxcd/flux#3538][]
- Bump go.mozilla.org/sops/v3 from 3.6.1 to 3.7.1 [fluxcd/flux#3514][]
- Upgrade base image to alpine-3.14.1 [fluxcd/flux#3532][]
- Update CI pipelines to test on Kubernetes 1.22.0 [fluxcd/flux#3530][]
- Add GitHub issue template [fluxcd/flux#3527][]
- Update links to calendar and resources [fluxcd/flux#3534][]
- Update youtube playlist [fluxcd/flux#3531][]

### Thanks

Thanks to @hiddeco, @evq, @squaremo, @pbn4, @admssa, @renanqts, @jclynny, @sureshamk, @jayvie, and @gonzalobarbitta for their contributions to this release.
Thanks to @squaremo, @stefanprodan, @dependabot[bot], @dholbach, @pbn4, @pierluigilenoci, @evq, @kingdonb, @osela and @schizoid90 for their contributions to this release.

[fluxcd/flux#3538]: https://github.com/fluxcd/flux/pull/3538
[fluxcd/flux#3534]: https://github.com/fluxcd/flux/pull/3534
[fluxcd/flux#3532]: https://github.com/fluxcd/flux/pull/3532
[fluxcd/flux#3531]: https://github.com/fluxcd/flux/pull/3531
[fluxcd/flux#3530]: https://github.com/fluxcd/flux/pull/3530
[fluxcd/flux#3527]: https://github.com/fluxcd/flux/pull/3527
[fluxcd/flux#3514]: https://github.com/fluxcd/flux/pull/3514
[fluxcd/flux#3485]: https://github.com/fluxcd/flux/pull/3485
[fluxcd/flux#3156]: https://github.com/fluxcd/flux/pull/3156

## 1.23.2 (2021-08-04)

Post-publish note: this patch release did not correctly merge and include the
fix for the issue that it was advertised to address at release time.

This release image only rolled the packages from Alpine upstream and contained
no code changes. The fix for [#3485][fluxcd/flux#3485] will be included in the
following release, see [Flux Daemon 1.24.0](https://github.com/fluxcd/flux/releases/tag/1.24.0).

~This patch release addresses some error cases that may be encountered when an
AWS ECR repo is used together with Image Update Automation, but the AWS API for
Instance Metadata is unavailable, or when it has been purposefully blocked.~

### Fixes

- ~Skip AWS Metadata API pre-flight check when regions are passed via config [fluxcd/flux#3485][]~

### Thanks

Thanks to @hiddeco, @evq, @squaremo, @pbn4, @admssa, @renanqts, @jclynny, @sureshamk, @jayvie, and @gonzalobarbitta for their contributions to this release.

## 1.23.1 (2021-07-23)

Expand Down
13 changes: 13 additions & 0 deletions chart/flux/CHANGELOG.md
@@ -1,3 +1,16 @@
## 1.11.0 (2021-08-20)

### Fixes

- Always honor the allowedNamespaces setting (or absence), for use with
dynamically created namespaces
[fluxcd/flux#3482](https://github.com/fluxcd/flux/pull/3482)

### Improvements

- Updated Flux to `1.24.0`
[fluxcd/flux#3539](https://github.com/fluxcd/flux/pull/3539)

## 1.10.2 (2021-08-04)

### Improvements
Expand Down
4 changes: 2 additions & 2 deletions chart/flux/values.yaml
Expand Up @@ -9,7 +9,7 @@ logFormat: fmt

image:
repository: docker.io/fluxcd/flux
tag: 1.23.2
tag: 1.24.0
pullPolicy: IfNotPresent
pullSecret:

Expand Down Expand Up @@ -208,7 +208,7 @@ memcached:
enabled: true
hostnameOverride:
repository: memcached
tag: 1.6.9-alpine
tag: 1.6.10-alpine
pullSecret:
createClusterIP: true
verbose: false
Expand Down
2 changes: 1 addition & 1 deletion deploy/flux-deployment.yaml
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.2
image: docker.io/fluxcd/flux:1.24.0
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion deploy/memcache-dep.yaml
Expand Up @@ -20,7 +20,7 @@ spec:
beta.kubernetes.io/os: linux
containers:
- name: memcached
image: memcached:1.6.9-alpine
image: memcached:1.6.10-alpine
imagePullPolicy: IfNotPresent
args:
- -m 512 # Maximum memory to use, in megabytes
Expand Down
12 changes: 6 additions & 6 deletions 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
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.2
image: docker.io/fluxcd/flux:1.24.0
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion pkg/install/templates/memcache-dep.yaml.tmpl
Expand Up @@ -20,7 +20,7 @@ spec:
beta.kubernetes.io/os: linux
containers:
- name: memcached
image: memcached:1.6.9-alpine
image: memcached:1.6.10-alpine
imagePullPolicy: IfNotPresent
args:
- -m 512 # Maximum memory to use, in megabytes
Expand Down

0 comments on commit b7cc57e

Please sign in to comment.