Skip to content

V1.1.0

Compare
Choose a tag to compare
@Inbaraj-S Inbaraj-S released this 22 Aug 20:34
· 67 commits to main since this release
36327ca

This is an minor release v1.1.0 of OCI Native Ingress Controller.

Release Notes

Support for Web Application Firewalll Integration

  • Annotation oci-native-ingress.oraclecloud.com/waf-policy-ocid which enables user to add firewall policy id to IngressClass. It helps us create and add firewall to the corresponding LB.

Support for enabling LB shape updates

  • Enables dynamic shape updates on LB via ingressclassparameters. Eg: maxBandwidthMbps: 400, minBandwidthMbps: 100

Added resource tags for LB resource created via ingress controller

  • Added resource tag for LB created via ingress controller : oci-native-ingress-controller-resource: loadbalancer

Bugfix & Others

  • Fixed multi-path routing bug
  • Readme document updated.
  • Updated Kubernetes Supported Version - v1.26.2.

Contributors: @nirpai @Inbaraj-S