From 22b2e639a233289c22b1b1a6759523f48d41b41d Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 18 Sep 2024 19:38:40 +0200 Subject: [PATCH] Release 6.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 17 ++++++++++++----- metadata.json | 2 +- 3 files changed, 29 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e95ec85..1de20d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ 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-alternatives/tree/v6.0.0) (2024-09-18) + +[Full Changelog](https://github.com/voxpupuli/puppet-alternatives/compare/v5.1.0...v6.0.0) + +**Breaking changes:** + +- Drop EoL Ubuntu 18.04 support [\#157](https://github.com/voxpupuli/puppet-alternatives/pull/157) ([bastelfreak](https://github.com/bastelfreak)) +- Drop EoL Debian 10 support [\#156](https://github.com/voxpupuli/puppet-alternatives/pull/156) ([bastelfreak](https://github.com/bastelfreak)) +- Drop EoL CentOS 8 support [\#155](https://github.com/voxpupuli/puppet-alternatives/pull/155) ([bastelfreak](https://github.com/bastelfreak)) +- drop support for EL7 [\#154](https://github.com/voxpupuli/puppet-alternatives/pull/154) ([jhoblitt](https://github.com/jhoblitt)) + +**Implemented enhancements:** + +- switch from legacy to structured facts [\#159](https://github.com/voxpupuli/puppet-alternatives/pull/159) ([bastelfreak](https://github.com/bastelfreak)) +- Add Ubuntu 24.04 support [\#158](https://github.com/voxpupuli/puppet-alternatives/pull/158) ([bastelfreak](https://github.com/bastelfreak)) + ## [v5.1.0](https://github.com/voxpupuli/puppet-alternatives/tree/v5.1.0) (2023-10-30) [Full Changelog](https://github.com/voxpupuli/puppet-alternatives/compare/v5.0.0...v5.1.0) diff --git a/README.md b/README.md index 9838cbd..d9fb379 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # puppet-alternatives [![Build Status](https://github.com/voxpupuli/puppet-alternatives/workflows/CI/badge.svg)](https://github.com/voxpupuli/puppet-alternatives/actions?query=workflow%3ACI) -[![Code Coverage](https://coveralls.io/repos/github/voxpupuli/puppet-alternatives/badge.svg?branch=master)](https://coveralls.io/github/voxpupuli/puppet-alternatives) -[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/alternatives.svg)](https://forge.puppet.com/puppet/alternatives) -[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/alternatives.svg)](https://forge.puppet.com/puppet/alternatives) -[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/alternatives.svg)](https://forge.puppet.com/puppet/alternatives) -[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/alternatives.svg)](https://forge.puppet.com/puppet/alternatives) +[![Release](https://github.com/voxpupuli/puppet-alternatives/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-alternatives/actions/workflows/release.yml) +[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/alternatives.svg)](https://forge.puppetlabs.com/puppet/alternatives) +[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/alternatives.svg)](https://forge.puppetlabs.com/puppet/alternatives) +[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/alternatives.svg)](https://forge.puppetlabs.com/puppet/alternatives) +[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/alternatives.svg)](https://forge.puppetlabs.com/puppet/alternatives) +[![puppetmodule.info docs](https://www.puppetmodule.info/images/badge.svg)](https://www.puppetmodule.info/m/puppet-alternatives) +[![Apache-2.0 License](https://img.shields.io/github/license/voxpupuli/puppet-alternatives.svg)](LICENSE) +[![Donated by Camptocamp](https://img.shields.io/badge/donated%20by-camptocamp-fb7047.svg)](#transfer-notice) Manage alternatives symlinks. @@ -98,6 +101,10 @@ alternatives { 'java': This module should work on any Debian and RHEL based distribution. +## Transfer notice + +This module was formerly maintained by Adrien Thebo at [forge.puppet.com/adrien/alternatives/](https://forge.puppet.com/modules/adrien/alternatives/readme) + ## Contact * [Source code](https://github.com/voxpupuli/puppet-alternatives) diff --git a/metadata.json b/metadata.json index dd9a9fc..3fe1e8a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-alternatives", - "version": "5.1.1-rc0", + "version": "6.0.0", "author": "Vox Pupuli", "summary": "Maintain symbolic links determining default commands", "license": "Apache-2.0",