forked from voxpupuli/puppet-gitlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
89 lines (58 loc) · 2.38 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# CHANGELOG
## v1.7.2 [2016-02-11]
* Sort nested hashes to make sure they don't trigger a service reload every time
Thanks to @sccloud
## v1.7.1 [2015-12-23]
* Fix for stringify_facts setting. Thanks to @jsmithwvnet
* Service enabled for all distro's. Thanks to @witjoh
## v1.7.0 [2015-11-25]
* Support for managing Gitlab CI Runner. Thanks to @maetthu-indermuehle
* New parameter: `manage_package`. Thanks to @MrStaticVoid
## v1.6.0 [2015-11-06]
* New parameter:
* `mattermost_nginx_eq_nginx`
* `package_pin` to Pin package version (package_ensure) on Debian OS
* Puppet 4 now a first class citizen in Travis testing
* Decorator improvements (Array). Thanks to @deadratfink
* Symlink in /etc/init.d/ to gitlab-ctl
* Allow disabling of omnibus user management. Thanks to @alexsmithhp
* Update to apt module version > 2 (new dependency). Thanks to @b4ldr
## 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