From e3a3c8108a09a2e70558dac73d4c23330e8becb3 Mon Sep 17 00:00:00 2001 From: Lukas Audzevicius Date: Tue, 28 Jul 2026 14:58:32 +0100 Subject: [PATCH] Move 8.2.1 withdrawal note from CHANGELOG.md to HISTORY.md The release-prep automation regenerates CHANGELOG.md wholesale from git tags/PRs, which drops hand-written notes and resurrects a v8.2.1 section (since the tag still exists) with no indication it was withdrawn. Preserve that context in HISTORY.md before the next release-prep run strips it. --- CHANGELOG.md | 2 -- HISTORY.md | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ad2d77..97a6fa93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a [Full Changelog](https://github.com/puppetlabs/puppetlabs-haproxy/compare/v8.2.0...v9.0.0) -> **Note:** This release supersedes and corrects the withdrawn `8.2.1`, which was mistakenly published as a patch despite dropping Puppet 7 support. `8.2.1` has been removed from the Puppet Forge; use `9.0.0` instead. - ### Changed - **Remove Puppet 7 support; the module now requires `puppet >= 8.0.0 < 9.0.0`** [#631](https://github.com/puppetlabs/puppetlabs-haproxy/pull/631) ([gavindidrichsen](https://github.com/gavindidrichsen)) diff --git a/HISTORY.md b/HISTORY.md index 73f253aa..9d881ee5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 8.2.1 (Withdrawn) +### Summary +This version was mistakenly published as a patch release despite dropping Puppet 7 support, a backwards-incompatible change. It has been removed from the Puppet Forge and superseded by `9.0.0`, which correctly reflects this change as a major version bump. Do not use `8.2.1`. + ## 2.1.0 ### Summary This release uses the PDK convert functionality which in return makes the module PDK compliant. It also includes a roll up of maintenance changes.