Skip to content

Releases: voxpupuli/puppet-gitlab

v10.1.0

04 Nov 14:03
v10.1.0
0b5c5e3
Compare
Choose a tag to compare

What's Changed

New Features 🎉

New Contributors

Full Changelog: v10.0.0...v10.1.0

v10.0.0

20 Sep 12:01
v10.0.0
cd11ac0
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

New Features 🎉

Documentation Updates 📚

Other Changes

  • fix apt-key deprecation by @0xbilko in #432
  • Update to support Praefect by @talseth in #433

New Contributors

Full Changelog: v9.0.0...v10.0.0

Release v2.1.0 - Deprecate skip_auto_reconfigure in favor of skip_auto_migrations

28 May 20:35
4a9288a
Compare
Choose a tag to compare

v2.1.0 (2018-05-27)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • skip-auto-migrations should be placed before gitlab::install #232
  • Wrong Type in Optional Param: user #220
  • $web_server documentation differs from code #217
  • decorate method in templates/gitlab.rb.erb file may break some thing #146
  • init.pp: fix #217 #219 (NiklausHofer)

Closed issues:

  • Manage letsencrypt options #224
  • Bad use of method 'inspect' causes bool values not to apply. #222
  • Facter code still exists from Issue 131 #170
  • Drop Puppet 3 support. #118

Merged pull requests:

Release v2.0.0 - Puppet 3 compatibility dropped

09 Apr 23:23
f48a618
Compare
Choose a tag to compare

v2.0.0 (2018-04-07)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Migrate Puppet Module to Voxpupuli #171
  • Feature: Allow database to index git authorized_keys #168
  • data dir changes in gitlab 9 #137
  • add letsencrypt section to gitlab.rb #200 (costela)
  • Add ha roles #186 (LongLiveCHIEF)
  • Db indexing for git authorized keys #177 (LongLiveCHIEF)
  • drop legacy is_hash method, replace topscope fact with facts hash #107 (james-powis)

Fixed bugs:

  • RHEL 7.2 Installation Failure (Possibly GPG Key URL) #196
  • After upgrade to GitLab 10.4.3 each puppet run wants to remove #195
  • Fixed redhat installation #198 (dsavell)

Closed issues:

  • Backup cron configuration will trigger gitlab restart #204
  • YUM GPG keys are invalid #203
  • add support for letsencrypt options #199
  • RPM gpg key verification failure on install #194

Merged pull requests:

Release v1.16.1 - Tweks for Vox Pupuli

07 Feb 20:01
943bc7b
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

Release v1.16.0 - First release to Vox Pupuli

07 Feb 17:08
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Verify package signatures on RedHat #163

Fixed bugs:

  • Regression: yum $releasever results in 404 error for RHEL yum repo #153

Closed issues:

  • Deploy current version of GitLab Runner #166
  • GitLab 10: Your git_dta_dirs settings is deprecated #162
  • Support new package repo #157
  • puppet-gitlab requires outdated module dependencies #152
  • Broken LDAP #138

Merged pull requests:

v1.15.2

28 Sep 13:41
Compare
Choose a tag to compare
  • Make CI runner package_name configurable (must be set to "gitlab-runner" for Gitlab 10.x). Thanks to Paul B. (paulRbr)!

v1.15.1 [2017-07-28]

28 Jul 11:34
Compare
Choose a tag to compare
  • Dummy release for Puppet Forge

v1.15.0 [2017-07-28]

28 Jul 07:34
Compare
Choose a tag to compare
  • Support geo_* configuration options (thanks to shaheed121)
  • Drop warning about RPM support (thanks to djjudas21/Jonathan)

v1.14.0 [2017-05-22]

22 May 15:47
Compare
Choose a tag to compare
  • Support data_dirs (thanks to logicminds/Corey Osman)
  • Add flag to disable all prometheus functionality
  • Add flag to disable auto migrations
  • Support sidekiq_cluster configuration options