Skip to content

1.0-beta.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@M00nF1sh M00nF1sh released this 27 Sep 00:05
· 1731 commits to master since this release
b2ff2d6

New Feature:

  1. ingress paths without backend is now default to 404(previously, it's default to the first backend available).
    An implicit of this is that path:/ need to be changed to path:/* to match all paths

Bug Fixes:

  1. http->https redirection now works
  2. Multiple ENI issue
  3. Multiple issues for IP target mode
  4. Annotation merging
  5. other issues

Refactor:

  1. caching/tracing for API calls are now implemented at AWS session level
  2. securityGroup handling is fully refactored