Skip to content

Releases: rvm/rvm1-ansible

2.2.0

26 Mar 22:20
bb64cfd
Compare
Choose a tag to compare

New features

  • Report when Ruby is removed and don't ignore when version listing fails (#212)
  • Add option to disable binary symlink (#94)

Bug fixes

  • Fix RHEL 7 & 8 based distros to work around /tmp execution issues (#155)
  • Fix bare variables in conditionals (deprecation warnings with Ansible 2.8+) (#204)
  • Fix boolean values when checking array (#207)
  • Fix regression forbidding installation of rubies (#209, fixed via #207)
  • Fix conditional logic for detecting and removing versions of Ruby (#212)
  • Report when Ruby is removed and don't ignore when version listing fails (#212)
  • Refactor rubies install and remove tasks, allow rvm to handle idempotency around this (#219)
  • Update key server URLs and decommission of sks-keyservers.net (#232)

Changes

  • Migrate CI to GitHub Actions (#235)
  • Extend test matrix with: (#215)
    • CentOS 8, Debian 10, Ubuntu 18.04 and 20.04
    • Ruby 2.6.6 and 2.7.1
  • Modify some test assertions to better abstract RVM behaviour from its internal implementation ("blackbox" testing) (#205)
  • Fix and enhance Travis CI setup (#205)
    • Install more recent versions of Ruby, to be compatible with latest Bundler version
    • Validate system-wide setup (root.yml)
    • Parallelize the tests to speed up the builds

2.1.2

27 Dec 23:20
df9f468
Compare
Choose a tag to compare
  • Fallback to alternative GPG key servers (#192)
  • Remove keys.gnupg.net in favour of pool.sks-keyservers.net (#192)

Changes since the last release: v2.1.1...v2.1.2

2.1.1

18 Dec 11:13
b968f8d
Compare
Choose a tag to compare
  • Fix RVM verification process after changing command to shell

Changes since the last release: v2.1.0...v2.1.1

2.1.0

18 Dec 10:01
75aa45a
Compare
Choose a tag to compare
  • Support centos6 and centos7
  • Reduce the verbosity
  • Update galaxy metadata to reflect Debian support (#174)
  • Updated to use the full set of GPG keys as described on rvm.io (#185)
  • Solve lack of terminal error during GPG execution (#188)
  • Include pkuczynski gpg key (#189)

Changes since the last release: v2.0.1...v2.1.0

2.0.1

13 Sep 22:42
Compare
Choose a tag to compare
  • Fix issue src file does not exist with testrb

Changes since the last release: v2.0.0...v2.0.1

2.0.0

29 Nov 23:40
Compare
Choose a tag to compare
  • Bump ansible version to 2.2
  • Update readme

Changes since the last release:
v1.3.9...v2.0.0

v1.3.9

15 Nov 20:17
Compare
Choose a tag to compare
  • Fix bugs
  • Use a non-root user by default for the installation.

Changes since the last release:
v1.3.8...v1.3.9

v1.3.8

21 Apr 16:14
Compare
Choose a tag to compare
  • Bump ruby version to 2.2.2
  • Fix Bundler symlinking on system path
  • This fixes the location of the bundler pointing to the global ruby version
  • Ensure a default value is supplied when detecting ruby, fixes #78
  • Update rvm installer path
  • Update become method
  • Ensure installed rubies and gems are owned correctly by rvm1_user

Changes since the last release:
v1.3.7...v1.3.8

v1.3.7

27 Apr 17:25
Compare
Choose a tag to compare
  • Fix #40 by using a proper gem path

Thanks to @udondan and @svyatov

Changes since the last release:
v1.3.6...v1.3.7

v1.3.6

23 Apr 21:54
Compare
Choose a tag to compare
  • Recent changes to rvm made bundler not get installed by default
    • This patch installs bundler by default

Thanks to @udondan's PR #40.

Changes since the last release:
v1.3.5...v1.3.6