Releases: retaildevcrews/istio
Releases · retaildevcrews/istio
M5 Release
Overview
- Added Grype Vulnerability scanner
- Updated to v2 of HPA in BurstMetrics
- Migrated to OpenTelemetry instead of Correlation Vector
- Various WASM filter bugfix and enhancements
- Updated dev-env for codespaces
What's Changed
- Added Check for CRLF line endings by @PurpleBriar in #65
- Added Grype vulnerability scanner by @joaquinrz in #67
- Header based routing by @sivamu in #66
- Add Checkov VS code Task to Codespaces and populate a summary section. by @TravisFallsMSFT in #69
- Added --quiet and --compact arguments to Checkov Scan task by @gortegaMS in #70
- Config validation in wasm, upgrade to v2 hpa api and address other todos by @sivamu in #71
- Use opentelemetry in place of mscv by @sivamu in #72
- Handle empty burstmetrics, user agent in wasm by @sivamu in #73
- Replaced deprecated Rust plugin with Rust-Analyzer plugin by @kforeverisback in #74
- Fix: Bug in WASM plugin code to handle when host_address is empty by @gortegaMS in #75
New Contributors
- @PurpleBriar made their first contribution in #65
- @TravisFallsMSFT made their first contribution in #69
- @gortegaMS made their first contribution in #70
Full Changelog: v0.5.0...v1.0.0
v0.5.0
M4 Release
- Added ingress gateway filter deployment
- Upgraded Burst metrics service to fetch metrics by service, HPA and deployment names
- New endpoints to fetch bulk metrics for services, HPAs or deployments from all namespaces
- WASM filter upgrades, dynamically retrieves app endpoints
- Added burst service unit tests, development environment and infrastructure updates