mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
image:
|
||||
repository: weaveworks/flagger
|
||||
tag: 1.4.1
|
||||
tag: 1.4.2
|
||||
pullPolicy: IfNotPresent
|
||||
pullSecret:
|
||||
|
||||
|
||||
@@ -8,4 +8,4 @@ resources:
|
||||
- deployment.yaml
|
||||
images:
|
||||
- name: weaveworks/flagger
|
||||
newTag: 1.4.1
|
||||
newTag: 1.4.2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package version
|
||||
|
||||
var VERSION = "1.4.1"
|
||||
var VERSION = "1.4.2"
|
||||
var REVISION = "unknown"
|
||||
|
||||
Reference in New Issue
Block a user