Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.4.4 release notes #1145

Merged
merged 2 commits into from
Jun 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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