diff --git a/CHANGELOG.md b/CHANGELOG.md index 796f92d..8f473f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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). +## [v1.0.5](https://github.com/puppetlabs/puppetlabs-pam_firewall/tree/v1.0.5) (2024-10-16) + +### Fixed + +- \(CDPE-7026\) Switch from legacy ipaddress fact to support Puppet 8 [\#21](https://github.com/puppetlabs/puppetlabs-pam_firewall/pull/21) ([abottchen](https://github.com/abottchen)) + +### Added + +- \(CDPE-7033\) Adding chain to support kubernetes 1.29 [\#21](https://github.com/puppetlabs/puppetlabs-pam_firewall/pull/21) ([abottchen](https://github.com/abottchen)) + ## [v1.0.4](https://github.com/puppetlabs/puppetlabs-pam_firewall/tree/v1.0.4) (2023-08-08) ### Fixed diff --git a/metadata.json b/metadata.json index 6f6a7aa..b055986 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-pam_firewall", - "version": "1.0.4", + "version": "1.0.5", "author": "puppetlabs", "summary": "Firewall rules for Puppet Application Manager", "license": "Apache-2.0",