Add release notes for 1.11.4 (#10430)

This commit is contained in:
Jonh Wendell 2021-10-15 16:07:58 -04:00 committed by GitHub
parent 7b8c07d16c
commit 42e75b061a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
---
title: Announcing Istio 1.11.4
linktitle: 1.11.4
subtitle: Patch Release
description: Istio 1.11.4 patch release.
publishdate: 2021-10-14
release: 1.11.4
aliases:
- /news/announcing-1.11.4
---
This release contains bug fixes to improve robustness. This release note describes whats different between Istio 1.11.3 and Istio 1.11.4
{{< relnote >}}
## Changes
- **Fixed** VMs are able to use a revisioned control plane specified by `--revision` on the `istioctl x workload entry`
command.
- **Fixed** an issue when creating a Service and Gateway at the same time, causing the Service to be ignored.
([Issue #35172](https://github.com/istio/istio/issues/35172))
- **Fixed** an issue causing stale endpoints for service entry selecting pods
([Issue #35404](https://github.com/istio/istio/issues/35404))