Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

48 lines (33 loc) · 1.38 KB

Knative Serving Changelog

All notable changes to Knative Serving will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

When adding a changelog entry, link to the most relevant issue or PR for more details.

[Unreleased]

Added

  • Basic API resources Revision, Configuration, and Route.
  • Integration with the Build API for on-demand container builds. #36
  • Autoscaling of Revision deployments. #229
  • Integration with Istio ingress routing and naming. #313
  • Integration with Istio proxy sidecar. #112
  • Tracing via Zipkin. #354
  • Logging via Fluentd with log indexing via Elasticsearch. #327
  • Metrics via Prometheus.#189

Changed

Removed