-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-1.23] 1.23.1 Release Notes (#15671)
* 1.23.1 Release Notes Apply suggestions from code review Co-authored-by: Daniel Hawton <daniel@hawton.org> * bump full_version to 1.23.1, make gen * Update content/en/news/releases/1.23.x/announcing-1.23.1/index.md Co-authored-by: Daniel Hawton <daniel@hawton.org> --------- Co-authored-by: Sumit Vij <sumitvij11+github@gmail.com> Co-authored-by: Daniel Hawton <daniel@hawton.org> Co-authored-by: Mike Morris <1149913+mikemorris@users.noreply.github.com>
- Loading branch information
1 parent
bdb91f4
commit 19aee55
Showing
10 changed files
with
72 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,5 +29,5 @@ ENDSNIP | |
ENDSNIP | ||
|
||
! IFS=$'\n' read -r -d '' bpsnip_args_istio_full_version <<\ENDSNIP | ||
1.23.0 | ||
1.23.1 | ||
ENDSNIP |
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
37 changes: 37 additions & 0 deletions
37
content/en/news/releases/1.23.x/announcing-1.23.1/index.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Announcing Istio 1.23.1 | ||
linktitle: 1.23.1 | ||
subtitle: Patch Release | ||
description: Istio 1.23.1 patch release. | ||
publishdate: 2024-09-10 | ||
release: 1.23.1 | ||
--- | ||
|
||
This release note describes what is different between Istio 1.23.0 and 1.23.1. | ||
|
||
{{< relnote >}} | ||
|
||
## Changes | ||
|
||
- **Fixed** an issue where controller-assigned IPs did not respect per-proxy DNS capture the same way that ephemeral auto-allocated IPs did. | ||
([Issue #52609](https://github.com/istio/istio/issues/52609)) | ||
|
||
- **Fixed** an issue where waypoints required DNS proxy to be enabled in order to consume auto-allocated IPs. | ||
([Issue #52746](https://github.com/istio/istio/issues/52746)) | ||
|
||
- **Fixed** an issue where the `ISTIO_OUTPUT` `iptables` chain was not removed with `pilot-agent istio-clean-iptables` command. | ||
([Issue #52835](https://github.com/istio/istio/issues/52835)) | ||
|
||
- **Fixed** an issue causing any `portLevelSettings` to be ignored in `DestinationRule`s for waypoints. | ||
([Issue #52532](https://github.com/istio/istio/issues/52532)) | ||
|
||
- **Removed** writing `kubeconfig` to CNI net directory. | ||
([Issue #52315](https://github.com/istio/istio/issues/52315)) | ||
|
||
- **Removed** `CNI_NET_DIR` from the `istio-cni` `ConfigMap`, as it now does nothing. | ||
([Issue #52315](https://github.com/istio/istio/issues/52315)) | ||
|
||
- **Removed** a change in Istio 1.23.0 causing regressions for `ServiceEntries` with multiple addresses defined. | ||
Note: the reverted change did fix an issue around missing addresses (#51747), but introduce a new set of issues. | ||
The original issue can be worked around by creating a sidecar resource. | ||
([Issue #52944](https://github.com/istio/istio/issues/52944)),([Issue #52847](https://github.com/istio/istio/issues/52847)) |
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