Skip to content

Commit 9c4dcc0

Browse files
authored
Merge pull request #160 from bastelfreak/rel600
Release 6.0.0
2 parents ee0c524 + 22b2e63 commit 9c4dcc0

File tree

3 files changed

+29
-6
lines changed

3 files changed

+29
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v6.0.0](https://github.com/voxpupuli/puppet-alternatives/tree/v6.0.0) (2024-09-18)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-alternatives/compare/v5.1.0...v6.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Drop EoL Ubuntu 18.04 support [\#157](https://github.com/voxpupuli/puppet-alternatives/pull/157) ([bastelfreak](https://github.com/bastelfreak))
14+
- Drop EoL Debian 10 support [\#156](https://github.com/voxpupuli/puppet-alternatives/pull/156) ([bastelfreak](https://github.com/bastelfreak))
15+
- Drop EoL CentOS 8 support [\#155](https://github.com/voxpupuli/puppet-alternatives/pull/155) ([bastelfreak](https://github.com/bastelfreak))
16+
- drop support for EL7 [\#154](https://github.com/voxpupuli/puppet-alternatives/pull/154) ([jhoblitt](https://github.com/jhoblitt))
17+
18+
**Implemented enhancements:**
19+
20+
- switch from legacy to structured facts [\#159](https://github.com/voxpupuli/puppet-alternatives/pull/159) ([bastelfreak](https://github.com/bastelfreak))
21+
- Add Ubuntu 24.04 support [\#158](https://github.com/voxpupuli/puppet-alternatives/pull/158) ([bastelfreak](https://github.com/bastelfreak))
22+
723
## [v5.1.0](https://github.com/voxpupuli/puppet-alternatives/tree/v5.1.0) (2023-10-30)
824

925
[Full Changelog](https://github.com/voxpupuli/puppet-alternatives/compare/v5.0.0...v5.1.0)

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# puppet-alternatives
22

33
[![Build Status](https://github.com/voxpupuli/puppet-alternatives/workflows/CI/badge.svg)](https://github.com/voxpupuli/puppet-alternatives/actions?query=workflow%3ACI)
4-
[![Code Coverage](https://coveralls.io/repos/github/voxpupuli/puppet-alternatives/badge.svg?branch=master)](https://coveralls.io/github/voxpupuli/puppet-alternatives)
5-
[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/alternatives.svg)](https://forge.puppet.com/puppet/alternatives)
6-
[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/alternatives.svg)](https://forge.puppet.com/puppet/alternatives)
7-
[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/alternatives.svg)](https://forge.puppet.com/puppet/alternatives)
8-
[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/alternatives.svg)](https://forge.puppet.com/puppet/alternatives)
4+
[![Release](https://github.com/voxpupuli/puppet-alternatives/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-alternatives/actions/workflows/release.yml)
5+
[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/alternatives.svg)](https://forge.puppetlabs.com/puppet/alternatives)
6+
[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/alternatives.svg)](https://forge.puppetlabs.com/puppet/alternatives)
7+
[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/alternatives.svg)](https://forge.puppetlabs.com/puppet/alternatives)
8+
[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/alternatives.svg)](https://forge.puppetlabs.com/puppet/alternatives)
9+
[![puppetmodule.info docs](https://www.puppetmodule.info/images/badge.svg)](https://www.puppetmodule.info/m/puppet-alternatives)
10+
[![Apache-2.0 License](https://img.shields.io/github/license/voxpupuli/puppet-alternatives.svg)](LICENSE)
11+
[![Donated by Camptocamp](https://img.shields.io/badge/donated%20by-camptocamp-fb7047.svg)](#transfer-notice)
912

1013
Manage alternatives symlinks.
1114

@@ -98,6 +101,10 @@ alternatives { 'java':
98101

99102
This module should work on any Debian and RHEL based distribution.
100103

104+
## Transfer notice
105+
106+
This module was formerly maintained by Adrien Thebo at [forge.puppet.com/adrien/alternatives/](https://forge.puppet.com/modules/adrien/alternatives/readme)
107+
101108
## Contact
102109

103110
* [Source code](https://github.com/voxpupuli/puppet-alternatives)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-alternatives",
3-
"version": "5.1.1-rc0",
3+
"version": "6.0.0",
44
"author": "Vox Pupuli",
55
"summary": "Maintain symbolic links determining default commands",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)