From 81d4a39030ef785c58d212b6f8a92fe0989fdaa1 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 19 Aug 2024 21:10:17 +0200 Subject: [PATCH] Release 5.0.0 --- CHANGELOG.md | 38 +++++++++++++++++++++++++++++++++++--- README.md | 17 +++++++++++++---- metadata.json | 2 +- 3 files changed, 49 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b5240e..c073d1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,38 @@ 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. +## [v5.0.0](https://github.com/voxpupuli/puppet-mrepo/tree/v5.0.0) (2024-08-19) + +[Full Changelog](https://github.com/voxpupuli/puppet-mrepo/compare/v4.1.0...v5.0.0) + +**Breaking changes:** + +- Drop EoL Scientific Linux [\#142](https://github.com/voxpupuli/puppet-mrepo/pull/142) ([bastelfreak](https://github.com/bastelfreak)) +- Drop Eol EL6 [\#140](https://github.com/voxpupuli/puppet-mrepo/pull/140) ([bastelfreak](https://github.com/bastelfreak)) +- Drop Puppet 6 support [\#127](https://github.com/voxpupuli/puppet-mrepo/pull/127) ([bastelfreak](https://github.com/bastelfreak)) + +**Implemented enhancements:** + +- Add EL9 support [\#141](https://github.com/voxpupuli/puppet-mrepo/pull/141) ([bastelfreak](https://github.com/bastelfreak)) +- puppet/apache: Allow 12.x [\#134](https://github.com/voxpupuli/puppet-mrepo/pull/134) ([zilchms](https://github.com/zilchms)) +- puppetlabs/vcsrepo: Allow 6.x [\#133](https://github.com/voxpupuli/puppet-mrepo/pull/133) ([zilchms](https://github.com/zilchms)) +- puppet/archive: Allow 7.x [\#132](https://github.com/voxpupuli/puppet-mrepo/pull/132) ([zilchms](https://github.com/zilchms)) +- Add Puppet 8 support [\#129](https://github.com/voxpupuli/puppet-mrepo/pull/129) ([bastelfreak](https://github.com/bastelfreak)) +- puppetlabs/stdlib: Allow 9.x [\#128](https://github.com/voxpupuli/puppet-mrepo/pull/128) ([bastelfreak](https://github.com/bastelfreak)) +- puppet/archive: allow 5.x [\#123](https://github.com/voxpupuli/puppet-mrepo/pull/123) ([bastelfreak](https://github.com/bastelfreak)) + +**Fixed bugs:** + +- Fix use of `selinux` fact [\#112](https://github.com/voxpupuli/puppet-mrepo/pull/112) ([alexjfisher](https://github.com/alexjfisher)) +- Fix datatype of attribute metadata [\#111](https://github.com/voxpupuli/puppet-mrepo/pull/111) ([mrolli](https://github.com/mrolli)) + +**Merged pull requests:** + +- Remove legacy top-scope syntax [\#130](https://github.com/voxpupuli/puppet-mrepo/pull/130) ([smortex](https://github.com/smortex)) +- Allow stdlib 8.0.0 [\#124](https://github.com/voxpupuli/puppet-mrepo/pull/124) ([smortex](https://github.com/smortex)) +- modulesync 3.0.0 & puppet-lint updates [\#116](https://github.com/voxpupuli/puppet-mrepo/pull/116) ([bastelfreak](https://github.com/bastelfreak)) +- delete legacy travis directory [\#113](https://github.com/voxpupuli/puppet-mrepo/pull/113) ([bastelfreak](https://github.com/bastelfreak)) + ## [v4.1.0](https://github.com/voxpupuli/puppet-mrepo/tree/v4.1.0) (2019-11-18) [Full Changelog](https://github.com/voxpupuli/puppet-mrepo/compare/v4.0.0...v4.1.0) @@ -121,7 +153,7 @@ These should not affect the functionality of the module. - Add the most basic of rspec-puppet tests [\#41](https://github.com/voxpupuli/puppet-mrepo/pull/41) ([alexjfisher](https://github.com/alexjfisher)) - Modulesync [\#39](https://github.com/voxpupuli/puppet-mrepo/pull/39) ([alexjfisher](https://github.com/alexjfisher)) - Update README and metadata.json after VP migration [\#38](https://github.com/voxpupuli/puppet-mrepo/pull/38) ([alexjfisher](https://github.com/alexjfisher)) -- Add `mailfrom` and `smtpserver` parameters [\#37](https://github.com/voxpupuli/puppet-mrepo/pull/37) ([jearls](https://github.com/jearls)) +- Add `mailfrom` and `smtpserver` parameters [\#37](https://github.com/voxpupuli/puppet-mrepo/pull/37) ([ghost](https://github.com/ghost)) ## [1.2.1](https://github.com/voxpupuli/puppet-mrepo/tree/1.2.1) (2016-04-26) @@ -141,12 +173,12 @@ These should not affect the functionality of the module. **Merged pull requests:** - Release 1.2.0 [\#27](https://github.com/voxpupuli/puppet-mrepo/pull/27) ([hunner](https://github.com/hunner)) -- only include the `ip` parameter in the apache vhost if $ip\_based is true [\#26](https://github.com/voxpupuli/puppet-mrepo/pull/26) ([jearls](https://github.com/jearls)) +- only include the `ip` parameter in the apache vhost if $ip\_based is true [\#26](https://github.com/voxpupuli/puppet-mrepo/pull/26) ([ghost](https://github.com/ghost)) - Explicitly scope $mrepo::params::use\_selinux [\#25](https://github.com/voxpupuli/puppet-mrepo/pull/25) ([smarlow](https://github.com/smarlow)) - Fix syntax error [\#24](https://github.com/voxpupuli/puppet-mrepo/pull/24) ([arioch](https://github.com/arioch)) - Add ip-based vhost [\#23](https://github.com/voxpupuli/puppet-mrepo/pull/23) ([arioch](https://github.com/arioch)) - fix smart quote [\#22](https://github.com/voxpupuli/puppet-mrepo/pull/22) ([underscorgan](https://github.com/underscorgan)) -- Add metadata summary in Modulefile per FM-1523 [\#20](https://github.com/voxpupuli/puppet-mrepo/pull/20) ([laurenrother](https://github.com/laurenrother)) +- Add metadata summary in Modulefile per FM-1523 [\#20](https://github.com/voxpupuli/puppet-mrepo/pull/20) ([lrnrthr](https://github.com/lrnrthr)) - RedHat Network fixes and documentation [\#18](https://github.com/voxpupuli/puppet-mrepo/pull/18) ([esalberg](https://github.com/esalberg)) - fix repo variable; 'name' was confused. [\#17](https://github.com/voxpupuli/puppet-mrepo/pull/17) ([easescript](https://github.com/easescript)) - No guarantee that 'mrepo::repos' will be included [\#15](https://github.com/voxpupuli/puppet-mrepo/pull/15) ([hakamadare](https://github.com/hakamadare)) diff --git a/README.md b/README.md index 7ab0929..621834d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ -[![Puppet Forge](http://img.shields.io/puppetforge/v/puppet/mrepo.svg)](https://forge.puppetlabs.com/puppet/mrepo) -[![Build Status](https://travis-ci.org/voxpupuli/puppet-mrepo.svg?branch=master)](https://travis-ci.org/voxpupuli/puppet-mrepo) - -# Puppet Mrepo # +# Puppet Mrepo + +[![Build Status](https://github.com/voxpupuli/puppet-mrepo/workflows/CI/badge.svg)](https://github.com/voxpupuli/puppet-mrepo/actions?query=workflow%3ACI) +[![Release](https://github.com/voxpupuli/puppet-mrepo/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-mrepo/actions/workflows/release.yml) +[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/mrepo.svg)](https://forge.puppetlabs.com/puppet/mrepo) +[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/mrepo.svg)](https://forge.puppetlabs.com/puppet/mrepo) +[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/mrepo.svg)](https://forge.puppetlabs.com/puppet/mrepo) +[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/mrepo.svg)](https://forge.puppetlabs.com/puppet/mrepo) +[![puppetmodule.info docs](https://www.puppetmodule.info/images/badge.svg)](https://www.puppetmodule.info/m/puppet-mrepo) +[![Apache-2.0 License](https://img.shields.io/github/license/voxpupuli/puppet-mrepo.svg)](LICENSE) +[![Donated by Puppet](https://img.shields.io/badge/donated%20by-Puppet-fb7047.svg)](#transfer-notice) + +# Transfer Notice This module creates and synchronizes rpm based repositories by managing mrepo. It is maintained by [Vox Pupuli](https://voxpupuli.org/) having kindly been migrated from [Puppet Inc](https://www.puppet.com/). diff --git a/metadata.json b/metadata.json index bb6aabe..112f882 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-mrepo", - "version": "4.1.1-rc0", + "version": "5.0.0", "author": "Vox Pupuli", "summary": "Configures and manages mrepo mirrors", "license": "Apache-2.0",