1.0-beta.7
Pre-release
Pre-release
New Feature:
- ingress paths without backend is now default to 404(previously, it's default to the first backend available).
An implicit of this is thatpath:/
need to be changed topath:/*
to match all paths
Bug Fixes:
- http->https redirection now works
- Multiple ENI issue
- Multiple issues for IP target mode
- Annotation merging
- other issues
Refactor:
- caching/tracing for API calls are now implemented at AWS session level
- securityGroup handling is fully refactored