Release v1.4.2

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2020-12-09 13:14:33 +02:00
parent 34f7bca33c
commit 8ed729cd54
6 changed files with 22 additions and 6 deletions
+16
View File
@@ -2,6 +2,22 @@
All notable changes to this project are documented in this file.
## 1.4.2 (2020-12-09)
Fix Istio virtual service delegation
#### Improvements
- Add Prometheus basic-auth config to docs
[#746](https://github.com/weaveworks/flagger/pull/746)
- Update Prometheus to 2.23.0 and Grafana to 7.3.4
[#747](https://github.com/weaveworks/flagger/pull/747)
#### Fixes
- Fix for VirtualService delegation when analysis is enabled
[#745](https://github.com/weaveworks/flagger/pull/745)
## 1.4.1 (2020-12-08)
Prevent primary ConfigMaps and Secrets from being pruned by Flux
+1 -1
View File
@@ -22,7 +22,7 @@ spec:
serviceAccountName: flagger
containers:
- name: flagger
image: weaveworks/flagger:1.4.1
image: weaveworks/flagger:1.4.2
imagePullPolicy: IfNotPresent
ports:
- name: http
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: flagger
version: 1.4.1
appVersion: 1.4.1
version: 1.4.2
appVersion: 1.4.2
kubeVersion: ">=1.11.0-0"
engine: gotpl
description: Flagger is a progressive delivery operator for Kubernetes
+1 -1
View File
@@ -2,7 +2,7 @@
image:
repository: weaveworks/flagger
tag: 1.4.1
tag: 1.4.2
pullPolicy: IfNotPresent
pullSecret:
+1 -1
View File
@@ -8,4 +8,4 @@ resources:
- deployment.yaml
images:
- name: weaveworks/flagger
newTag: 1.4.1
newTag: 1.4.2
+1 -1
View File
@@ -1,4 +1,4 @@
package version
var VERSION = "1.4.1"
var VERSION = "1.4.2"
var REVISION = "unknown"