Skip to content

Releases: markosamuli/ansible-linuxbrew

v2.0.2

17 Feb 18:54
234a0ec
Compare
Choose a tag to compare

What's Changed?

  • Fix Ansible Galaxy API key used for automated role publishing
  • Remove deprecated Travis CI config by @markosamuli

Full Changelog: v2.0.0...v2.0.2

v2.0.1

17 Feb 18:37
e18c64a
Compare
Choose a tag to compare

What's Changed?

  • Run GitHub Actions workflow when new release is published by @markosamuli
  • Fixes issue publishing release v2.0.0 with the pipeline

Full Changelog: v2.0.0...v2.0.1

v2.0.0

17 Feb 18:31
43e4115
Compare
Choose a tag to compare

What's Changed

Ansible compatibility

  • Require Ansible 2.9.22
  • Support Ansible 7.2.0
  • Use fully qualified collection names (FQCN) with builtin modules by @markosamuli

Fixes

  • Use become_user instead of become when installing with Git by @Hunsu in #6
  • Fix #10 - Remove installer script checksum that causes issues by @markosamuli

Python compatibility

  • Use Python 3 on all test Docker images
  • Drop support for EOL Python 2.7

OS compatibility

  • Add support for Ubuntu 20.04 LTS and 22.04 LTS
  • Add support for Debian 11
  • Add support for Fedora 37 and RedHat based-systems by @aairey in #9
  • Drop support for Debian 11
  • Drop support for Ubuntu 16.04 LTS

Testing

  • Run tests with supported Docker images on GitHub Actions by @markosamuli

New Contributors

  • @Hunsu made their first contribution in #6
  • @aairey made their first contribution in #9

Full Changelog: v1.2.2...v2.0.0

v1.2.2

12 Sep 13:40
Compare
Choose a tag to compare

What's Changed?

Fixed

  • Update install.sh checksum
  • Create missing var/homebrew/linked directory
  • Update linuxbrew-core repository URL

Full Changelog: v1.2.1...v1.2.2

v1.2.1

05 Sep 22:54
Compare
Choose a tag to compare

What's Changed?

Fixed

  • Migrate to the new install.sh script

v1.2.0

25 Oct 23:27
Compare
Choose a tag to compare

What's Changed?

Full Changelog: v1.1.1...v1.2.0

v1.1.1

19 Jul 23:39
Compare
Choose a tag to compare

Updated install.sh checksum for the 2019-07-18 updated version.

v1.1.0

14 Jul 12:37
Compare
Choose a tag to compare

Changes

  • Use Ansible tasks to clone the Homebrew Git repositories, create directories
    and set permissions where possible instead of using the official installer
    bash script.

Fixes

  • Install installation dependencies.
  • Update both .bashrc and .zshrc shell scripts.

v1.0.0

13 Jan 18:26
Compare
Choose a tag to compare
ci: load .bashrc