Releases: alvistack/ansible-role-bamboo
Releases · alvistack/ansible-role-bamboo
4.0.0
Major Changes
- Upgrade minimal Ansible support to 2.9.0
- Upgrade Travis CI test as Ubuntu Bionic based
- Cleanup supported archives
3.5.0
Major Changes
- Support openSUSE Leap 15.1
- Default with Python 3
- Revamp molecule test with vagrant
- Abstract
bamboo_owner
and bamboo_group
as variable
- Abstract
bamboo_home
and bamboo_catalina
as variable
3.4.0
Major Changes
- Run molecule test manually on Travis CI
3.3.0
Major Changes
- Update for RHEL 7
- Add Vagrant test for RHEL 7
- Download archives to
/var/cache/ansible
- Upgrade packages if archives not found from
/var/cache/ansible
- Restart service serially
3.2.0
Major Changes
- Update LXD test profile for Kubernetes v1.15.0 support
- Add dummy tasks and vars placeholder for multi OS support
- Fix molecule
group_vars
with links
- Replace
with_items
with loop
- Replace
with_dict
with var
- Replace
with_first_found
with lookup('first_found')
3.1.0
Major Changes
- Always include default variables from
vars/main.yml
- Always use
become: true
with molecule, especially for vagrant
- Abstract archive download checksum with multiple version support
- Improve service restart implementation
3.0.0
Major Changes
- Upgrade minimal Ansible support to 2.8.0
- Improve handlers implementation
2.6.0
Major Changes
- Refine Travis CI Molecue test cases
2.5.0
Major Changes
- Pre-download archives with checksum
- Run test with
travis_wait 120
2.4.0
Major Changes
- Run systemd service with specific system user
- Add openSUSE Leap 15 support
- Remove CentOS 6 support