From 852454fa2c343b862d29c2d0f48c1cd83b0ecefc Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sat, 22 Jun 2019 13:42:57 +0300 Subject: [PATCH 1/3] Fix Istio v1.2.0 e2e testing by enabling galley --- test/e2e-istio-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e-istio-values.yaml b/test/e2e-istio-values.yaml index 7386ca3a..4ab300dd 100644 --- a/test/e2e-istio-values.yaml +++ b/test/e2e-istio-values.yaml @@ -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 From 768b0490e2330b9cd784b0ae877a553b217251c6 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sat, 22 Jun 2019 13:43:39 +0300 Subject: [PATCH 2/3] Show CircleCI build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8540500b..7dc11978 100644 --- a/README.md +++ b/README.md @@ -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) From 62e0eb639553ce33bd953bd00ecf6c7f63690fb9 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sat, 22 Jun 2019 13:44:47 +0300 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c6b93a..fbec31a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)