From 60268fedc05e38d2a3ef0edb77d4df03a34bbd76 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 25 Nov 2025 12:27:39 +0000 Subject: [PATCH] Release prep v3.34.0 --- CHANGELOG.md | 13 +++++++++++++ metadata.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 251fcf30..ce8194ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v3.34.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.34.0) - 2025-11-25 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.33.0...v3.34.0) + +### Added + +- (#469) Upgrade: Assign correct environment to node groups [#635](https://github.com/puppetlabs/puppetlabs-peadm/pull/635) ([bastelfreak](https://github.com/bastelfreak)) + +### Fixed + +- (PE-41637) change order Convert does final puppet runs [#631](https://github.com/puppetlabs/puppetlabs-peadm/pull/631) ([davidmalloncares](https://github.com/davidmalloncares)) +- (PE-42079) Add timeouts around puppet run on db targets [#614](https://github.com/puppetlabs/puppetlabs-peadm/pull/614) ([davidmalloncares](https://github.com/davidmalloncares)) + ## [v3.33.0](https://github.com/puppetlabs/puppetlabs-peadm/tree/v3.33.0) - 2025-10-06 [Full Changelog](https://github.com/puppetlabs/puppetlabs-peadm/compare/v3.32.0...v3.33.0) diff --git a/metadata.json b/metadata.json index a294ecea..88070e05 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-peadm", - "version": "3.33.0", + "version": "3.34.0", "author": "puppetlabs", "summary": "Bolt plans used to deploy an at-scale Puppet Enterprise architecture", "license": "Apache-2.0",