Skip to content

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Nov 23, 2017
2 parents 76b501f + 0883396 commit 47f4287
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Ansible Role for Bamboo
=======================

1.1.0 - 2017-11-23
------------------

### Major Changes

- Install Bamboo on Ubuntu 16.04/14.04 and CentOS 7/6 from source
- Update /etc/init.d/bamboo with better support for running with dumb-init inside docker
- Update test cases

1.0.0 - 2017-09-25
------------------

- Ininitial release for Ansible 2.4
- Support both Ubuntu 16.04/14.04 or RHEL/CentOS 7/6

2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ bamboo_scheme: ~
bamboo_jvm_support_recommended_args: "-Datlassian.plugins.enable.wait=300"

# URL for download Bamboo archive.
bamboo_url: "https://downloads.atlassian.com/software/bamboo/downloads/atlassian-bamboo-6.2.2.tar.gz"
bamboo_url: "https://downloads.atlassian.com/software/bamboo/downloads/atlassian-bamboo-6.2.3.tar.gz"

0 comments on commit 47f4287

Please sign in to comment.