mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Merge pull request #219 from weaveworks/istio-1.2.0
Fix Istio 1.2.0 e2e testing
This commit is contained in:
+8
-3
@@ -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,6 +1,6 @@
|
||||
# flagger
|
||||
|
||||
[](https://travis-ci.org/weaveworks/flagger)
|
||||
[](https://circleci.com/gh/weaveworks/flagger)
|
||||
[](https://goreportcard.com/report/github.com/weaveworks/flagger)
|
||||
[](https://codecov.io/gh/weaveworks/flagger)
|
||||
[](https://github.com/weaveworks/flagger/blob/master/LICENSE)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user