1.17.1 Release Notes (#12777)

This commit is contained in:
Mariam John 2023-02-24 08:47:56 -06:00 committed by GitHub
parent 073ccdec9d
commit c3ae92b83b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 1 deletions

View File

@ -576,6 +576,7 @@ Kafka
katacoda
Kaul
Kebe
keepalive
Keepalived
Kenan
key.pem
@ -1113,4 +1114,4 @@ Zipkin
Ziyang
Zolotusky
ztunnel
ztunnels
ztunnels

View File

@ -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 whats 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)