From 270c417daa73e9830d3ad5441c8006bebe280866 Mon Sep 17 00:00:00 2001 From: Release Automation Date: Mon, 4 Aug 2025 19:29:49 +0000 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 13 +++++++++++++ metadata.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaf6704..cdedd80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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. +## [v1.0.0](https://github.com/voxpupuli/puppet-openvox_bootstrap/tree/v1.0.0) (2025-08-04) + +[Full Changelog](https://github.com/voxpupuli/puppet-openvox_bootstrap/compare/v0.4.0...v1.0.0) + +**Breaking changes:** + +- Drop puppet, update openvox minimum version to 8.19 [\#31](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/31) ([TheMeier](https://github.com/TheMeier)) + +**Merged pull requests:** + +- \(maint\) Drop debian-10 from testing matrix [\#28](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/28) ([jpartlow](https://github.com/jpartlow)) +- Configure openvox [\#27](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/27) ([jpartlow](https://github.com/jpartlow)) + ## [v0.4.0](https://github.com/voxpupuli/puppet-openvox_bootstrap/tree/v0.4.0) (2025-07-04) [Full Changelog](https://github.com/voxpupuli/puppet-openvox_bootstrap/compare/v0.3.3...v0.4.0) diff --git a/metadata.json b/metadata.json index 46d19a5..28c9945 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-openvox_bootstrap", - "version": "0.4.1-rc0", + "version": "1.0.0", "summary": "Bootstrap installation of OpenVox packages.", "description": "A Bolt project to bootstrap the installation of OpenVox packages.", "author": "Josh Partlow",