Skip to content

Commit d98d4ac

Browse files
authored
1.16.3 release notes (#12738)
* add 1.16.3 release notes * lint * add time * captializations
1 parent e5391bf commit d98d4ac

File tree

1 file changed

+37
-0
lines changed
  • content/en/news/releases/1.16.x/announcing-1.16.3

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Announcing Istio 1.16.3
3+
linktitle: 1.16.3
4+
subtitle: Patch Release
5+
description: Istio 1.16.3 patch release.
6+
publishdate: 2023-02-21T08:00:00-06:00
7+
release: 1.16.3
8+
aliases:
9+
- /news/announcing-1.16.3
10+
---
11+
12+
This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.16.2 and Istio 1.16.3.
13+
14+
This release includes security fixes in Go 1.19.6 (released 2/14/2023) for the `path/filepath`, `net/http`, `mime/multipart`, and `crypto/tls` packages.
15+
16+
{{< relnote >}}
17+
18+
## Changes
19+
20+
- **Fixed** initialization of secure gRPC server of Pilot when serving certificates are provided in default location. ([Issue #42249](https://github.com/istio/istio/issues/42249))
21+
22+
- **Fixed** the default behavior of generating manifests using the Helm chart library when using `istioctl` without `--cluster-specific` option to instead use the minimum Kubernetes version defined by `istioctl`. [Issue #42441](https://github.com/istio/istio/issues/42441)
23+
24+
- **Fixed** admission webhook failing with custom header value format.
25+
([Issue #42749](https://github.com/istio/istio/issues/42749))
26+
27+
- **Fixed** `istioctl proxy-config` failure when a user specifies a custom proxy admin port with `--proxy-admin-port`. ([Issue #43063](https://github.com/istio/istio/issues/43063))
28+
29+
- **Fixed** an issue where `ALL_METRICS` does not disable metrics as expected.
30+
31+
- **Fixed** ignoring default CA certificate when `PeerCertificateVerifier` is created.
32+
33+
- **Fixed** istiod not reconciling Kubernetes Gateway deployments and services when they are changed.
34+
([Issue #43332](https://github.com/istio/istio/issues/43332))
35+
36+
- **Fixed** an issue where Pilot status was logging too many errors when `PILOT_ENABLE_CONFIG_DISTRIBUTION_TRACKING` was not enabled.
37+
([Issue #42612](https://github.com/istio/istio/issues/42612))

0 commit comments

Comments
 (0)