Release v1.22.2

Signed-off-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works>
This commit is contained in:
Sanskar Jaiswal
2022-08-29 18:37:38 +05:30
parent 5123cbae00
commit a4941bd764
6 changed files with 42 additions and 6 deletions
+36
View File
@@ -2,6 +2,42 @@
All notable changes to this project are documented in this file.
## 1.22.2
**Release date:** 2022-08-29
This release fixes a bug related scaling up the canary deployment when a
reference to an autoscaler is specified.
Furthermore, it contains updates to packages used by the project, including
updates to Helm and grpc-health-probe used in the loadtester.
CVEs fixed (originating from dependencies):
* CVE-2022-37434
* CVE-2022-27191
* CVE-2021-33194
* CVE-2021-44716
* CVE-2022-29526
* CVE-2022-1996
#### Fixes:
- If HPA is set, it uses HPA minReplicas when scaling up the canary
[#1253](https://github.com/fluxcd/flagger/pull/1253)
#### Improvements:
- Release loadtester v0.23.0
[#1246](https://github.com/fluxcd/flagger/pull/1246)
- Add target and script to keep crds in sync
[#1254](https://github.com/fluxcd/flagger/pull/1254)
- docs: add knative support to roadmap
[#1258](https://github.com/fluxcd/flagger/pull/1258)
- Update dependencies
[#1259](https://github.com/fluxcd/flagger/pull/1259)
- Release loadtester v0.24.0
[#1261](https://github.com/fluxcd/flagger/pull/1261)
## 1.22.1
**Release date:** 2022-08-01
+1 -1
View File
@@ -22,7 +22,7 @@ spec:
serviceAccountName: flagger
containers:
- name: flagger
image: ghcr.io/fluxcd/flagger:1.22.1
image: ghcr.io/fluxcd/flagger:1.22.2
imagePullPolicy: IfNotPresent
ports:
- name: http
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: flagger
version: 1.22.1
appVersion: 1.22.1
version: 1.22.2
appVersion: 1.22.2
kubeVersion: ">=1.19.0-0"
engine: gotpl
description: Flagger is a progressive delivery operator for Kubernetes
+1 -1
View File
@@ -2,7 +2,7 @@
image:
repository: ghcr.io/fluxcd/flagger
tag: 1.22.1
tag: 1.22.2
pullPolicy: IfNotPresent
pullSecret:
+1 -1
View File
@@ -9,4 +9,4 @@ resources:
images:
- name: ghcr.io/fluxcd/flagger
newName: ghcr.io/fluxcd/flagger
newTag: 1.22.1
newTag: 1.22.2
+1 -1
View File
@@ -16,5 +16,5 @@ limitations under the License.
package version
var VERSION = "1.22.1"
var VERSION = "1.22.2"
var REVISION = "unknown"