1.29.4-patch1
Solo build of Istio version 1.29.4-patch1 patch release.
This release note describes what’s different between Solo builds of Istio versions 1.29.4-patch0 and 1.29.4-patch1.
General Changes
- Built against upstream Istio commit
f6351e6c76fa1271f74a2eec053a2210e1ab835f. Compare.
Solo Flavor Changes
- Improved memory usage by converting remaining
envoy.stringfilter metadata toistio.hashable_stringon proxies version 1.29.2 and higher.
FIPS Flavor Changes
Fixed a regression on
BottlerocketandAlmaLinuxwhere theinstall-cniwrappershebangrewrite produced an invalid host path, causing pod creation to fail withistio-cni-bin: No such file or directory.install-cninow accepts an optionalNODE_CNI_BIN_DIRenvironment variable that overrides the auto-detected path.BottlerocketandAlmaLinuxusers should set it to/opt/cni/binand restart theDaemonSet:helm upgrade istio-cni ... --set "env.NODE_CNI_BIN_DIR=/opt/cni/bin" kubectl rollout restart ds/istio-cni-node -n istio-system