Merge pull request #1313 from aryan9600/release-v1.25.0

Release v1.25.0
This commit is contained in:
Sanskar Jaiswal
2022-11-16 15:28:51 +05:30
committed by GitHub
6 changed files with 28 additions and 6 deletions
+22
View File
@@ -2,6 +2,28 @@
All notable changes to this project are documented in this file.
## 1.25.0
**Release date:** 2022-11-16
This release introduces a new deployment strategy combining Canary releases with session affinity
for Istio.
Furthermore, it contains a regression fix regarding metadata in alerts introduced in
[#1275](https://github.com/fluxcd/flagger/pull/1275)
#### Improvements:
- Add support for session affinity during weighted routing with Istio
[#1280](https://github.com/fluxcd/flagger/pull/1280)
#### Fixes:
- Fix cluster name inclusion in alerts metadata
[#1306](https://github.com/fluxcd/flagger/pull/1306)
- fix(faq): Update FAQ about zero downtime with correct values
[#1302](https://github.com/fluxcd/flagger/pull/1302)
## 1.24.1
**Release date:** 2022-10-26
+1 -1
View File
@@ -22,7 +22,7 @@ spec:
serviceAccountName: flagger
containers:
- name: flagger
image: ghcr.io/fluxcd/flagger:1.24.1
image: ghcr.io/fluxcd/flagger:1.25.0
imagePullPolicy: IfNotPresent
ports:
- name: http
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: flagger
version: 1.24.1
appVersion: 1.24.1
version: 1.25.0
appVersion: 1.25.0
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.24.1
tag: 1.25.0
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.24.1
newTag: 1.25.0
+1 -1
View File
@@ -16,5 +16,5 @@ limitations under the License.
package version
var VERSION = "1.24.1"
var VERSION = "1.25.0"
var REVISION = "unknown"