Skip to content

Commit 0e5ea07

Browse files
committed
readme update to point release notes to changelog
1 parent 8bcfb17 commit 0e5ea07

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

README.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ puppet module install puppet-python
3838
```
3939

4040
## Usage
41-
For class usage refer to the <a href="https://github.com/voxpupuli/puppet-python/blob/master/REFERENCE.md">REFERENCE.md</a>. If contributing, this is updated with
41+
For class usage refer to the [Reference]("https://github.com/voxpupuli/puppet-python/blob/master/REFERENCE.md). If contributing, this is updated with
4242
```shell
4343
bundle exec rake strings:generate\[',,,,false,true']
4444
```
@@ -75,24 +75,7 @@ from softwarecollections.org, set python::provider to 'rhscl' and python::versio
7575
of the collection you want to use (e.g., 'python27', 'python33', or 'rh-python34').
7676
7777
## Release Notes
78-
79-
**Version 1.9.8 Notes**
80-
The `pip`, `virtualenv` and `gunicorn` parameters of `Class['python']` have changed. These parameters now accept `absent`, `present` and `latest` rather than `true` and `false`. The boolean values are still supported and are equivalent to `present` and `absent` respectively. Support for these boolean parameters is deprecated and will be removed in a later release.
81-
82-
**Version 1.7.10 Notes**
83-
84-
Installation of python-pip previously defaulted to `false` and was not installed. This default is now `true` and python-pip is installed. To prevent the installation of python-pip specify `pip => false` as a parameter when instantiating the `python` puppet class.
85-
86-
**Version 1.1.x Notes**
87-
88-
Version `1.1.x` makes several fundamental changes to the core of this module, adding some additional features, improving performance and making operations more robust in general.
89-
90-
Please note that several changes have been made in `v1.1.x` which make manifests incompatible with the previous version. However, modifying your manifests to suit is trivial. Please see the notes below.
91-
92-
Currently, the changes you need to make are as follows:
93-
94-
* All pip definitions MUST include the owner field which specifies which user owns the virtualenv that packages will be installed in. Adding this greatly improves performance and efficiency of this module.
95-
* You must explicitly specify pip => true in the python class if you want pip installed. As such, the pip package is now independent of the dev package and so one can exist without the other.
78+
See [Changelog](https://github.com/voxpupuli/puppet-python/blob/master/CHANGELOG.md)
9679
9780
## Contributors
9881

0 commit comments

Comments
 (0)