Skip to content

Releases: StatCan/ingress-istio-controller

v1.4.0

03 Nov 12:54
16c285e
Compare
Choose a tag to compare

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

22 Jul 15:05
0bb13c2
Compare
Choose a tag to compare

Fix quick bug when attempting to update the status of an Ingress that isn't backed by a VirtualService.

v1.3.1

20 Jul 19:46
ae0e9ee
Compare
Choose a tag to compare

Fixed some bugs due to some dereferencing issues. Updated to go 1.18 and istio 1.10.6. #25

v1.3.0

20 Jul 17:55
ea805e0
Compare
Choose a tag to compare

Add additional HTTPRoutes with Authority matches which have the port added as a suffix. #24

v1.2.0

14 Jul 14:26
01418b8
Compare
Choose a tag to compare
  • Update Ingress status with Load Balancer information of matching Istio Ingress Gateways (#12)

v1.1.0

21 Sep 19:51
7b87802
Compare
Choose a tag to compare
  • Uses unique names for the VirtualServices to prevent naming conflicts
  • Uses networking.k8s.io/v1
  • Add metadata about the controller on the generated VirtualServices

v1.0.0

07 May 12:30
5c06811
Compare
Choose a tag to compare

Initial release!

Helm Chart: https://github.com/statcan/charts/stable/ingress-istio-controller

docker pull statcan/ingress-istio-controller:v1.0.0

v0.0.1

21 Apr 17:12
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
fix(ci): fix master workflow.