Releases: markosamuli/ansible-linuxbrew
Releases · markosamuli/ansible-linuxbrew
v2.0.2
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
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
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 ofbecome
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
Full Changelog: v1.2.2...v2.0.0
v1.2.2
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
What's Changed?
Fixed
- Migrate to the new
install.sh
script
v1.2.0
What's Changed?
- Fix #1 — Add
linuxbrew_init_shell
variable to allow shell file modification to be disabled by @markosamuli in #2 - Downgrade virtualenv to fix ansible/ansible-lint#590 issues on the CI.
Full Changelog: v1.1.1...v1.2.0
v1.1.1
Updated install.sh
checksum for the 2019-07-18 updated version.
v1.1.0
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
ci: load .bashrc