mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Merge pull request #159 from weaveworks/release-v0.12.0
Prepare release v0.12.0
This commit is contained in:
@@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
All notable changes to this project are documented in this file.
|
All notable changes to this project are documented in this file.
|
||||||
|
|
||||||
|
## 0.12.0 (2019-04-29)
|
||||||
|
|
||||||
|
Adds support for [SuperGloo](https://docs.flagger.app/install/flagger-install-with-supergloo)
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
|
||||||
|
- Supergloo support for canary deployment (weighted traffic) [#151](https://github.com/weaveworks/flagger/pull/151)
|
||||||
|
|
||||||
## 0.11.1 (2019-04-18)
|
## 0.11.1 (2019-04-18)
|
||||||
|
|
||||||
Move Flagger and the load tester container images to Docker Hub
|
Move Flagger and the load tester container images to Docker Hub
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ spec:
|
|||||||
serviceAccountName: flagger
|
serviceAccountName: flagger
|
||||||
containers:
|
containers:
|
||||||
- name: flagger
|
- name: flagger
|
||||||
image: weaveworks/flagger:0.11.1
|
image: weaveworks/flagger:0.12.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: flagger
|
name: flagger
|
||||||
version: 0.11.1
|
version: 0.12.0
|
||||||
appVersion: 0.11.1
|
appVersion: 0.12.0
|
||||||
kubeVersion: ">=1.11.0-0"
|
kubeVersion: ">=1.11.0-0"
|
||||||
engine: gotpl
|
engine: gotpl
|
||||||
description: Flagger is a Kubernetes operator that automates the promotion of canary deployments using Istio routing for traffic shifting and Prometheus metrics for canary analysis.
|
description: Flagger is a Kubernetes operator that automates the promotion of canary deployments using Istio routing for traffic shifting and Prometheus metrics for canary analysis.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: weaveworks/flagger
|
repository: weaveworks/flagger
|
||||||
tag: 0.11.1
|
tag: 0.12.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
metricsServer: "http://prometheus:9090"
|
metricsServer: "http://prometheus:9090"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
package version
|
package version
|
||||||
|
|
||||||
var VERSION = "0.11.1"
|
var VERSION = "0.12.0"
|
||||||
var REVISION = "unknown"
|
var REVISION = "unknown"
|
||||||
|
|||||||
Reference in New Issue
Block a user