WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 75aa45a

Browse files
committed
Update changelog based on commits
1 parent f7a5bea commit 75aa45a

File tree

1 file changed

+40
-32
lines changed

1 file changed

+40
-32
lines changed

CHANGELOG.md

Lines changed: 40 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
1-
# CHANGELOG
2-
## MASTER
3-
* Include pkuczynski gpg key
1+
# Changelog
42

5-
### v2.1.0
6-
* Bump ansible version to 2.4, replace include by import_tasks
3+
### NEXT
4+
* ...
75

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
917
* Fix issue `src file does not exist` cause by testrb
1018

11-
### v2.0.0
19+
### 2.0.0
1220
* Bump ansible version to 2.2
1321
* Update readme
1422

15-
### v1.3.9
23+
### 1.3.9
1624
* Fix bugs
1725
* Use a non-root user by default for the installation.
1826

19-
### v1.3.8
27+
### 1.3.8
2028
* Bump ruby version to 2.2.2
2129
* Fix Bundler symlinking on system path
2230
* This fixes the location of the bundler pointing to the global ruby version
@@ -25,40 +33,40 @@
2533
* Update become method
2634
* Ensure installed rubies and gems are owned correctly by rvm1_user
2735

28-
### v1.3.7
36+
### 1.3.7
2937
* Fix #40 by using a proper gem path
3038

31-
### v1.3.6
39+
### 1.3.6
3240
* Recent changes to rvm made bundler not get installed by default
3341
* This patch installs bundler by default
3442

35-
### v1.3.5
43+
### 1.3.5
3644
* Ensure rvm1_user owns all rvm related files
3745
* Allow passing in custom configuration options when installing ruby
3846

39-
### v1.3.4
47+
### 1.3.4
4048
* Change the default system wide install dir back to /usr/local/rvm
4149
* Add the rvm1_user: 'root' default variable to let you set the rvm directory owner
4250
* Update the README on why setting sudo: True is necessary
4351

44-
### v1.3.3
52+
### 1.3.3
4553
* Fix an incorrect condition which caused Ansible to error out
4654

47-
### v1.3.2
55+
### 1.3.2
4856
* Import the GPG signature every time rvm runs get [version].
4957

50-
### v1.3.1
58+
### 1.3.1
5159
* Add gpg signature verification
5260

53-
### v1.3.0
61+
### 1.3.0
5462
* Remove the python-httplib2 dependency so it should work on CentOS 7
5563
* Change how versions are set, check the readme
5664
* Always run rvm update unless you disable it by overwriting rvm1_rvm_check_for_updates
5765

58-
### v1.2.0
66+
### 1.2.0
5967
* Add CentOS/RHEL support
6068

61-
### v1.1.1
69+
### 1.1.1
6270
* Fix #7 and #8 by no longer chowning the user:group
6371
* Symlink the ruby related bins to /usr/local/bin when doing a system wide install
6472
* Remove the temp install dir, always use /tmp
@@ -68,50 +76,50 @@
6876
* Update the travis test to test against ansible 1.7.1 instead of 1.6.2
6977
* Reformat all of the tasks to make them more readable and maintainable
7078

71-
### v1.0.2
79+
### 1.0.2
7280
* Force sudo as root when having to apt install python-httplib2, fixes #5.
7381

74-
### v1.0.1
82+
### 1.0.1
7583
* Install httplib2 if necessary (the ansible uri module depends on this)
7684

7785

78-
### v1.0.0
86+
### 1.0.0
7987
* Add ability to define 1 or more ruby versions
8088
* Add ability to delete ruby versions
8189
* Expose a few useful variables and paths
8290
* Switch over from nickjj.ruby to rvm1-ansible
8391

84-
### v0.1.9
92+
### 0.1.9
8593
* Really fix the detect tasks so they are idempotent
8694

87-
### v0.1.8
95+
### 0.1.8
8896
* Fix the detect tasks so they are idempotent
8997

90-
### v0.1.7
98+
### 0.1.7
9199
* Simplify the default ruby selection tasks into a single task
92100

93-
### v0.1.6
101+
### 0.1.6
94102
* Fix the default ruby selection task so it works for both local and system installs
95103

96-
### v0.1.5
104+
### 0.1.5
97105
* Fix a bug where /etc/profile.d/rvm.sh would be sourced even if it did not exist
98106
* Add the --default flag to the rvm use command
99107

100-
### v0.1.4
108+
### 0.1.4
101109
* Bump the default version of ruby to 2.1.2
102110

103-
### v0.1.3
111+
### 0.1.3
104112
* Fix a bug with how the upgrade task was checking for rvm's existence
105113
* Change how the role checks to determine if rvm is installed
106114

107-
### v0.1.2
115+
### 0.1.2
108116
* Allow you to specify a local path or url for the rvm installer script
109117
* Allow you to specify a url or variable value for the latest rvm stable version number
110118

111-
### v0.1.1
119+
### 0.1.1
112120
* Auto upgrade rvm in an idempotent way but also allow you to turn this off
113121
* Keep the rvm installer file on the server instead of deleting it in case http://get.rvm.io is down
114122
* Toggle a variable to force update the installer
115123

116-
### v0.1.0
124+
### 0.1.0
117125
* View the readme to get a better understanding of what ansible-ruby does.

0 commit comments

Comments
 (0)