Releases: sbadia/puppet-gitlab
Releases · sbadia/puppet-gitlab
2015-08-05 - 1.1.0
features:
- New dependency on puppet/nodejs
- New dependency on puppetlabs/postgresql
bugfix:
- Use bundle to ensure that the correct rake version is used
- Add missing cmake (on el platform) and nodejs on all distro
- Fix login informations according 7.12 update
2015-07-11 - 1.0.0
features:
- Install mariadb-devel on EL7 platforms
- Add extra parameters for Gitlab configuration
- Add new config options for GitLab 7.12
- add variables for SSL ciphers/protocol
- Fix spec tests, lint and acceptance
bugfix:
- Offer a coherent gitlab_dbport default value
- Missing System Package: 'cmake', 'pkg-config', 'libkrb5-dev', 'ruby-execjs'.
- create ${git_home].gitlab_setup_done with ensure => file
- gitlab should not fix the system
2014-06-18 - 0.1.5
features:
- Use puppetlabs/git module for git package declaration
- Add parameter for company link and logo support (thx Ludovic)
- Fix compatibility issue with exim (thx Ludovic) gitlabhq#4866
bugfix:
- Fix gitlab-satellites permissions (should be 0750)
- Fix rspec output formatter (documentation)
- Lock rspec version to 2.14.1 (puppet rspec not yet ready for RSpec +3.0, see rodjek/rspec-puppet#204 )