内容简介:Chef 14.6.17 已发布,Chef 是一个系统集成框架,为整个架构提供配置管理功能。 更新内容如下: Merged Pull Requests Only include the Windows distro files on Windows #7727 (tas50) Changes since 14.5.33 ...
Chef 14.6.17 已发布,Chef 是一个系统集成框架,为整个架构提供配置管理功能。
更新内容如下:
Merged Pull Requests
Changes since 14.5.33 release
Merged Pull Requests
Only include the Windows distro files on Windows #7727 (tas50)
better docs for Chef::Knife::Bootstrap#validate_options! #7719 (bankair)
Add chef-cleanup omnibus-software defn #7725 (lamont-granquist)
fixed typo in description property of rhsm_errata_level resource #7710 (freakinhippie)
add some big FIXMEs #7706 (lamont-granquist)
short circuit before the version_compare call #7705 (lamont-granquist)
Change the allow_downgrade pseudo-default in the package provider superclass to true #7701 (lamont-granquist)
Sanitize inputs to Gem::Version in comparison operation of Package provider superclass #7703 (lamont-granquist)
replace some instances of to_hash with to_h #7697 (lamont-granquist)
Minor optimization in yum_helper.py to avoid RPM DB corruption under certain scenarios #7696 (Nimesh-Msys)
Fixed introduced version to 14.6 for newly added properties in zypper_package and windows_user resource as it got released in 14.6. #7692 (Vasu1105)
Upgrade to rspec 3.8.x #7691 (lamont-granquist)
Adds full_name property to user resource for Windows. #7677 (Vasu1105)
zypper_package: Add new global_options property #7518 (dheerajd-msys)
源码下载:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Chef 14.1.20 发布,自动化服务器配置管理工具
- Chef 14.3.18 发布,自动化服务器配置管理工具
- Chef 14.3.34 发布,自动化服务器配置管理工具
- Chef 14.3.43 发布,自动化服务器配置管理工具
- Chef 14.3.43 发布,自动化服务器配置管理工具
- Chef 14.3.34 发布,自动化服务器配置管理工具
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
高性能Python
(美)戈雷利克、(英)欧日沃尔德 / 东南大学出版社 / 2015-2
你的Python代码也许运行正确,但是你需要运行得更快速。通过探讨隐藏在设计备选方案中的基础理论,戈雷利克和欧日沃尔德编著的《高性能Python》将帮助你更深入地理解Python的实现。你将了解如何定位性能瓶颈,从而显著提升高数据流量程序中的代码执行效率。 你该如何利用多核架构和集群?或者你该如何搭建一个可以自由伸缩而不会影响可靠性的系统?有经验的Python程序员将会学习到这类问题的具体解......一起来看看 《高性能Python》 这本书的介绍吧!