From c3ae92b83b0bee684170be095a3a788ee8a67a24 Mon Sep 17 00:00:00 2001 From: Mariam John Date: Fri, 24 Feb 2023 08:47:56 -0600 Subject: [PATCH] 1.17.1 Release Notes (#12777) --- .spelling | 3 +- .../1.17.x/announcing-1.17.1/index.md | 28 +++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 content/en/news/releases/1.17.x/announcing-1.17.1/index.md diff --git a/.spelling b/.spelling index 2ea1af52d7..8eccac623f 100644 --- a/.spelling +++ b/.spelling @@ -576,6 +576,7 @@ Kafka katacoda Kaul Kebe +keepalive Keepalived Kenan key.pem @@ -1113,4 +1114,4 @@ Zipkin Ziyang Zolotusky ztunnel -ztunnels \ No newline at end of file +ztunnels diff --git a/content/en/news/releases/1.17.x/announcing-1.17.1/index.md b/content/en/news/releases/1.17.x/announcing-1.17.1/index.md new file mode 100644 index 0000000000..fd664e64b7 --- /dev/null +++ b/content/en/news/releases/1.17.x/announcing-1.17.1/index.md @@ -0,0 +1,28 @@ +--- +title: Announcing Istio 1.17.1 +linktitle: 1.17.1 +subtitle: Patch Release +description: Istio 1.17.1 patch release. +publishdate: 2023-02-23T09:00:00-06:00 +release: 1.17.1 +--- + +This release contains bug fixes to improve robustness. This release note describes what’s different between Istio 1.17.0 and Istio 1.17.1. + +This release includes security fixes included in Go 1.20.1 (released 2023-02-14) for the `crypto/tls`, `mime/multipart`, `net/http`, and `path/filepath` packages. + +{{< relnote >}} + +## Changes + +- **Added** environment variables to support modifying gRPC keepalive values. [Issue #42398](https://github.com/istio/istio/pull/42398) + +- **Fixed** an issue where `ALL_METRICS` does not disable metrics as expected. [Issue #43178](https://github.com/istio/istio/issues/43178) + +- **Fixed** ignoring default CA certificate when `PeerCertificateVerifier` is created. [PR #43337](https://github.com/istio/istio/pull/43337) + +- **Fixed** istiod not reconciling Kubernetes Gateway deployments and services when they are changed. [Issue #43332](https://github.com/istio/istio/issues/43332) + +- **Fixed** reporting `Programmed` condition on Gateway API Gateway resources. [Issue #43498](https://github.com/istio/istio/issues/43498) + +- **Fixed** an issue where updating service `ExternalName` does not take effect. [Issue #43440](https://github.com/istio/istio/issues/43440)