Skip to content

Releases: cloudfoundry/log-cache-release

Log Cache 2.1.2

18 Mar 22:16
Compare
Choose a tag to compare

Changelog:

  • Updates the go-orchestrator dependency to include a fix for an index out of range crash loop
  • Makes max_per_source configurable

Log Cache 2.0.3

18 Mar 22:04
Compare
Choose a tag to compare

Changelog:

  • Updates the go-orchestrator dependency to include a fix for an index out of range crash loop
  • Makes max_per_source configurable

Log Cache 1.4.9

18 Mar 22:05
Compare
Choose a tag to compare

Changelog:

  • Makes max_per_source configurable

Log Cache 1.4.8

14 Mar 17:50
Compare
Choose a tag to compare

Changelog:

  • Updates the go-orchestrator dependency to include a fix for an index out of range crash loop

Log Cache 2.2.0

25 Feb 21:12
Compare
Choose a tag to compare

Changelog:

  • Extend CAPI pagination fix to all requests
  • Add vm_uptime to /info endpoint
  • Fix greedy nozzle to not hog CPU
  • Add log-cache process uptime metric
  • Enforce TLS for external cf-auth-proxy endpoint
    • Add required EXTERNAL_CERT and EXTERNAL_KEY properties to log-cache-cf-auth-proxy job
  • Default gateway endpoints to be locked down to localhost

Log Cache 2.1.1

07 Feb 17:02
Compare
Choose a tag to compare

Changelog:

  • Bump golang to 1.11.5 for security fixes
  • Improve handling of Bearer prefix in Authorization header
  • [ Bug Fix ]: Fix GoDocs for log-cache and for the client
  • [ Bug Fix ]: Fix non-admin authorization when they have > 50 apps by paging correctly through CAPI response

Log Cache 2.1.0

22 Jan 18:08
Compare
Choose a tag to compare

Changelog:

  • Allow regex filter for metric names on /api/v1/read
  • Improve nozzle to support heavier ingress load
  • security_event_log now available to be set in cf-auth-proxy
  • Bug Fix: Now returns all source ids in all PromQL queries as a label

Log Cache 2.0.2

20 Nov 21:23
Compare
Choose a tag to compare

Changelog:

  • Add caching to CAPI and UAA service requests
  • Remove minimum store size limit for pruning
  • Metrics collected by the expvar-forwarder are now written to local Loggregator Agent
  • Include instance_id in results from PromQL queries
  • Adds a query timeout configuration option for PromQL queries
  • Adds support for security event logging

Log Cache 2.0.1

25 Oct 18:33
Compare
Choose a tag to compare

Changelog:

  • version bumps of protobuf and prometheus
  • move marshaler to public pkg/, reducing import overhead for consumers

Log Cache 2.0.0

23 Oct 20:08
Compare
Choose a tag to compare

Changelog:

  • /v1/read and /v1/meta relocated to /api/v1/read and /api/v1/meta
  • Add service version discovery at /api/v1/info
  • Converted BOSH jobs to use BPM
  • Updated to Golang 1.11.1
  • Bug Fix: Eliding multiple results with same timestamp