Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7d06b4

Browse files
author
jtimberman
committed
release v1.0.8
1 parent d286510 commit e7d06b4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v1.0.8:
2+
3+
* [COOK-1016] - python package needs separate names for centos/rhel 5.x vs 6.x
4+
* [COOK-1048] - installation of pip does not honor selected python version
5+
* [COOK-1282] - catch Chef::Exceptions::ShellCommandFailed for chef 0.10.8 compatibility
6+
* [COOK-1311] - virtualenv should have options attribute
7+
* [COOK-1320] - pip provider doesn't catch correct exception
8+
* [COOK-1415] - use plain 'python' binary instead of versioned one for
9+
default interpreter
10+
111
## v1.0.6:
212

313
* [COOK-1036] - correctly grep for python-module version

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
maintainer_email "[email protected]"
33
license "Apache 2.0"
44
description "Installs Python, pip and virtualenv. Includes LWRPs for managing Python packages with `pip` and `virtualenv` isolated Python environments."
5-
version "1.0.6"
5+
version "1.0.8"
66

77
depends "build-essential"
88
depends "yum"

0 commit comments

Comments
 (0)