Release notes for 1.7.1 (#8111)

* Release notes for 1.7.1

* update

* update

* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md

Co-authored-by: John Howard <howardjohn@google.com>

* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md

Co-authored-by: John Howard <howardjohn@google.com>

* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md

Co-authored-by: Brian Avery <bavery@redhat.com>

* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md

Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>

* update

* update

* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md

Co-authored-by: Steven Landow <steven@stlcomputerservices.com>

* update

* update

* update

* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md

Co-authored-by: Brian Avery <bavery@redhat.com>

* Update content/en/news/releases/1.7.x/announcing-1.7.1/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

Co-authored-by: John Howard <howardjohn@google.com>
Co-authored-by: Brian Avery <bavery@redhat.com>
Co-authored-by: Neeraj Poddar <nrjpoddar@gmail.com>
Co-authored-by: Steven Landow <steven@stlcomputerservices.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
This commit is contained in:
Jimmy Chen 2020-09-10 11:40:05 -07:00 committed by GitHub
parent 0a5d13c7d2
commit 2c1bdd68be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 47 additions and 0 deletions

View File

@ -99,6 +99,7 @@ AssemblyScript
AttributeGen
Auth0
AuthenticationPolicy
AuthorizationPolicy
AuthPolicy
autoscaler
Autoscalers
@ -683,6 +684,7 @@ v1.7.6_coreos.0
v1.9
v1alpha1
v1alpha3
v1beta1
v1beta1#MutatingWebhookConfiguration
v2
V2

View File

@ -0,0 +1,45 @@
---
title: Announcing Istio 1.7.1
linktitle: 1.7.1
subtitle: Patch Release
description: Istio 1.7.1 patch release.
publishdate: 2020-09-10
release: 1.7.1
aliases:
- /news/announcing-1.7.1
---
This release contains bug fixes to improve robustness. This release note describes whats different between Istio 1.7.0 and Istio 1.7.1
{{< relnote >}}
## Changes
- **Added** Envoy [ext `authz` and gRPC access log API support](https://github.com/istio/istio/wiki/Enabling-Envoy-Authorization-Service-and-gRPC-Access-Log-Service-With-Mixer) in Mixer,
which makes Mixer based configuration and out of process adapter still work after upgrading to future versions of Istio.
([Issue #23580](https://github.com/istio/istio/issues/23580))
- **Fixed** the `istioctl x authz check` command to work properly with the v1beta1 AuthorizationPolicy.
([PR #26625](https://github.com/istio/istio/pull/26625))
- **Fixed** unreachable endpoints for non-injected workloads across networks by removing them.
([Issue #26517](https://github.com/istio/istio/issues/26517))
- **Fixed** enabling hold application until proxy starts feature flag breaking rewriting application probe logic.
([Issue #26873](https://github.com/istio/istio/issues/26873))
- **Fixed** deleting the remote-secret for multicluster installation removes remote endpoints.
([Issue #27187](https://github.com/istio/istio/issues/27187))
- **Fixed** missing endpoints when Service is populated later than Endpoints.
- **Fixed** an issue causing headless Service updates to be missed ([Issue #26617](https://github.com/istio/istio/issues/26617)).
([Issue #26617](https://github.com/istio/istio/issues/26617))
- **Fixed** an issue with Kiali RBAC permissions which prevented its deployment from working properly.
([Issue #27109](https://github.com/istio/istio/issues/27109))
- **Fixed** an issue where `remove-from-mesh` did not remove the init containers when using Istio CNI
([Issue #26938](https://github.com/istio/istio/issues/26938))
- **Fixed** Kiali to use anonymous authentication strategy since newer versions have removed the login authentication strategy.