From 2bd041a2e00fb645f050fb2ad4e429304e6e518f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Tue, 9 Apr 2024 14:16:47 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c1c457e..6203ac46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ 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/). +## [13.4.0] UNRELEASED + +### Added + +- Added Yaml validation on hieradata (PR #284) +- Added mount of ephemeral volume to cloud-init (puppet.yaml) (PR #295) + +### Changed + +- Improve var.software_stack flexibility and documentation (PR #281) +- Bumped puppet-agent to 7.28.0 +- Fixed openstack_compute_floatingip_associate_v2 deprecation (PR #285) +- Simplify Azure utils vmsizes.py by relying on az CLI tool (PR #296) +- Updated Azure vmsizes.json (PR #297) + + ## [13.3.2] 2024-02-19 No changes to infrastructure code.