Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski authored Jul 30, 2020
1 parent ee0f182 commit 9227e45
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,31 @@

### NEXT

* Fixes bare variables in conditionals (deprecation warnings with Ansible 2.8+) (#204)
#### New features

* Report when Ruby is removed and don't ignore when version listing fails (#212)

#### Bug fixes

* Fix bare variables in conditionals (deprecation warnings with Ansible 2.8+) (#204)
* Fix boolean values when checking array (#207)
* Fixes regression forbidding installation of rubies (#209, fixed via #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)
* Update and enhance the test environment (#215)

#### Changes

* 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
2018-12-28 · [Changes](https://github.com/rvm/rvm1-ansible/compare/v2.1.1...v2.1.2)
)

* Fallback to alternative GPG key servers (#192)
* Remove keys.gnupg.net in favour of pool.sks-keyservers.net (#192)

Expand Down

0 comments on commit 9227e45

Please sign in to comment.