forked from voxpupuli/puppet-gitlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
63 lines (40 loc) · 1.54 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# CHANGELOG
## v1.5.0 [2015-08-27]
* Support for new features introduced in 7.14:
* `gitlab_git_http_server` parameter
* `mattermost_external_url`, `mattermost` and `mattermost_nginx` parameter
* Better support for older Puppet versions. #20
## v1.4.0 [2015-07-24]
* Added management of Gitlab secrets file `/etc/gitlab/gitlab-secrets.json`
## v1.3.0 [2015-07-17]
* Fixed bug with gitlab.rb.erb template for use with git_data_dir
* Updated erb template to accomodate for values being hashes
* Added check for external database
* Fixes for RedHat Repository URLs
* More spec tests
* Bump puppetlabs-apt module version requirement
Thanks to @robbruce for his contributions for this version!
## v1.2.2 [2015-07-07]
* Sort hash keys when writing gitlab.rb file. Thanks to @jrwesolo
* Simplify parameter logic and add new parameters
for the gitlab service. Thanks to @jrwesolo
## v1.2.1 [2015-06-29]
* Explicit resource ordering to have apt_update executed
before package installation
## v1.2.0 [2015-06-23]
* removed `rails` parameter because it was a duplicate
of `gitlab_rails`. Thanks to @tdb
* Add high_availability config section. Thanks to @tdb
## v1.1.0 [2015-06-17]
* Support for RHEL 7
* Travis testing against Puppet 4
* Initial support for Puppet 4 (Tested on Travis)
## v1.0.3 [2015-06-16]
* Module is now located under the "vshn" namespace on forge. "vshnops" is
being deprecated!
## v1.0.2 [2015-05-29]
* Correct URL to project page
## v1.0.1 [2015-05-29]
* Small correction to metadata.json
## v1.0.0 [2015-05-29]
* Initial release