Skip to content

Commit

Permalink
Merge pull request #143 from voxpupuli/rel500
Browse files Browse the repository at this point in the history
Release 5.0.0
  • Loading branch information
bastelfreak authored Aug 19, 2024
2 parents 2d4f26a + 81d4a39 commit 3235b5d
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 8 deletions.
38 changes: 35 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:/voxpupuli/puppet-mrepo/tree/v5.0.0) (2024-08-19)

[Full Changelog](https:/voxpupuli/puppet-mrepo/compare/v4.1.0...v5.0.0)

**Breaking changes:**

- Drop EoL Scientific Linux [\#142](https:/voxpupuli/puppet-mrepo/pull/142) ([bastelfreak](https:/bastelfreak))
- Drop Eol EL6 [\#140](https:/voxpupuli/puppet-mrepo/pull/140) ([bastelfreak](https:/bastelfreak))
- Drop Puppet 6 support [\#127](https:/voxpupuli/puppet-mrepo/pull/127) ([bastelfreak](https:/bastelfreak))

**Implemented enhancements:**

- Add EL9 support [\#141](https:/voxpupuli/puppet-mrepo/pull/141) ([bastelfreak](https:/bastelfreak))
- puppet/apache: Allow 12.x [\#134](https:/voxpupuli/puppet-mrepo/pull/134) ([zilchms](https:/zilchms))
- puppetlabs/vcsrepo: Allow 6.x [\#133](https:/voxpupuli/puppet-mrepo/pull/133) ([zilchms](https:/zilchms))
- puppet/archive: Allow 7.x [\#132](https:/voxpupuli/puppet-mrepo/pull/132) ([zilchms](https:/zilchms))
- Add Puppet 8 support [\#129](https:/voxpupuli/puppet-mrepo/pull/129) ([bastelfreak](https:/bastelfreak))
- puppetlabs/stdlib: Allow 9.x [\#128](https:/voxpupuli/puppet-mrepo/pull/128) ([bastelfreak](https:/bastelfreak))
- puppet/archive: allow 5.x [\#123](https:/voxpupuli/puppet-mrepo/pull/123) ([bastelfreak](https:/bastelfreak))

**Fixed bugs:**

- Fix use of `selinux` fact [\#112](https:/voxpupuli/puppet-mrepo/pull/112) ([alexjfisher](https:/alexjfisher))
- Fix datatype of attribute metadata [\#111](https:/voxpupuli/puppet-mrepo/pull/111) ([mrolli](https:/mrolli))

**Merged pull requests:**

- Remove legacy top-scope syntax [\#130](https:/voxpupuli/puppet-mrepo/pull/130) ([smortex](https:/smortex))
- Allow stdlib 8.0.0 [\#124](https:/voxpupuli/puppet-mrepo/pull/124) ([smortex](https:/smortex))
- modulesync 3.0.0 & puppet-lint updates [\#116](https:/voxpupuli/puppet-mrepo/pull/116) ([bastelfreak](https:/bastelfreak))
- delete legacy travis directory [\#113](https:/voxpupuli/puppet-mrepo/pull/113) ([bastelfreak](https:/bastelfreak))

## [v4.1.0](https:/voxpupuli/puppet-mrepo/tree/v4.1.0) (2019-11-18)

[Full Changelog](https:/voxpupuli/puppet-mrepo/compare/v4.0.0...v4.1.0)
Expand Down Expand Up @@ -121,7 +153,7 @@ These should not affect the functionality of the module.
- Add the most basic of rspec-puppet tests [\#41](https:/voxpupuli/puppet-mrepo/pull/41) ([alexjfisher](https:/alexjfisher))
- Modulesync [\#39](https:/voxpupuli/puppet-mrepo/pull/39) ([alexjfisher](https:/alexjfisher))
- Update README and metadata.json after VP migration [\#38](https:/voxpupuli/puppet-mrepo/pull/38) ([alexjfisher](https:/alexjfisher))
- Add `mailfrom` and `smtpserver` parameters [\#37](https:/voxpupuli/puppet-mrepo/pull/37) ([jearls](https:/jearls))
- Add `mailfrom` and `smtpserver` parameters [\#37](https:/voxpupuli/puppet-mrepo/pull/37) ([ghost](https:/ghost))

## [1.2.1](https:/voxpupuli/puppet-mrepo/tree/1.2.1) (2016-04-26)

Expand All @@ -141,12 +173,12 @@ These should not affect the functionality of the module.
**Merged pull requests:**

- Release 1.2.0 [\#27](https:/voxpupuli/puppet-mrepo/pull/27) ([hunner](https:/hunner))
- only include the `ip` parameter in the apache vhost if $ip\_based is true [\#26](https:/voxpupuli/puppet-mrepo/pull/26) ([jearls](https:/jearls))
- only include the `ip` parameter in the apache vhost if $ip\_based is true [\#26](https:/voxpupuli/puppet-mrepo/pull/26) ([ghost](https:/ghost))
- Explicitly scope $mrepo::params::use\_selinux [\#25](https:/voxpupuli/puppet-mrepo/pull/25) ([smarlow](https:/smarlow))
- Fix syntax error [\#24](https:/voxpupuli/puppet-mrepo/pull/24) ([arioch](https:/arioch))
- Add ip-based vhost [\#23](https:/voxpupuli/puppet-mrepo/pull/23) ([arioch](https:/arioch))
- fix smart quote [\#22](https:/voxpupuli/puppet-mrepo/pull/22) ([underscorgan](https:/underscorgan))
- Add metadata summary in Modulefile per FM-1523 [\#20](https:/voxpupuli/puppet-mrepo/pull/20) ([laurenrother](https:/laurenrother))
- Add metadata summary in Modulefile per FM-1523 [\#20](https:/voxpupuli/puppet-mrepo/pull/20) ([lrnrthr](https:/lrnrthr))
- RedHat Network fixes and documentation [\#18](https:/voxpupuli/puppet-mrepo/pull/18) ([esalberg](https:/esalberg))
- fix repo variable; 'name' was confused. [\#17](https:/voxpupuli/puppet-mrepo/pull/17) ([easescript](https:/easescript))
- No guarantee that 'mrepo::repos' will be included [\#15](https:/voxpupuli/puppet-mrepo/pull/15) ([hakamadare](https:/hakamadare))
Expand Down
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:/voxpupuli/puppet-mrepo/workflows/CI/badge.svg)](https:/voxpupuli/puppet-mrepo/actions?query=workflow%3ACI)
[![Release](https:/voxpupuli/puppet-mrepo/actions/workflows/release.yml/badge.svg)](https:/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/).
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system RedHat 7

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system CentOS 7
"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",
Expand Down

0 comments on commit 3235b5d

Please sign in to comment.