Releases: cloudfoundry/log-cache-release
Releases · cloudfoundry/log-cache-release
Log Cache 2.1.2
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
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
Changelog:
- Makes max_per_source configurable
Log Cache 1.4.8
Changelog:
- Updates the go-orchestrator dependency to include a fix for an
index out of range
crash loop
Log Cache 2.2.0
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
andEXTERNAL_KEY
properties tolog-cache-cf-auth-proxy
job
- Add required
- Default gateway endpoints to be locked down to localhost
Log Cache 2.1.1
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
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
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
Changelog:
- version bumps of protobuf and prometheus
- move marshaler to public
pkg/
, reducing import overhead for consumers
Log Cache 2.0.0
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