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

Changelog for edge-19.2.5 release #2412

Merged
merged 3 commits into from
Feb 28, 2019
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
26 changes: 26 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## edge-19-2.5

* CLI
* Updated `linkerd check` to ensure hint URLs are displayed for RPC checks
* Controller
* Updated the auto-inject admission controller webhook to respond to UPDATE
events for deployment workloads
* Updated destination service to return TLS identities only when the
destination pod is TLS-aware and is in the same controller namespace
* Lessen klog level to improve security
* Updated control-plane components to query Kubernetes at startup to determine
authorized namespaces and if ServiceProfile support is available
* Modified the stats payload to include the following TCP stats:
`tcp_open_connections`, `tcp_read_bytes_total`, `tcp_write_bytes_total`
* Proxy
* Fixed issue with proxy falling back to filesystem polling due to improperly
sized inotify buffer
* Web UI
ihcsim marked this conversation as resolved.
Show resolved Hide resolved
* Removed 'Help' hierarchy and surfaced links on navigation sidebar
* Added a Debug page to the web dashboard, allowing you to introspect service discovery state
* Updated the resource detail page to start displaying a table with TCP stats
* Internal
* Enabled the following linters: `unparam`, `unconvert`, `goimports`,
`goconst`, `scopelint`, `unused`, `gosimple`
* Bumped base Docker images

## stable-2.2.1

This stable release polishes some of the CLI help text and fixes two issues that
Expand Down