Skip to content

Commit

Permalink
Merge pull request #419 from voxpupuli/release-9.0.0
Browse files Browse the repository at this point in the history
Release 9.0.0
  • Loading branch information
smortex committed Jan 25, 2024
2 parents 2d3f7d6 + c48a460 commit 9923bb2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ 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.

## [v9.0.0](https://github.com/voxpupuli/puppet-gitlab/tree/v9.0.0) (2024-01-24)

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

**Breaking changes:**

- Remove Debian 9 \(EOL\) [\#408](https://github.com/voxpupuli/puppet-gitlab/pull/408) ([smortex](https://github.com/smortex))
- Drop Puppet 6 support [\#407](https://github.com/voxpupuli/puppet-gitlab/pull/407) ([bastelfreak](https://github.com/bastelfreak))

**Implemented enhancements:**

- Adding support for the gitlab\_sshd configuration hash [\#421](https://github.com/voxpupuli/puppet-gitlab/pull/421) ([lodzo](https://github.com/lodzo))
- Add Puppet 8 support [\#416](https://github.com/voxpupuli/puppet-gitlab/pull/416) ([bastelfreak](https://github.com/bastelfreak))
- puppetlabs/stdlib: Allow 9.x [\#415](https://github.com/voxpupuli/puppet-gitlab/pull/415) ([bastelfreak](https://github.com/bastelfreak))
- Add Debian 11 \(stable\) [\#412](https://github.com/voxpupuli/puppet-gitlab/pull/412) ([smortex](https://github.com/smortex))

**Closed issues:**

- gitlab\_sshd support in the omnibus config [\#417](https://github.com/voxpupuli/puppet-gitlab/issues/417)

**Merged pull requests:**

- Use hiera\_config in .sync.yml [\#349](https://github.com/voxpupuli/puppet-gitlab/pull/349) ([ekohl](https://github.com/ekohl))

## [v8.1.0](https://github.com/voxpupuli/puppet-gitlab/tree/v8.1.0) (2022-12-13)

[Full Changelog](https://github.com/voxpupuli/puppet-gitlab/compare/v8.0.0...v8.1.0)
Expand Down Expand Up @@ -112,7 +136,6 @@ These should not affect the functionality of the module.

**Closed issues:**

- Hiera not parsing gitlab.rb and ::gitlab\_rails: [\#343](https://github.com/voxpupuli/puppet-gitlab/issues/343)
- Convert dokumentation to puppet-strings [\#339](https://github.com/voxpupuli/puppet-gitlab/issues/339)
- Support puma [\#337](https://github.com/voxpupuli/puppet-gitlab/issues/337)
- New GitLab GPG Keys [\#333](https://github.com/voxpupuli/puppet-gitlab/issues/333)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-gitlab",
"version": "8.1.1-rc0",
"version": "9.0.0",
"author": "Vox Pupuli",
"summary": "Installation and configuration of Gitlab Omnibus",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/gitlab_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class { 'gitlab':

describe command('curl -s -S http://127.0.0.1:80/users/sign_in') do
its(:exit_status) { is_expected.to eq 0 }
its(:stdout) { is_expected.to match %r{.*<div id="signin-container">.*} }
its(:stdout) { is_expected.to match %r{<div class="js-non-oauth-login">} }
end
end
end

0 comments on commit 9923bb2

Please sign in to comment.