Skip to content

Commit cd11ac0

Browse files
authored
Merge pull request #449 from bastelfreak/rel1000
Release 10.0.0
2 parents 986e02f + beb8e45 commit cd11ac0

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,32 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7-
## [v9.0.0](https://github.com/voxpupuli/puppet-gitlab/tree/v9.0.0) (2024-01-24)
7+
## [v10.0.0](https://github.com/voxpupuli/puppet-gitlab/tree/v10.0.0) (2024-09-20)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-gitlab/compare/v9.0.0...v10.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Drop EoL CentOS 8 [\#448](https://github.com/voxpupuli/puppet-gitlab/pull/448) ([bastelfreak](https://github.com/bastelfreak))
14+
- Drop EoL Debian 10 & 11 [\#447](https://github.com/voxpupuli/puppet-gitlab/pull/447) ([bastelfreak](https://github.com/bastelfreak))
15+
- Drop EoL Ubuntu 18.04 [\#444](https://github.com/voxpupuli/puppet-gitlab/pull/444) ([bastelfreak](https://github.com/bastelfreak))
16+
- Drop EoL EL7 support [\#442](https://github.com/voxpupuli/puppet-gitlab/pull/442) ([bastelfreak](https://github.com/bastelfreak))
17+
18+
**Implemented enhancements:**
19+
20+
- Add AlmaLinux 8 & 9 support [\#446](https://github.com/voxpupuli/puppet-gitlab/pull/446) ([bastelfreak](https://github.com/bastelfreak))
21+
- Add CentOS 9 support [\#445](https://github.com/voxpupuli/puppet-gitlab/pull/445) ([bastelfreak](https://github.com/bastelfreak))
22+
- Add Ubuntu 24.04 support [\#443](https://github.com/voxpupuli/puppet-gitlab/pull/443) ([bastelfreak](https://github.com/bastelfreak))
23+
- Add EL9, Debian 12, Ubuntu 22.04 support [\#430](https://github.com/voxpupuli/puppet-gitlab/pull/430) ([yakatz](https://github.com/yakatz))
24+
- Improve support for hooks in `@hashed` storage [\#429](https://github.com/voxpupuli/puppet-gitlab/pull/429) ([yakatz](https://github.com/yakatz))
25+
26+
**Merged pull requests:**
27+
28+
- Update to support Praefect [\#433](https://github.com/voxpupuli/puppet-gitlab/pull/433) ([talseth](https://github.com/talseth))
29+
- fix apt-key deprecation [\#432](https://github.com/voxpupuli/puppet-gitlab/pull/432) ([0xbilko](https://github.com/0xbilko))
30+
- Updated CI badges [\#431](https://github.com/voxpupuli/puppet-gitlab/pull/431) ([yakatz](https://github.com/yakatz))
31+
32+
## [v9.0.0](https://github.com/voxpupuli/puppet-gitlab/tree/v9.0.0) (2024-01-25)
833

934
[Full Changelog](https://github.com/voxpupuli/puppet-gitlab/compare/v8.1.0...v9.0.0)
1035

@@ -74,7 +99,7 @@ These should not affect the functionality of the module.
7499

75100
**Implemented enhancements:**
76101

77-
- Add system hooks management [\#380](https://github.com/voxpupuli/puppet-gitlab/pull/380) ([carlosduelo](https://github.com/carlosduelo))
102+
- Add system hooks management [\#380](https://github.com/voxpupuli/puppet-gitlab/pull/380) ([cduelo](https://github.com/cduelo))
78103
- Add support for geo\_logcursor options in gitlab.rb [\#379](https://github.com/voxpupuli/puppet-gitlab/pull/379) ([liger1978](https://github.com/liger1978))
79104

80105
**Closed issues:**

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-gitlab",
3-
"version": "9.0.1-rc0",
3+
"version": "10.0.0",
44
"author": "Vox Pupuli",
55
"summary": "Installation and configuration of Gitlab Omnibus",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)