Skip to content

Release v3.1.0

Latest
Compare
Choose a tag to compare
@SIGHUP-C-3PO SIGHUP-C-3PO released this 06 Aug 13:39
e1c0839

Istio add-on module release v3.1.0

Welcome to the latest release of istio module of Kubernetes Fury Distribution maintained by team SIGHUP.

This is a minor release that:

  • Adds support for Kubernetes 1.28 and 1.29
  • Updates Istio to version 1.22.2.
  • Updates Kiali to version 1.86.0.
  • Updates Jaeger to version 1.56.
  • Improves maintenance files.

Upgrade Guide 🦮

Upgrade procedure - Istio

  1. Update the version in your Furyfile.yml file:
bases:
  - name: istio/istio-operator
    version: v3.1.0
  1. Download the module:
furyctl legacy vendor
  1. Build your desired profile Kustomize base and apply it to the cluster, for example for the minimal profile run:
kustomize build /vendor/katalog/istio/istio-operator/profiles/minimal | kubectl apply -f

Upgrade procedure - Jaeger

⚠️ This Jaeger release includes a breaking change 💔.
Please follow the detailed instructions for upgrading the Jaeger Operator component here.