Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit 27b83e1

Browse files
author
Kingdon Barrett
authored
Merge pull request #3572 from fluxcd/release/1.24.3
Release 1.24.3
2 parents 603cb67 + 9c5c7ac commit 27b83e1

8 files changed

+38
-7
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@
88
> requests](https://github.com/fluxcd/toolkit/discussions) for Flux v2
99
> and Toolkit components.
1010
11+
## 1.24.3 (2021-11-24)
12+
13+
This release includes the [new host keys][github.blog-2021-09-01] for GitHub,
14+
changes effective on November 16, that could be important for users of Flux.
15+
16+
This release also includes a base image upgrade to the Alpine 3.14.3 upstream
17+
that mitigates low and medium severity CVE warnings from the base image.
18+
19+
### Fixes
20+
21+
- Add fingerprints for new github.com host keys [fluxcd/flux#3571][]
22+
23+
### Thanks
24+
25+
Thanks to @kingdonb, @stefanprodan, @squaremo, and @hiddeco for their
26+
contributions to this release.
27+
28+
[fluxcd/flux#3571]: https://github.com/fluxcd/flux/pull/3571
29+
[github.blog-2021-09-01]: https://github.blog/2021-09-01-improving-git-protocol-security-github/
30+
1131
## 1.24.2 (2021-11-02)
1232

1333
This release updates the behavior of the dynamic client logger to eliminate the

chart/flux/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.11.3 (2021-11-02)
2+
3+
### Improvements
4+
5+
- Updated Flux to `1.24.2`
6+
[fluxcd/flux#3565](https://github.com/fluxcd/flux/pull/3565)
7+
- Update Memcached to `1.6.12`
8+
[fluxcd/flux#3566](https://github.com/fluxcd/flux/pull/3566)
9+
110
## 1.11.2 (2021-09-10)
211

312
Single-tenant Flux users reported a regression that affected automated image

chart/flux/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
2-
appVersion: "1.24.1"
3-
version: 1.11.2
2+
appVersion: "1.24.2"
3+
version: 1.11.3
44
kubeVersion: ">=1.16.0-0"
55
name: flux
66
description: Flux is a tool that automatically ensures that the state of a cluster matches what is specified in version control

chart/flux/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ logFormat: fmt
99

1010
image:
1111
repository: docker.io/fluxcd/flux
12-
tag: 1.24.1
12+
tag: 1.24.2
1313
pullPolicy: IfNotPresent
1414
pullSecret:
1515

@@ -208,7 +208,7 @@ memcached:
208208
enabled: true
209209
hostnameOverride:
210210
repository: memcached
211-
tag: 1.6.10-alpine
211+
tag: 1.6.12-alpine
212212
pullSecret:
213213
createClusterIP: true
214214
verbose: false

deploy/flux-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
# There are no ":latest" images for flux. Find the most recent
6767
# release or image version at https://hub.docker.com/r/fluxcd/flux/tags
6868
# and replace the tag here.
69-
image: docker.io/fluxcd/flux:1.24.2
69+
image: docker.io/fluxcd/flux:1.24.3
7070
imagePullPolicy: IfNotPresent
7171
resources:
7272
requests:

docker/known_hosts.sh

+2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ diff - "$fingerprints" <<EOF
4646
2048 SHA256:ohD8VZEXGWo6Ez8GSEJQ9WpafgLFsOfLOtGGQCQo6Og ssh.dev.azure.com (RSA)
4747
2048 SHA256:ohD8VZEXGWo6Ez8GSEJQ9WpafgLFsOfLOtGGQCQo6Og vs-ssh.visualstudio.com (RSA)
4848
2048 SHA256:zzXQOXSRBEiUtuE8AikJYKwbHaxvSc0ojez9YXaGp1A bitbucket.org (RSA)
49+
256 SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU github.com (ED25519)
4950
256 SHA256:AGvEpqYNMqsRNIviwyk4J4HM0lEylomDBKOWZsBn434 [source.developers.google.com]:2022 (ECDSA)
5051
256 SHA256:HbW3g8zUjNSksFbqTiUWPWg2Bq1x8xdGUrliXFzSnUw gitlab.com (ECDSA)
5152
256 SHA256:eUXGGm1YGsMAS7vkcx6JOJdOGHPem5gQp4taiCfCLB8 gitlab.com (ED25519)
53+
256 SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM github.com (ECDSA)
5254
EOF
5355

5456
}

pkg/install/generated_templates.gogen.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/install/templates/flux-deployment.yaml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
# There are no ":latest" images for flux. Find the most recent
6767
# release or image version at https://hub.docker.com/r/fluxcd/flux/tags
6868
# and replace the tag here.
69-
image: docker.io/fluxcd/flux:1.24.2
69+
image: docker.io/fluxcd/flux:1.24.3
7070
imagePullPolicy: IfNotPresent
7171
resources:
7272
requests:

0 commit comments

Comments
 (0)