Releases: StatCan/ingress-istio-controller
Releases · StatCan/ingress-istio-controller
v1.4.0
Added leader election to allow for replication.
Note: the v
has been dropped in the tag and in the published image's tag to follow industry conventions.
v1.3.2
Fix quick bug when attempting to update the status of an Ingress that isn't backed by a VirtualService.
v1.3.1
Fixed some bugs due to some dereferencing issues. Updated to go 1.18 and istio 1.10.6. #25
v1.3.0
Add additional HTTPRoutes with Authority matches which have the port added as a suffix. #24
v1.2.0
- Update Ingress status with Load Balancer information of matching Istio Ingress Gateways (#12)
v1.1.0
- Uses unique names for the VirtualServices to prevent naming conflicts
- Uses
networking.k8s.io/v1
- Add metadata about the controller on the generated VirtualServices
v0.0.1
fix(ci): fix master workflow.