-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from sighupio/develop
feat: release v3.1.0
- Loading branch information
Showing
106 changed files
with
32,133 additions
and
19,676 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Istio add-on module release v3.1.0 | ||
|
||
Welcome to the latest release of `istio` module of [`Kubernetes Fury Distribution`](https://github.com/sighupio/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: | ||
|
||
```yaml | ||
bases: | ||
- name: istio/istio-operator | ||
version: v3.1.0 | ||
``` | ||
2. Download the module: | ||
```bash | ||
furyctl legacy vendor | ||
``` | ||
|
||
3. Build your desired profile Kustomize base and apply it to the cluster, for example for the `minimal` profile run: | ||
|
||
```bash | ||
kustomize build /vendor/katalog/istio/istio-operator/profiles/minimal | kubectl apply -f | ||
``` | ||
|
||
### Upgrade procedure - Jaeger | ||
|
||
⚠️ This Jaeger release includes a breaking change 💔.<br /> Please follow the detailed instructions for upgrading the Jaeger Operator component [here](../../katalog/istio-operator/jaeger-operator/BREAKING.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.