Skip to content

Releases: alvistack/ansible-role-bamboo

4.0.0

05 Nov 02:11
Compare
Choose a tag to compare

Major Changes

  • Upgrade minimal Ansible support to 2.9.0
  • Upgrade Travis CI test as Ubuntu Bionic based
  • Cleanup supported archives

3.5.0

06 Oct 14:28
Compare
Choose a tag to compare

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

18 Sep 13:55
Compare
Choose a tag to compare

Major Changes

  • Run molecule test manually on Travis CI

3.3.0

27 Aug 15:36
Compare
Choose a tag to compare

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

08 Jul 09:59
Compare
Choose a tag to compare

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

13 Jun 07:33
Compare
Choose a tag to compare

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

20 May 09:40
Compare
Choose a tag to compare

Major Changes

  • Upgrade minimal Ansible support to 2.8.0
  • Improve handlers implementation

2.6.0

04 May 13:48
Compare
Choose a tag to compare

Major Changes

  • Refine Travis CI Molecue test cases

2.5.0

17 Apr 13:47
Compare
Choose a tag to compare

Major Changes

  • Pre-download archives with checksum
  • Run test with travis_wait 120

2.4.0

03 Mar 04:52
Compare
Choose a tag to compare

Major Changes

  • Run systemd service with specific system user
  • Add openSUSE Leap 15 support
  • Remove CentOS 6 support