File tree 6 files changed +42
-6
lines changed
6 files changed +42
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
5
+ ## 1.22.2
6
+
7
+ ** Release date:** 2022-08-29
8
+
9
+ This release fixes a bug related scaling up the canary deployment when a
10
+ reference to an autoscaler is specified.
11
+
12
+ Furthermore, it contains updates to packages used by the project, including
13
+ updates to Helm and grpc-health-probe used in the loadtester.
14
+
15
+ CVEs fixed (originating from dependencies):
16
+ * CVE-2022 -37434
17
+ * CVE-2022 -27191
18
+ * CVE-2021 -33194
19
+ * CVE-2021 -44716
20
+ * CVE-2022 -29526
21
+ * CVE-2022 -1996
22
+
23
+ #### Fixes:
24
+
25
+ - If HPA is set, it uses HPA minReplicas when scaling up the canary
26
+ [ #1253 ] ( https://github.com/fluxcd/flagger/pull/1253 )
27
+
28
+ #### Improvements:
29
+
30
+ - Release loadtester v0.23.0
31
+ [ #1246 ] ( https://github.com/fluxcd/flagger/pull/1246 )
32
+ - Add target and script to keep crds in sync
33
+ [ #1254 ] ( https://github.com/fluxcd/flagger/pull/1254 )
34
+ - docs: add knative support to roadmap
35
+ [ #1258 ] ( https://github.com/fluxcd/flagger/pull/1258 )
36
+ - Update dependencies
37
+ [ #1259 ] ( https://github.com/fluxcd/flagger/pull/1259 )
38
+ - Release loadtester v0.24.0
39
+ [ #1261 ] ( https://github.com/fluxcd/flagger/pull/1261 )
40
+
5
41
## 1.22.1
6
42
7
43
** Release date:** 2022-08-01
Original file line number Diff line number Diff line change 22
22
serviceAccountName : flagger
23
23
containers :
24
24
- name : flagger
25
- image : ghcr.io/fluxcd/flagger:1.22.1
25
+ image : ghcr.io/fluxcd/flagger:1.22.2
26
26
imagePullPolicy : IfNotPresent
27
27
ports :
28
28
- name : http
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : flagger
3
- version : 1.22.1
4
- appVersion : 1.22.1
3
+ version : 1.22.2
4
+ appVersion : 1.22.2
5
5
kubeVersion : " >=1.19.0-0"
6
6
engine : gotpl
7
7
description : Flagger is a progressive delivery operator for Kubernetes
Original file line number Diff line number Diff line change 2
2
3
3
image :
4
4
repository : ghcr.io/fluxcd/flagger
5
- tag : 1.22.1
5
+ tag : 1.22.2
6
6
pullPolicy : IfNotPresent
7
7
pullSecret :
8
8
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ resources:
9
9
images :
10
10
- name : ghcr.io/fluxcd/flagger
11
11
newName : ghcr.io/fluxcd/flagger
12
- newTag : 1.22.1
12
+ newTag : 1.22.2
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ limitations under the License.
16
16
17
17
package version
18
18
19
- var VERSION = "1.22.1 "
19
+ var VERSION = "1.22.2 "
20
20
var REVISION = "unknown"
You can’t perform that action at this time.
0 commit comments