Skip to content

Releases: cloudfoundry/log-cache-release

Log Cache 2.2.3

12 Jul 18:13
Compare
Choose a tag to compare

Changelog:

  • Add guard to orchestrator to prevent unbounded array access when processing tasks
  • CF Auth Proxy now allows CAPI cache to re-fetch authorizations when a stale token is detected
  • CF Auth Proxy now enforces specific TLS versions and cipher suites

Log Cache 2.1.6

12 Jul 19:52
Compare
Choose a tag to compare

Changelog:

  • Add guard to orchestrator to prevent unbounded array access when processing tasks
  • CF Auth Proxy now allows CAPI cache to re-fetch authorizations when a stale token is detected
  • CF Auth Proxy now enforces specific TLS versions and cipher suites

Log Cache 2.3.1

12 Jul 16:22
Compare
Choose a tag to compare

Changelog:

  • Add guard to orchestrator to prevent unbounded array access when processing tasks
  • CF Auth Proxy now allows CAPI cache to re-fetch authorizations when a stale token is detected
  • CF Auth Proxy now enforces specific TLS versions and cipher suites

Log Cache 2.1.5

25 Jun 04:09
Compare
Choose a tag to compare

Changelog:

  • Add guard to orchestrator to prevent unbounded array access when processing tasks

Log Cache 2.2.2

31 May 16:12
Compare
Choose a tag to compare

Changelog:

  • Added configurable tuning properties for token caching frequency
    • token_pruning_interval and cache_expiration_interval
    • Smaller intervals here will increase load on UAA

Log Cache 2.1.4

30 May 05:02
Compare
Choose a tag to compare

Changelog:

  • [Bug Fix] Fix non-admin authorization when they have > 50 service instances by paging correctly through CAPI response

Log Cache 2.0.4

30 May 04:59
Compare
Choose a tag to compare

Changelog:

  • [Bug Fix] Fix non-admin authorization when they have > 50 apps or service instances by paging correctly through CAPI response

Log Cache 2.3.0

24 Apr 22:16
Compare
Choose a tag to compare

Changelog:

  • Adds offline token validation for UAA
  • Requires a TLS certificate for communication between auth proxy and gateway
  • Removes expvar forwarder and exposes a /metrics endpoint for use with prom_scraper
  • Upgrades Go to version 1.12

Log Cache 2.2.1

25 Apr 16:30
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
  • Update Golang to v1.12.1

Log Cache 2.1.3

09 Apr 16:36
Compare
Choose a tag to compare

Changelog:

  • Adds a delay to the nozzle when checking an empty channel. (This will significantly lower CPU utilization on doppler VMs.)