From 5ad835c3b16a3817d63e67d35facfa4a8b18d58d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Tue, 17 Feb 2026 18:30:20 -1000 Subject: [PATCH] Release 8.1.1 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ecf074..7d65b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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. +## [v8.1.1](https://github.com/opus-codium/puppet-dehydrated/tree/v8.1.1) (2026-02-18) + +[Full Changelog](https://github.com/opus-codium/puppet-dehydrated/compare/v8.1.0...v8.1.1) + +**Fixed bugs:** + +- Fix hexdump package for Debian 10 [\#82](https://github.com/opus-codium/puppet-dehydrated/pull/82) ([smortex](https://github.com/smortex)) + ## [v8.1.0](https://github.com/opus-codium/puppet-dehydrated/tree/v8.1.0) (2026-02-17) [Full Changelog](https://github.com/opus-codium/puppet-dehydrated/compare/v8.0.0...v8.1.0) diff --git a/metadata.json b/metadata.json index 52fbc2a..4370377 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "opuscodium-dehydrated", - "version": "8.1.1-rc0", + "version": "8.1.1", "author": "Opus Codium", "summary": "Manages Let's encrypt certificates using dehydrated", "license": "MIT",