mirror of https://github.com/istio/istio.io.git
1.4.1 release notes [1.4 branch] (#5979)
* 1.4.1 Release Notes (cherry picked from commitccabf641ff
) * Remove alias (cherry picked from commitb49dd11e17
) * Fix spelling error (cherry picked from commita8e310ae24
) * Update full version
This commit is contained in:
parent
b8816109f8
commit
e960827e93
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
title: Announcing Istio 1.4.1
|
||||
linktitle: 1.4.1
|
||||
subtitle: Patch Release
|
||||
description: Istio 1.4.1 patch release.
|
||||
publishdate: 2019-12-05
|
||||
release: 1.4.1
|
||||
aliases:
|
||||
- /news/announcing-1.4.1
|
||||
---
|
||||
|
||||
This release includes bug fixes to improve robustness. This release note describes what’s different between Istio 1.4.0 and Istio 1.4.1.
|
||||
|
||||
{{< relnote >}}
|
||||
|
||||
## Bug fixes
|
||||
|
||||
- **Fixed** `istioctl` installation on Windows ([Issue 19020](https://github.com/istio/istio/pull/19020)).
|
||||
- **Fixed** an issue with route matching order when using cert-manager with Kubernetes Ingress ([Issue 19000](https://github.com/istio/istio/pull/19000)).
|
||||
- **Fixed** Mixer source namespace attribute when the pod name contains a period ([Issue 19015](https://github.com/istio/istio/issues/19015)).
|
||||
- **Fixed** excessive metrics generated by Galley ([Issue 19165](https://github.com/istio/istio/issues/19165)).
|
||||
- **Fixed** tracing Service port to correctly listen on port 80 ([Issue 19227](https://github.com/istio/istio/issues/19227)).
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
version: "1.4"
|
||||
|
||||
# The full Istio version identifier the docs describe
|
||||
full_version: "1.4.0"
|
||||
full_version: "1.4.1"
|
||||
full_version_release_year: 2019
|
||||
|
||||
# The previous Istio version identifier the docs describe, used for upgrade documentation
|
||||
|
|
Loading…
Reference in New Issue