forked from ppouliot/puppet-gitlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
29 lines (29 loc) · 1.06 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
* 2013-11-17 - 0.0.10
- bugfix https://github.com/sbadia/puppet-gitlab/pull/80
- bump gitlab-shell to 1.7.8 (multiple security fix)
* 2013-11-08 - 0.0.9
- huge changes/re-factorization by atomaka ! (many thanks !!)
- Use anchors and refactoring of args/class
- Add ssl support for nginx
- Add extra params (repodir,username_changing,redis,unicorn)
- Better management of extra packages (thx stdlib)
- Bump to gitlab 6.2.3
- Add spec and travis testing
* 2013-06-10 - 0.0.8
- Use nginx,ruby,redis,mysql external modules
- Clean pre.pp file
* 2013-04-27 - 0.0.6
- Fix packaging issue (https://github.com/sbadia/puppet-gitlab/issues/33) wait for a cleaner way to do that (http://projects.puppetlabs.com/issues/14651)
- Bump to GitLab 5.1 (switch from unicorn to puma)
- Fix timeouts issue, and others bugs
- Remove apt and mysql setting from core module
* 2013-04-07 - 0.0.5
- up to GitLab 5.0
- remove gitolite (use gitlab-shell)
* 2012-11-02 - 0.0.4
- up to GitLab 4.1
* 2013-01-01 - 0.0.3
- up to GitLab 3.2
- add dependency to mysql, stdlib
* 2012-08-12 - 0.0.1
- initial release