Releases: cloudfoundry/log-cache-release
Releases · cloudfoundry/log-cache-release
Log Cache 2.4.0
Log Cache 2.2.3
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
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
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
Changelog:
- Add guard to orchestrator to prevent unbounded array access when processing tasks
Log Cache 2.2.2
Changelog:
- Added configurable tuning properties for token caching frequency
token_pruning_interval
andcache_expiration_interval
- Smaller intervals here will increase load on UAA
Log Cache 2.1.4
Changelog:
- [Bug Fix] Fix non-admin authorization when they have > 50 service instances by paging correctly through CAPI response
Log Cache 2.0.4
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
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 withprom_scraper
- Upgrades Go to version 1.12
Log Cache 2.2.1
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