Skip to content

Releases: fubarhouse/ansible-role-yarn

1.2.2

28 Apr 14:12
1.2.2
97a71b7
Compare
Choose a tag to compare
  • Adds support for Fedora 28.
  • Bumps the required Ansible version to 2.4
  • Removes the use of deprecated features.
  • Updates all the tests to use a standardized suite.

1.2.1

08 Dec 11:34
Compare
Choose a tag to compare
  • Hotfix for 1.2 which fixes meta information.

1.2

08 Dec 11:33
Compare
Choose a tag to compare
1.2
  • File system changes for best practice.
  • Fix tests
  • Introduce tests for the 20 default platforms supported by other roles from @fubarhouse
  • Change logic for package installation
  • Change logic for yarn installation
  • Ensure idempotence tests pass, and tasks are skipped when appropriate.

Feature release

23 Dec 01:31
Compare
Choose a tag to compare
  • Adds better cleanup system
  • Adds ability to control yarn version
  • Adds ability to install global packages
  • Adds ability to configure destination for binary packages
  • Prevents multiple duplicate entries from being placed in shell profiles

_Notes_:
Special thanks to @stevenjlho for bringing the package installation system and it's workings to my attention.

Initial release

22 Nov 01:55
Compare
Choose a tag to compare

Initial release for Yarn.

  • Uses recommended installation methods (excluding nodejs) for RedHat and Debian systems.
  • Features cleanup tasks
  • Configurable shell profiles
  • Verification task
  • Travis tests passing

This role's functionality was not included in my nodejs role because the functionality is too unique from how they work on the back-end. This program is more of a utility that didn't need integration with a VCS and packages work differently. Hence the independent and optional installation!