From d16e108d9b105d68ab2a2b68446ec2212c7cb758 Mon Sep 17 00:00:00 2001 From: Hugo Haakseth Date: Wed, 24 Jan 2024 13:08:49 +0100 Subject: [PATCH] Release 6.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ metadata.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 069b5b7..bd0e623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ 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.0](https://github.com/voxpupuli/puppet-confluence/tree/v6.0.0) (2024-01-24) + +[Full Changelog](https://github.com/voxpupuli/puppet-confluence/compare/v5.0.0...v6.0.0) + +**Breaking changes:** + +- Fix modulesync 7.2.0 tests; Drop Debian/Ubutnu 16.04 support [\#232](https://github.com/voxpupuli/puppet-confluence/pull/232) ([h-haaks](https://github.com/h-haaks)) +- Drop Puppet 6 support [\#228](https://github.com/voxpupuli/puppet-confluence/pull/228) ([bastelfreak](https://github.com/bastelfreak)) + +**Implemented enhancements:** + +- feat: stdlib9 and puppet8 compatibility [\#231](https://github.com/voxpupuli/puppet-confluence/pull/231) ([dploeger](https://github.com/dploeger)) + +**Merged pull requests:** + +- Add variable to configure maxHttpHeaderSize attribute [\#221](https://github.com/voxpupuli/puppet-confluence/pull/221) ([danifr](https://github.com/danifr)) + ## [v5.0.0](https://github.com/voxpupuli/puppet-confluence/tree/v5.0.0) (2022-12-02) [Full Changelog](https://github.com/voxpupuli/puppet-confluence/compare/v4.0.0...v5.0.0) diff --git a/metadata.json b/metadata.json index f1b2f0c..631ac83 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-confluence", - "version": "5.0.1-rc0", + "version": "6.0.0", "author": "Vox Pupuli", "summary": "Install atlassian confluence", "license": "MIT",