banzaicloud / istio-operator

An operator that manages Istio deployments on Kubernetes
Apache License 2.0
535 stars 94 forks source link

bump istio version to 1.16.1 #879

Closed LuciferInLove closed 1 year ago

LuciferInLove commented 1 year ago
Q A
Bug fix? no
New feature? no
API breaks? no
Deprecations? no
Related tickets
License Apache 2.0

What's in this PR?

Istio 1.16.1 update

Laci21 commented 1 year ago

Probably the supported Kubernetes version should be updated in the readme and helm chart.

Laci21 commented 1 year ago

Could you please check this diff regarding the manifests folder: https://github.com/istio/istio/compare/1.15.3...1.16.1? I think the Istio CRDs were not updated accordingly in this PR. Also, there might be some other helm chart changes that might worth incorporating into our operator. Could you pls check those as well to see what's worth porting here?