From a501daff9318233554754d0cf8f3c352f5546c0b Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sun, 9 May 2021 12:58:54 +0200 Subject: [PATCH] release 7.0.0 --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++-------- metadata.json | 2 +- 2 files changed, 38 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d5229..ba2fdf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,36 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. -## [v6.0.1](https://github.com/voxpupuli/puppet-gitlab/tree/v6.0.1) (2020-11-05) +## [v7.0.0](https://github.com/voxpupuli/puppet-gitlab/tree/v7.0.0) (2021-05-09) + +[Full Changelog](https://github.com/voxpupuli/puppet-gitlab/compare/v6.0.1...v7.0.0) + +**Breaking changes:** + +- Drop CentOS 6 from metadata.json / Enable Puppet 7 support / Drop Puppet 5 support [\#376](https://github.com/voxpupuli/puppet-gitlab/pull/376) ([bastelfreak](https://github.com/bastelfreak)) + +**Implemented enhancements:** + +- Add system hooks management [\#380](https://github.com/voxpupuli/puppet-gitlab/pull/380) ([carlosduelo](https://github.com/carlosduelo)) +- Add support for geo\_logcursor options in gitlab.rb [\#379](https://github.com/voxpupuli/puppet-gitlab/pull/379) ([liger1978](https://github.com/liger1978)) + +**Closed issues:** + +- inspect escaping node variable [\#373](https://github.com/voxpupuli/puppet-gitlab/issues/373) +- nginx still not documented [\#371](https://github.com/voxpupuli/puppet-gitlab/issues/371) +- gitlab\_rails\['ldap\_servers'\] question [\#367](https://github.com/voxpupuli/puppet-gitlab/issues/367) + +**Merged pull requests:** + +- Allow latest puppetlabs/apt and puppetlabs/stdlib [\#382](https://github.com/voxpupuli/puppet-gitlab/pull/382) ([bastelfreak](https://github.com/bastelfreak)) +- puppetlabs/stdlib: Allow 7.x [\#381](https://github.com/voxpupuli/puppet-gitlab/pull/381) ([bastelfreak](https://github.com/bastelfreak)) +- Update README.md [\#378](https://github.com/voxpupuli/puppet-gitlab/pull/378) ([arjenz](https://github.com/arjenz)) +- README: link to gitlab omnibus nginx documentation [\#377](https://github.com/voxpupuli/puppet-gitlab/pull/377) ([antondollmaier](https://github.com/antondollmaier)) +- Add support for the 'package' omnibus configuration hash. [\#375](https://github.com/voxpupuli/puppet-gitlab/pull/375) ([rayward](https://github.com/rayward)) +- Add missing \(required\) name value for yum repo [\#370](https://github.com/voxpupuli/puppet-gitlab/pull/370) ([jorhett](https://github.com/jorhett)) +- Fix cut and paste error in documentation [\#369](https://github.com/voxpupuli/puppet-gitlab/pull/369) ([sgnl05](https://github.com/sgnl05)) + +## [v6.0.1](https://github.com/voxpupuli/puppet-gitlab/tree/v6.0.1) (2020-11-06) [Full Changelog](https://github.com/voxpupuli/puppet-gitlab/compare/v6.0.0...v6.0.1) @@ -154,14 +183,15 @@ These should not affect the functionality of the module. **Breaking changes:** - Remove support for setting content of `gitlab-secrets.json` [\#213](https://github.com/voxpupuli/puppet-gitlab/issues/213) -- 244 refactor repository package management [\#246](https://github.com/voxpupuli/puppet-gitlab/pull/246) ([LongLiveCHIEF](https://github.com/LongLiveCHIEF)) -- Refactor resource ordering [\#241](https://github.com/voxpupuli/puppet-gitlab/pull/241) ([LongLiveCHIEF](https://github.com/LongLiveCHIEF)) - remove gitlab-ci-runner from module [\#262](https://github.com/voxpupuli/puppet-gitlab/pull/262) ([LongLiveCHIEF](https://github.com/LongLiveCHIEF)) +- 244 refactor repository package management [\#246](https://github.com/voxpupuli/puppet-gitlab/pull/246) ([LongLiveCHIEF](https://github.com/LongLiveCHIEF)) - Do not manage apt-transport-https. [\#243](https://github.com/voxpupuli/puppet-gitlab/pull/243) ([jkroepke](https://github.com/jkroepke)) +- Refactor resource ordering [\#241](https://github.com/voxpupuli/puppet-gitlab/pull/241) ([LongLiveCHIEF](https://github.com/LongLiveCHIEF)) **Implemented enhancements:** - Alertmanager support in the omnibus config [\#266](https://github.com/voxpupuli/puppet-gitlab/issues/266) +- Refactor repository/package management to allow pulling upstream packages through a mirror \(not a proxy\) [\#244](https://github.com/voxpupuli/puppet-gitlab/issues/244) - Support creation of .pgpass file [\#229](https://github.com/voxpupuli/puppet-gitlab/issues/229) - Reformat registration options in --option=value output [\#189](https://github.com/voxpupuli/puppet-gitlab/issues/189) - WIP: Add `consul`, `pgbouncer` and `repmgr` keys to configuration file template [\#187](https://github.com/voxpupuli/puppet-gitlab/issues/187) @@ -170,10 +200,9 @@ These should not affect the functionality of the module. - runner unregister [\#123](https://github.com/voxpupuli/puppet-gitlab/issues/123) - extra\_hosts settings in config.toml ? [\#121](https://github.com/voxpupuli/puppet-gitlab/issues/121) - CI Runner update [\#120](https://github.com/voxpupuli/puppet-gitlab/issues/120) -- Refactor repository/package management to allow pulling upstream packages through a mirror \(not a proxy\) [\#244](https://github.com/voxpupuli/puppet-gitlab/issues/244) +- Allow configuration of the alertmanager via puppet. [\#267](https://github.com/voxpupuli/puppet-gitlab/pull/267) ([gfokkema](https://github.com/gfokkema)) - allow puppetlabs/apt 5.x [\#259](https://github.com/voxpupuli/puppet-gitlab/pull/259) ([bastelfreak](https://github.com/bastelfreak)) - Add gitlab-consul auth for pgbouncer database [\#255](https://github.com/voxpupuli/puppet-gitlab/pull/255) ([LongLiveCHIEF](https://github.com/LongLiveCHIEF)) -- Allow configuration of the alertmanager via puppet. [\#267](https://github.com/voxpupuli/puppet-gitlab/pull/267) ([gfokkema](https://github.com/gfokkema)) **Fixed bugs:** @@ -184,6 +213,7 @@ These should not affect the functionality of the module. **Closed issues:** +- Remove GitLab Runner Features from module [\#268](https://github.com/voxpupuli/puppet-gitlab/issues/268) - Multiple environment variables cannot be passed to gitlab-runner [\#261](https://github.com/voxpupuli/puppet-gitlab/issues/261) - Boolean flags to gitlab-runner cannot be passed [\#260](https://github.com/voxpupuli/puppet-gitlab/issues/260) - implicit cast '1' to integer 1 in ruby template [\#258](https://github.com/voxpupuli/puppet-gitlab/issues/258) @@ -196,7 +226,6 @@ These should not affect the functionality of the module. - gitlab\_reconfigure should only be refreshed once per puppet run [\#227](https://github.com/voxpupuli/puppet-gitlab/issues/227) - Ubuntu 12.04 no longer supported by gitlab [\#136](https://github.com/voxpupuli/puppet-gitlab/issues/136) - is\_hash, is\_array, and is\_any are depricated [\#106](https://github.com/voxpupuli/puppet-gitlab/issues/106) -- Remove GitLab Runner Features from module [\#268](https://github.com/voxpupuli/puppet-gitlab/issues/268) **Merged pull requests:** @@ -206,11 +235,11 @@ These should not affect the functionality of the module. - fix repositories missing the edition name [\#271](https://github.com/voxpupuli/puppet-gitlab/pull/271) ([tequeter](https://github.com/tequeter)) - Add consul repmgr pgbouncer params [\#270](https://github.com/voxpupuli/puppet-gitlab/pull/270) ([LongLiveCHIEF](https://github.com/LongLiveCHIEF)) - allow puppetlabs/stdlib 5.x [\#265](https://github.com/voxpupuli/puppet-gitlab/pull/265) ([bastelfreak](https://github.com/bastelfreak)) +- removed params.pp in accordance with module best practices design [\#252](https://github.com/voxpupuli/puppet-gitlab/pull/252) ([LongLiveCHIEF](https://github.com/LongLiveCHIEF)) - add support for Zero Downtime Upgrades [\#251](https://github.com/voxpupuli/puppet-gitlab/pull/251) ([LongLiveCHIEF](https://github.com/LongLiveCHIEF)) +- remove secrets file management [\#249](https://github.com/voxpupuli/puppet-gitlab/pull/249) ([LongLiveCHIEF](https://github.com/LongLiveCHIEF)) - Update docker module usage information [\#248](https://github.com/voxpupuli/puppet-gitlab/pull/248) ([LongLiveCHIEF](https://github.com/LongLiveCHIEF)) - remove ubunutu 12 acceptance nodes [\#242](https://github.com/voxpupuli/puppet-gitlab/pull/242) ([LongLiveCHIEF](https://github.com/LongLiveCHIEF)) -- removed params.pp in accordance with module best practices design [\#252](https://github.com/voxpupuli/puppet-gitlab/pull/252) ([LongLiveCHIEF](https://github.com/LongLiveCHIEF)) -- remove secrets file management [\#249](https://github.com/voxpupuli/puppet-gitlab/pull/249) ([LongLiveCHIEF](https://github.com/LongLiveCHIEF)) ## [v2.1.0](https://github.com/voxpupuli/puppet-gitlab/tree/v2.1.0) (2018-05-27) diff --git a/metadata.json b/metadata.json index 94fa42b..f139c3e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-gitlab", - "version": "6.0.2-rc0", + "version": "7.0.0", "author": "Vox Pupuli", "summary": "Installation and configuration of Gitlab Omnibus", "license": "BSD-3-Clause",