Skip to content

Releases: voxpupuli/puppet-gitlab

v1.13.3 [2017-04-04]

04 Apr 18:12
Compare
Choose a tag to compare
  • Remove broken and unnecessary YAML workaround from gitlab.rb.erb

v1.13.2 [2017-04-03]

03 Apr 16:56
Compare
Choose a tag to compare
  • Fix handling of integers and string quoting in gitlab.rb
  • Fix spec test

v1.13.1 [2017-04-03]

03 Apr 13:45
Compare
Choose a tag to compare
  • Remove ci_nginx configuration options for compatibility with Gitlab 9

v1.12.0 [2017-04-03]

03 Apr 12:59
Compare
Choose a tag to compare
  • Fixed gitlab.rb template for Integers in gitlab_rails setting because of rack_attack_git_basic_auth will fail during gitlab reconfiguration if the Integer Values are Strings.
  • Add dependencies to apt-transport-https, xz-utils
  • Merge hashes for runner configuration
  • Fix use of integers in gitlab_rails settings
  • Add Prometheus and node_exporter params
  • Fix hash sorting for LDAP
  • Remove pe requirement
  • Do not decorate within hash to avoid quoting twice
  • Remove ci_external_url parameter as it breaks configuration build

v1.11.0 [2016-12-23]

23 Dec 12:24
v1.11.0
Compare
Choose a tag to compare
  • Feature to manage manage_storage_directores. Thanks to Greg Dowmont
  • Feature to manage external_port. Thanks to @blakejakopovic
  • New parameter service_provider. Thanks to @petems
  • Better systemd compatibility. Thanks to @petems and @bastian.jeske
  • Beaver acceptance tests. Thanks to @petems
  • external_url now defaults to http://$fqdn. Thanks to @willonit
  • Fixes to gitlab.rb template for gitlab_rails setting. Thanks to John Nicholas
  • Small fix for easier upgrading from ce to ee. Thanks to @dhollinger

v1.10.0 [2016-08-10]

11 Aug 11:37
v1.10.0
Compare
Choose a tag to compare
  • Several small fixes
  • Updates to Spec Tests
  • Full registry configuration. Thanks to @jkroepke
  • Enhanced CI runner configuration (concurrent) and testing. Thanks to @iamjamestl

v1.9.0 [2016-06-14]

14 Jun 14:51
Compare
Choose a tag to compare
  • Support for Gitlab integrated Docker registry. Thanks to @llauren
  • Config file management can be deactivated. Thanks to @divansantana
  • Add package_ensure parameter for gitlab-ci-multi-runner package. Thanks to @thlapin

v1.8.0

11 Mar 16:56
Compare
Choose a tag to compare

v1.8.0 [2016-03-11]

  • Support for Gitlab Workhorse. Thanks to @tunasalat
  • Support for Gitlab Pages
  • Feature to create Custom Hooks. Thanks to @b4ldr
  • Install apt-transport-https on Debian like OS

v1.7.1

23 Dec 09:36
Compare
Choose a tag to compare

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

25 Nov 13:51
Compare
Choose a tag to compare

v1.7.0 [2015-11-25]

  • Support for managing Gitlab CI Runner. Thanks to @maetthu-indermuehle
  • New parameter: manage_package. Thanks to @MrStaticVoid