Skip to content

Commit 96efde1

Browse files
authored
1.16.2 release notes (#12529)
* 1.16.2 release notes * add data/args.yml * make gen * Update index.md * spelling
1 parent cb60e87 commit 96efde1

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

content/en/docs/setup/additional-setup/getting-started/snips.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ curl -L https://istio.io/downloadIstio | sh -
3131
}
3232

3333
snip_download_istio_download_2() {
34-
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.16.1 TARGET_ARCH=x86_64 sh -
34+
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.16.2 TARGET_ARCH=x86_64 sh -
3535
}
3636

3737
snip_download_istio_download_4() {

content/en/docs/setup/getting-started/snips.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ curl -L https://istio.io/downloadIstio | sh -
2626
}
2727

2828
snip_download_istio_download_2() {
29-
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.16.1 TARGET_ARCH=x86_64 sh -
29+
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.16.2 TARGET_ARCH=x86_64 sh -
3030
}
3131

3232
snip_download_istio_download_4() {
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Announcing Istio 1.16.2
3+
linktitle: 1.16.2
4+
subtitle: Patch Release
5+
description: Istio 1.16.2 patch release.
6+
publishdate: 2023-01-30
7+
release: 1.16.2
8+
---
9+
10+
This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.16.1 and Istio 1.16.2.
11+
12+
{{< relnote >}}
13+
14+
## Changes
15+
16+
- **Added** `--revision` to `istioctl analyze` to specify a specific revision.
17+
([Issue #38148](https://github.com/istio/istio/issues/38148))
18+
19+
- **Fixed** an issue with `istioctl install` failing when specifying `--revision default`.
20+
21+
- **Fixed** `istioctl verify-install` having inconsistent behavior between `--revision` not being specified and `--revision default`.
22+
23+
- **Fixed** an issue where Gateway API resources were not being handled correctly when namespace was selected or deselected with discovery selector or namespace label is changed, and when `ENABLE_ENHANCED_RESOURCE_SCOPING=true` is set. ([Issue #42173](https://github.com/istio/istio/issues/42173))
24+
25+
- **Fixed** auto-passthrough gateways not getting XDS pushes on service updates if `PILOT_FILTER_GATEWAY_CLUSTER_CONFIG` is enabled.
26+
27+
- **Fixed** an abnormal exit in pilot if `PortLevelSettings[].Port` is nil when setting traffic policy TLS mode. ([Issue #42598](https://github.com/istio/istio/issues/42598))
28+
29+
- **Fixed** a bug that caused a namespace's network label to have a higher priority than the pod's network label. ([Issue #42675](https://github.com/istio/istio/issues/42675))

data/args.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: "1.16"
33

44
# The full Istio version identifier the docs describe
5-
full_version: "1.16.1"
5+
full_version: "1.16.2"
66

77
# The previous Istio version identifier the docs describe, used for upgrade documentation
88
previous_version: "1.15"

0 commit comments

Comments
 (0)