-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Dummy update * Bump Istio to 1.24.1 * Update docs * Update 1.12.0.md * Update 1.12.0.md * Adapt test * Fix experimental * Fix experimental * Configure sample percentage * Add step to actually make a call before checking traces * Update docs/user/README.md Co-authored-by: Tim Riffer <[email protected]> * Apply suggestions from code review Co-authored-by: Natalia Sitko <[email protected]> * Update docs/release-notes/1.12.0.md Co-authored-by: Natalia Sitko <[email protected]> --------- Co-authored-by: Tim Riffer <[email protected]> Co-authored-by: Natalia Sitko <[email protected]>
- Loading branch information
1 parent
0b8feae
commit 3557761
Showing
11 changed files
with
78 additions
and
40 deletions.
There are no files selected for viewing
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
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,33 @@ | ||
## New Features | ||
|
||
### Istio Updated to Version 1.24.1 | ||
|
||
| **Component** | **Version** | | ||
|---------------|-------------| | ||
| Istio | 1.24.1 | | ||
| Envoy | 1.32.2 | | ||
|
||
We've updated the Istio version to 1.24.1 ([#1024](https://github.com/kyma-project/istio/pull/1024)). | ||
Read the Istio 1.24.1 [release announcement](https://istio.io/latest/news/releases/1.24.x/announcing-1.24.1/) | ||
and [Istio 1.24.0 Change Notes](https://istio.io/latest/news/releases/1.24.x/announcing-1.24/change-notes/). | ||
|
||
This version includes the following changes to compatibility version parameters. | ||
|
||
The parameters for the previous compatibility version switched from 'false' to 'true': | ||
|
||
| Parameter | Description | | ||
|--------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| ENABLE\_DELIMITED\_STATS\_TAG\_REGEX | If true, pilot uses the new delimited stat tag regex to generate Envoy stats tags. | | ||
| ENABLE\_DEFERRED\_CLUSTER\_CREATION | If enabled, Istio creates clusters only when there are requests. This saves memory and CPU cycles in cases where there are lots of inactive clusters and more than one worker thread. | | ||
|
||
This compatibility version applies the new parameters set to `false`: | ||
|
||
| Parameter | Description | | ||
|-------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| ENABLE\_INBOUND\_RETRY\_POLICY | If true, enables retry policy for inbound routes, which automatically retries any requests that were reset before reaching the intended service. | | ||
| EXCLUDE\_UNSAFE\_503\_FROM\_DEFAULT\_RETRY | If true, excludes unsafe retry on `503` from the default retry policy. | | ||
| PREFER\_DESTINATIONRULE\_TLS\_FOR\_EXTERNAL\_SERVICES | If true, external services prefer the TLS settings from DestinationRules over the metadata TLS settings. | | ||
| ENABLE\_ENHANCED\_DESTINATIONRULE\_MERGE | If enabled, Istio merges DestinationRules considering their **exportTo** fields. The DestinationRules are then kept as independent rules if the **exportTo** fields are not equal. | | ||
| PILOT\_UNIFIED\_SIDECAR\_SCOPE | If true, unified SidecarScope creation is used. This is only intended as a temporary feature flag for backward compatibility. | | ||
| ENABLE\_DEFERRED\_STATS\_CREATION | If enabled, Istio lazily initializes a subset of the stats. | | ||
| BYPASS\_OVERLOAD\_MANAGER\_FOR\_STATIC\_LISTENERS | If enabled, the overload manager is not applied to static listeners. | |
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
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
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