Releases: sighupio/fury-kubernetes-service-mesh
Preview v3.1.1-rc.0
Istio add-on module release v3.1.1
Welcome to the latest release of istio
module of Kubernetes Fury Distribution
maintained by team SIGHUP.
This is a minor release that:
- Updates Jaeger to version 1.56.
Upgrade Guide 🦮
Upgrade procedure - Istio
- Update the version in your
Furyfile.yml
file:
bases:
- name: istio/istio-operator
version: v3.1.1
- Download the module:
furyctl legacy vendor
- 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
Release v3.1.0
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
- Update the version in your
Furyfile.yml
file:
bases:
- name: istio/istio-operator
version: v3.1.0
- Download the module:
furyctl legacy vendor
- 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
Please follow the detailed instructions for upgrading the Jaeger Operator component here.
Preview v3.1.0-rc.2
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.
- Improves maintenance files.
Upgrade procedure - Istio
- Update the version in your
Furyfile.yml
file:
bases:
- name: istio/istio-operator
version: v3.1.0
- Download the module:
furyctl legacy vendor
- 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
Preview v3.1.0-rc.1
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.
- Improves maintenance files.
Upgrade procedure - Istio
- Update the version in your
Furyfile.yml
file:
bases:
- name: istio/istio-operator
version: v3.1.0
- Download the module:
furyctl legacy vendor
- 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
Preview v3.1.0-rc.0
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.
- Improves maintenance files.
Upgrade procedure - Istio
- Update the version in your
Furyfile.yml
file:
bases:
- name: istio/istio-operator
version: v3.1.0
- Download the module:
furyctl legacy vendor
- 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
Release v3.0.0
Istio add-on module release v3.0.0
Welcome to the latest release of istio
module of Kubernetes Fury Distribution
maintained by team SIGHUP.
This is a major release that removes kuma
and kong-mesh
packages from the module, and rename the module itself from service-mesh to istio. kuma
and kong-mesh
packages have been moved to their own fury-kubernetes-kuma
add-on module.
Upgrade procedure - Istio
- Update the version in your
Furyfile.yml
file:
bases:
- name: istio/istio-operator
version: v3.0.0
- Download the module:
furyctl legacy vendor
- 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
Preview v3.0.0-rc.1
Istio add-on module release v3.0.0
Welcome to the latest release of istio
module of Kubernetes Fury Distribution
maintained by team SIGHUP.
This is a major release that removes kuma
and kong-mesh
packages from the module, and rename the module itself from service-mesh to istio. kuma
and kong-mesh
packages have been moved to their own fury-kubernetes-kuma
add-on module.
Upgrade procedure - Istio
- Update the version in your
Furyfile.yml
file:
bases:
- name: istio/istio-operator
version: v3.0.0
- Download the module:
furyctl legacy vendor
- 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
Release v2.0.2
Service Mesh add-on module release v2.0.2
Welcome to the latest release of service-mesh
module of Kubernetes Fury Distribution
maintained by team SIGHUP.
This is a major release that adds kuma
and kong-mesh
to the packages, both in standalone
and multi-cluster
deployments.
This release also:
- updates Istio Operator to
1.19.3
- updates Kiali to
v1.75.0
- introduces compatibility with Kubernetes
1.24
-1.27
Upgrade procedure - Istio
⚠️ The port name for the Kiali service has been changed tohttp
. Update the ingresses definitions in your environment.
- Update the version in your
Furyfile.yml
file:
bases:
- name: service-mesh/istio-operator
version: v2.0.2
- Download the module:
furyctl vendor -H
- Build your desired profile Kustomize base and apply it to the cluster, for example for the
minimal
profile run:
kustomize build /vendor/katalog/service-mesh/istio-operator/profiles/minimal | kubectl apply -f
Setup procedure - Kuma and Kong Mesh
You can follow the examples:
Release v2.0.1
Service Mesh add-on module release v2.0.1
Welcome to the latest release of service-mesh
module of Kubernetes Fury Distribution
maintained by team SIGHUP.
This is a major release that adds kuma
and kong-mesh
to the packages, both in standalone
and multi-cluster
deployments.
This release also:
- updates Istio Operator to
1.19.3
- updates Kiali to
v1.75.0
- introduces compatibility with Kubernetes
1.24
-1.27
Upgrade procedure - Istio
⚠️ The port name for the Kiali service has been changed tohttp
. Update the ingresses definitions in your environment.
- Update the version in your
Furyfile.yml
file:
bases:
- name: service-mesh/istio-operator
version: v2.0.1
- Download the module:
furyctl vendor -H
- Build your desired profile Kustomize base and apply it to the cluster, for example for the
minimal
profile run:
kustomize build /vendor/katalog/service-mesh/istio-operator/profiles/minimal | kubectl apply -f
Setup procedure - Kuma and Kong Mesh
You can follow the examples:
Release v2.0.0
Service Mesh add-on module release 2.0.0
Welcome to the latest release of service-mesh
module of Kubernetes Fury Distribution
maintained by team SIGHUP.
This is a major release that adds kuma
and kong-mesh
to the packages, both in standalone
and multi-cluster
deployments.
This release also:
- updates Istio Operator to
1.19.3
- introduces compatibility with Kubernetes
1.24
-1.27
Upgrade procedure - Istio
- Update the version in your
Furyfile.yml
file:
bases:
- name: service-mesh/istio-operator
version: v2.0.0
- Download the module:
furyctl vendor -H
- Build your desired profile Kustomize base and apply it to the cluster, for example for the
minimal
profile run:
kustomize build /vendor/katalog/service-mesh/istio-operator/profiles/minimal | kubectl apply -f
Setup procedure - Kuma and Kong Mesh
You can follow the examples: