|
1 | | -# CHANGELOG |
2 | | -## MASTER |
3 | | -* Include pkuczynski gpg key |
| 1 | +# Changelog |
4 | 2 |
|
5 | | -### v2.1.0 |
6 | | -* Bump ansible version to 2.4, replace include by import_tasks |
| 3 | +### NEXT |
| 4 | +* ... |
7 | 5 |
|
8 | | -### v2.0.1 |
| 6 | +### 2.1.0 |
| 7 | +2018-12-18 |
| 8 | + |
| 9 | +* Support centos6 and centos7 |
| 10 | +* Reduce the verbosity |
| 11 | +* Update galaxy metadata to reflect Debian support (#174) |
| 12 | +* Updated to use the full set of GPG keys as described on rvm.io (#185) |
| 13 | +* Solve lack of terminal error during GPG execution (#188) |
| 14 | +* Include pkuczynski gpg key (#189) |
| 15 | + |
| 16 | +### 2.0.1 |
9 | 17 | * Fix issue `src file does not exist` cause by testrb |
10 | 18 |
|
11 | | -### v2.0.0 |
| 19 | +### 2.0.0 |
12 | 20 | * Bump ansible version to 2.2 |
13 | 21 | * Update readme |
14 | 22 |
|
15 | | -### v1.3.9 |
| 23 | +### 1.3.9 |
16 | 24 | * Fix bugs |
17 | 25 | * Use a non-root user by default for the installation. |
18 | 26 |
|
19 | | -### v1.3.8 |
| 27 | +### 1.3.8 |
20 | 28 | * Bump ruby version to 2.2.2 |
21 | 29 | * Fix Bundler symlinking on system path |
22 | 30 | * This fixes the location of the bundler pointing to the global ruby version |
|
25 | 33 | * Update become method |
26 | 34 | * Ensure installed rubies and gems are owned correctly by rvm1_user |
27 | 35 |
|
28 | | -### v1.3.7 |
| 36 | +### 1.3.7 |
29 | 37 | * Fix #40 by using a proper gem path |
30 | 38 |
|
31 | | -### v1.3.6 |
| 39 | +### 1.3.6 |
32 | 40 | * Recent changes to rvm made bundler not get installed by default |
33 | 41 | * This patch installs bundler by default |
34 | 42 |
|
35 | | -### v1.3.5 |
| 43 | +### 1.3.5 |
36 | 44 | * Ensure rvm1_user owns all rvm related files |
37 | 45 | * Allow passing in custom configuration options when installing ruby |
38 | 46 |
|
39 | | -### v1.3.4 |
| 47 | +### 1.3.4 |
40 | 48 | * Change the default system wide install dir back to /usr/local/rvm |
41 | 49 | * Add the rvm1_user: 'root' default variable to let you set the rvm directory owner |
42 | 50 | * Update the README on why setting sudo: True is necessary |
43 | 51 |
|
44 | | -### v1.3.3 |
| 52 | +### 1.3.3 |
45 | 53 | * Fix an incorrect condition which caused Ansible to error out |
46 | 54 |
|
47 | | -### v1.3.2 |
| 55 | +### 1.3.2 |
48 | 56 | * Import the GPG signature every time rvm runs get [version]. |
49 | 57 |
|
50 | | -### v1.3.1 |
| 58 | +### 1.3.1 |
51 | 59 | * Add gpg signature verification |
52 | 60 |
|
53 | | -### v1.3.0 |
| 61 | +### 1.3.0 |
54 | 62 | * Remove the python-httplib2 dependency so it should work on CentOS 7 |
55 | 63 | * Change how versions are set, check the readme |
56 | 64 | * Always run rvm update unless you disable it by overwriting rvm1_rvm_check_for_updates |
57 | 65 |
|
58 | | -### v1.2.0 |
| 66 | +### 1.2.0 |
59 | 67 | * Add CentOS/RHEL support |
60 | 68 |
|
61 | | -### v1.1.1 |
| 69 | +### 1.1.1 |
62 | 70 | * Fix #7 and #8 by no longer chowning the user:group |
63 | 71 | * Symlink the ruby related bins to /usr/local/bin when doing a system wide install |
64 | 72 | * Remove the temp install dir, always use /tmp |
|
68 | 76 | * Update the travis test to test against ansible 1.7.1 instead of 1.6.2 |
69 | 77 | * Reformat all of the tasks to make them more readable and maintainable |
70 | 78 |
|
71 | | -### v1.0.2 |
| 79 | +### 1.0.2 |
72 | 80 | * Force sudo as root when having to apt install python-httplib2, fixes #5. |
73 | 81 |
|
74 | | -### v1.0.1 |
| 82 | +### 1.0.1 |
75 | 83 | * Install httplib2 if necessary (the ansible uri module depends on this) |
76 | 84 |
|
77 | 85 |
|
78 | | -### v1.0.0 |
| 86 | +### 1.0.0 |
79 | 87 | * Add ability to define 1 or more ruby versions |
80 | 88 | * Add ability to delete ruby versions |
81 | 89 | * Expose a few useful variables and paths |
82 | 90 | * Switch over from nickjj.ruby to rvm1-ansible |
83 | 91 |
|
84 | | -### v0.1.9 |
| 92 | +### 0.1.9 |
85 | 93 | * Really fix the detect tasks so they are idempotent |
86 | 94 |
|
87 | | -### v0.1.8 |
| 95 | +### 0.1.8 |
88 | 96 | * Fix the detect tasks so they are idempotent |
89 | 97 |
|
90 | | -### v0.1.7 |
| 98 | +### 0.1.7 |
91 | 99 | * Simplify the default ruby selection tasks into a single task |
92 | 100 |
|
93 | | -### v0.1.6 |
| 101 | +### 0.1.6 |
94 | 102 | * Fix the default ruby selection task so it works for both local and system installs |
95 | 103 |
|
96 | | -### v0.1.5 |
| 104 | +### 0.1.5 |
97 | 105 | * Fix a bug where /etc/profile.d/rvm.sh would be sourced even if it did not exist |
98 | 106 | * Add the --default flag to the rvm use command |
99 | 107 |
|
100 | | -### v0.1.4 |
| 108 | +### 0.1.4 |
101 | 109 | * Bump the default version of ruby to 2.1.2 |
102 | 110 |
|
103 | | -### v0.1.3 |
| 111 | +### 0.1.3 |
104 | 112 | * Fix a bug with how the upgrade task was checking for rvm's existence |
105 | 113 | * Change how the role checks to determine if rvm is installed |
106 | 114 |
|
107 | | -### v0.1.2 |
| 115 | +### 0.1.2 |
108 | 116 | * Allow you to specify a local path or url for the rvm installer script |
109 | 117 | * Allow you to specify a url or variable value for the latest rvm stable version number |
110 | 118 |
|
111 | | -### v0.1.1 |
| 119 | +### 0.1.1 |
112 | 120 | * Auto upgrade rvm in an idempotent way but also allow you to turn this off |
113 | 121 | * Keep the rvm installer file on the server instead of deleting it in case http://get.rvm.io is down |
114 | 122 | * Toggle a variable to force update the installer |
115 | 123 |
|
116 | | -### v0.1.0 |
| 124 | +### 0.1.0 |
117 | 125 | * View the readme to get a better understanding of what ansible-ruby does. |
0 commit comments