From ace51ae4a13cd9371fca567e1507733e93546005 Mon Sep 17 00:00:00 2001 From: Stephan Eicher Date: Fri, 27 Jun 2025 14:32:45 +0200 Subject: [PATCH] Prepare Release 5.0.1 --- CHANGELOG.md | 5 +++++ metadata.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6df47f9..f5344aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.0.1] +### Changed +- API requests to manage resources now prefer given credentials instead of nexus password file +- `nexus::plugin::composer` disables sonatype composer plugin on version 3.75+ + ## [5.0.0] ### Added - Support for Debian 12 diff --git a/metadata.json b/metadata.json index a628eeb..ea7df4f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "pest-nexus", - "version": "5.0.0", + "version": "5.0.1", "author": "Puppets Epic Show Theatre", "summary": "Puppet module for Sonatype Nexus Repository Manager 3", "license": "MIT",