内容简介:Istio 1.0.2 发布了,该版本主要解决了社区用户在使用 1.0.1 时发现的一些关键问题。更新内容如下: Miscellaneous Fixed bug in Envoy where the sidecar would crash if receiving normal traffic on the mutu...
Istio 1.0.2 发布了,该版本主要解决了社区用户在使用 1.0.1 时发现的一些关键问题。更新内容如下:
Miscellaneous
Fixed bug in Envoy where the sidecar would crash if receiving normal traffic on the mutual TLS port.
Fixed bug with Pilot propagating incomplete updates to Envoy in a multicluster environment.
Added a few more Helm options for Grafana.
Improved Kubernetes service registry queue performance.
Fixed bug where
istioctl proxy-statuswas not showing the patch version.Add validation of virtual service SNI hosts.
自 1.0.1 以来的变化 https://github.com/istio/istio/compare/1.0.1...1.0.2
下载地址 https://github.com/istio/istio/releases/tag/1.0.2
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Istio 1.0.2 发布,大型微服务系统管理平台》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Effective Modern C++ 简体中文版
Scott Meyers / 高博 / 中国电力出版社 / 2018-4-23 / 99
想要彻底理解C++11和C++14,不可止步于熟悉它们引入的语言特性(例如,auto型别推导、移动语义、lambda表达式以及并发支持)。挑战在于高效地运用这些特性——从而使你的软件具备正确性、高效率、可维护性和可移植性。这正是这本实用的图书意欲达成的定位。它描述的正是使用C++11和C++14——现代C++来撰写真正卓越的软件之道。 涵盖以下主题: 大括号初始化、noexcept规格......一起来看看 《Effective Modern C++ 简体中文版》 这本书的介绍吧!