Merge pull request #219 from weaveworks/istio-1.2.0

Fix Istio 1.2.0 e2e testing
This commit is contained in:
Stefan Prodan
2019-06-22 13:58:48 +03:00
committed by GitHub
3 changed files with 11 additions and 6 deletions
+8 -3
View File
@@ -4,17 +4,22 @@ All notable changes to this project are documented in this file.
## vNext (TBA)
Adds support for multiple ports services
Adds support for running blue/green deployments without a service mesh or ingress controller
#### Features
- Implement port discovery [#207](https://github.com/weaveworks/flagger/pull/207)
- Allow blue/green deployments without a service mesh provider [#211](https://github.com/weaveworks/flagger/pull/211)
- Add the service mesh provider to the canary spec [#217](https://github.com/weaveworks/flagger/pull/217)
- Allow multi-port services and implement port discovery [#207](https://github.com/weaveworks/flagger/pull/207)
#### Improvements
- Add [FAQ page](https://docs.flagger.app/faq) to docs website
- Use Istio v1.1.9 in [e2e testing]()
- Switch to go modules in CI [#218](https://github.com/weaveworks/flagger/pull/218)
#### Fixes
- Update the primary HPA on canary promotion [#216](https://github.com/weaveworks/flagger/pull/216)
## 0.15.0 (2019-06-12)
+1 -1
View File
@@ -1,6 +1,6 @@
# flagger
[![build](https://travis-ci.org/weaveworks/flagger.svg?branch=master)](https://travis-ci.org/weaveworks/flagger)
[![build](https://img.shields.io/circleci/build/github/weaveworks/flagger/master.svg)](https://circleci.com/gh/weaveworks/flagger)
[![report](https://goreportcard.com/badge/github.com/weaveworks/flagger)](https://goreportcard.com/report/github.com/weaveworks/flagger)
[![codecov](https://codecov.io/gh/weaveworks/flagger/branch/master/graph/badge.svg)](https://codecov.io/gh/weaveworks/flagger)
[![license](https://img.shields.io/github/license/weaveworks/flagger.svg)](https://github.com/weaveworks/flagger/blob/master/LICENSE)
+2 -2
View File
@@ -22,7 +22,7 @@ sidecarInjectorWebhook:
# galley configuration
galley:
enabled: false
enabled: true
# mixer configuration
mixer:
@@ -59,4 +59,4 @@ global:
limits:
cpu: 1000m
memory: 256Mi
useMCP: false
useMCP: true