From 4d30922e39b0f18e38cac473fc9975f330356f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 25 Sep 2023 14:59:06 -1000 Subject: [PATCH] Release 9.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ metadata.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a72224..374eff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ 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) (2023-09-26) + +[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:** + +- 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)) + +**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) diff --git a/metadata.json b/metadata.json index 60156c7..94b0c4f 100644 --- a/metadata.json +++ b/metadata.json @@ -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",