Commit Graph

1737 Commits

Author SHA1 Message Date
Gilles Cornu 7ceac147da
Update CHANGELOG.md 2016-09-21 23:40:23 +02:00
Chris Roberts 01e2c400ae Update CHANGELOG.md 2016-08-19 10:20:54 -07:00
Chris Roberts 7e07860346 Update CHANGELOG.md 2016-08-19 10:03:23 -07:00
Chris Roberts b67e66df95 Update CHANGELOG.md 2016-08-19 09:51:19 -07:00
Chris Roberts 2085c702ac Update CHANGELOG.md 2016-08-19 09:45:39 -07:00
Chris Roberts c5438675ea Update CHANGELOG.md 2016-08-12 16:48:38 -07:00
Chris Roberts c082ba41f9 Update CHANGELOG.md 2016-08-12 16:19:31 -07:00
Mitchell Hashimoto c64c19c1b9 Update CHANGELOG.md 2016-08-12 14:59:40 -07:00
Chris Roberts 19c3d838d1 Update CHANGELOG 2016-08-12 10:41:08 -07:00
Chris Roberts 4b1d45b969 Update CHANGELOG 2016-08-11 16:17:55 -07:00
Chris Roberts 3c9e3c6f36 Update CHANGELOG 2016-08-11 13:24:44 -07:00
Chris Roberts 467902b30f Update CHANGELOG 2016-08-10 10:36:08 -07:00
Seth Vargo aba25fb565
Update CHANGELOG 2016-07-26 09:29:33 -07:00
Seth Vargo 04891886c4
Update CHANGELOG 2016-07-23 15:19:28 -04:00
Seth Vargo d89125f905
Update CHANGELOG 2016-07-23 15:18:58 -04:00
Seth Vargo d369072403
Update CHANGELOG 2016-07-23 15:16:16 -04:00
Seth Vargo 9ab0d4b554
Bump for dev 2016-07-19 00:26:33 -04:00
Seth Vargo 93f9528687
Release v1.8.5 2016-07-18 23:39:08 -04:00
Seth Vargo dc789facfa
Update CHANGELOG 2016-07-18 22:33:33 -04:00
Seth Vargo 77057efad8
Update CHANGELOG 2016-07-18 22:07:10 -04:00
Seth Vargo 4580333863
Update CHANGELOG 2016-07-18 22:05:50 -04:00
Seth Vargo 3b5be6504e
Update CHANGELOG 2016-07-18 21:59:49 -04:00
Seth Vargo 9967270430
Update CHANGELOG 2016-07-18 21:57:02 -04:00
Seth Vargo 57f40f1e0a
Update CHANGELOG 2016-07-18 21:52:00 -04:00
Seth Vargo 7a898dc7eb
Update CHANGELOG 2016-07-13 09:57:13 -06:00
Seth Vargo a4f45a18a6
Update CHANGELOG 2016-06-20 17:49:55 -07:00
Seth Vargo cc350229bb
Update CHANGELOG 2016-06-20 09:37:55 -04:00
Seth Vargo 5650896732
Update CHANGELOG 2016-06-19 17:17:04 -04:00
Seth Vargo 9c6fee2778
Update CHANGELOG 2016-06-19 14:40:21 -04:00
Seth Vargo 1ba3da5c90
Update CHANGELOG 2016-06-19 14:38:38 -04:00
Seth Vargo 22c24d619c
Update CHANGELOG 2016-06-18 15:12:42 -04:00
Seth Vargo f46e09362c
Update CHANGELOG 2016-06-18 15:08:47 -04:00
Seth Vargo 3174c0079b
Update CHANGELOG 2016-06-18 14:19:52 -04:00
Seth Vargo 01fd5c1dd1
Update CHANGELOG 2016-06-18 13:54:18 -04:00
Seth Vargo dbb756c7b6
Update CHANGELOG 2016-06-17 21:10:47 -04:00
Seth Vargo 5dde0cdc4d
Update CHANGELOG 2016-06-17 20:27:59 -04:00
Seth Vargo 4305dac19f
Update CHANGELOG 2016-06-16 16:28:07 -04:00
Seth Vargo e7b25f1bee
Update CHANGELOG 2016-06-16 15:32:51 -04:00
Seth Vargo 9dc6e190e9
Update CHANGELOG 2016-06-16 15:23:21 -04:00
Seth Vargo e65f61605d
Update CHANGELOG 2016-06-15 12:20:23 +02:00
Seth Vargo 172e76abe9
Bump version for development 2016-06-13 23:35:28 +02:00
Seth Vargo bedaeee190
Version bump v1.8.4 2016-06-13 10:21:40 +02:00
Seth Vargo 349d320984
Update CHANGELOG 2016-06-12 16:23:59 +02:00
Gilles Cornu 008ebb5afd Update CHANGELOG
[ci skip]
2016-06-11 07:37:38 +02:00
Seth Vargo 2cecbfd2eb
Update CHANGELOG 2016-06-11 02:37:09 +02:00
Mitchell Hashimoto 3ba52d0a37
up version for dev 2016-06-10 11:13:01 -07:00
Mitchell Hashimoto 018cbc6550
v1.8.3 2016-06-10 09:43:11 -07:00
Gilles Cornu 14c997317a Update CHANGELOG [GH-6526, GH-7190]
[ci skip]
2016-06-09 14:58:48 +02:00
Gilles Cornu bb9dba56ac provisioners/ansible_local: add "pip" install_mode
These changes have been validated against the following guest systems:
- Debian 7 and 8
- Ubuntu 12.04, 14.04 and 16.04
- Fedora 21 and 23
- CentOS 7
- OracleLinux 7
- Scientific Linux 7

At the moment, the pip setup (via get-pip.py script) is not working for
RHEL6-like systems (CentOS 6.6, OracleLinux 6.5, Scientific Linux 6),
because Python 2.6 has been deprecated and is no longer supported by
Python core team. I consider this limitation with low priority in
Vagrant context.

The `:pip` install_mode is currently not implemented for the following
platforms:
- OpenSUSE
- ArchLinux
- FreeBSD

Known Issue: By using get-pip.py script, any previous pip installation
will be most probably overrided. This could be an issue for Python
developers who would prefer to keep their base box setup untouched. In
future iteration, it could be possible to choose to reinstall/upgrade
pip or not. issue for Python developers who would prefer to keep their
base box setup untouched. In future iteration, it could be possible to
choose to reinstall/upgrade pip or not.

Resolve GH-6654

Resolve GH-7167 as the `version` option is now considered to select the
version of Ansible to be installed.
2016-06-08 23:53:58 +02:00
Seth Vargo 3443eaa05f
Update CHANGELOG 2016-06-06 19:38:02 -04:00