|
| 1 | +## v0.3.0 |
| 2 | + |
| 3 | +Conduit 0.3 focused heavily on production hardening of Conduit's telemetry system. Conduit 0.3 |
| 4 | +should "just work" for most apps on Kubernetes 1.8 or 1.9 without configuration, and should support |
| 5 | +Kubernetes clusters with hundreds of services, thousands of instances, and hundreds of RPS per |
| 6 | +instance. |
| 7 | + |
| 8 | +With this release, Conduit also moves from _experimental_ to _alpha_---meaning that we're ready |
| 9 | +for some serious testing and vetting from you. As part of this, we've published the |
| 10 | +[Conduit roadmap](https://conduit.io/roadmap/), and we've also launched some new mailing lists: |
| 11 | +[conduit-users](https://groups.google.com/forum/#!forum/conduit-users), |
| 12 | +[conduit-dev](https://groups.google.com/forum/#!forum/conduit-dev), and |
| 13 | +[conduit-announce](https://groups.google.com/forum/#!forum/conduit-announce). |
| 14 | + |
| 15 | +* CLI |
| 16 | + * CLI commands no longer depend on `kubectl` |
| 17 | + * `conduit dashboard` now runs on an ephemeral port, removing port 8001 conflicts |
| 18 | + * `conduit inject` now skips pods with `hostNetwork=true` |
| 19 | + * CLI commands now have friendlier error messages, and support a `--verbose` flag for debugging |
| 20 | +* Web UI |
| 21 | + * All displayed metrics are now instantaneous snapshots rather than aggregated over 10 minutes |
| 22 | + * The sidebar can now be collapsed |
| 23 | + * UX refinements and bug fixes |
| 24 | +* Conduit proxy (data plane) |
| 25 | + * Proxy does load-aware (P2C + least-loaded) L7 balancing for HTTP |
| 26 | + * Proxy can now route to external DNS names |
| 27 | + * Proxy now properly sheds load in some pathological cases when it cannot route |
| 28 | +* Telemetry system |
| 29 | + * Many optimizations and refinements to support scale goals |
| 30 | + * Per-path and per-pod metrics have been removed temporarily to improve scalability and stability; |
| 31 | + they will be reintroduced in Conduit 0.4 (#405) |
| 32 | +* Build improvements |
| 33 | + * The Conduit docker images are now much smaller. |
| 34 | + * Dockerfiles have been changed to leverage caching, improving build times substantially |
| 35 | + |
| 36 | +Known Issues: |
| 37 | +* Some DNS lookups to external domains fail (#62, #155, #392) |
| 38 | +* Applications that use WebSockets, HTTP tunneling/proxying, or protocols such as MySQL and SMTP, |
| 39 | + require additional configuration (#339) |
| 40 | + |
1 | 41 | ## v0.2.0 |
2 | 42 |
|
3 | 43 | This is a big milestone! With this release, Conduit adds support for HTTP/1.x and raw TCP traffic, |
@@ -25,7 +65,6 @@ Caveats: |
25 | 65 | * Conduit is still in alpha! Please help us by |
26 | 66 | [filing issues and contributing pull requests](https://github.com/runconduit/conduit/issues/new). |
27 | 67 |
|
28 | | - |
29 | 68 | ## v0.1.3 |
30 | 69 |
|
31 | 70 | * This is a minor bugfix for some web dashboard UI elements that were not rendering correctly. |
|
0 commit comments