Skip to content

Commit

Permalink
v0.4.4 release notes (#1145)
Browse files Browse the repository at this point in the history
* v0.4.4 release notes

* Tweak wording about adblocker fix

Signed-off-by: Kevin Lingerfelt <[email protected]>
  • Loading branch information
klingerf authored Jun 18, 2018
1 parent 4278f9e commit 9c77dfe
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v0.4.4

Conduit v0.4.4 continues to improve production suitability and sets up internals for the
upcoming v0.5.0 release.

* Production Readiness
* The destination service has been mostly-rewritten to improve safety and correctness,
especially during controller initialization.
* Readiness and Liveness checks have been added for some controller components.
* RBAC settings have been expanded so that Prometheus can access node-level metrics.
* User Interface
* Ad blockers like uBlock prevented the Conduit dashboard from fetching API data. This
has been fixed.
* The UI now highlights pods that have failed to start a proxy.
* Internals
* Various dependency upgrades, including Rust 1.26.2.
* TLS testing continues to bear fruit, precipitating stability improvements to
dependencies like Rustls.

Special thanks to @alenkacz for improving docker build times!

## v0.4.3

Conduit v0.4.3 continues progress towards production readiness. It features a new
Expand Down

0 comments on commit 9c77dfe

Please sign in to comment.