diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e293e7..8d6008b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ numbering uses [semantic versioning](http://semver.org). NOTE: The change log until version `v0.2.4` is auto-generated. +## [v9.2.1](https://github.com/puppetlabs/puppetserver-helm-chart/tree/v9.2.1) (2024-04-06) +- Fix: Update Chart version + ## [v9.2.0](https://github.com/puppetlabs/puppetserver-helm-chart/tree/v9.2.0) (2024-04-05) - Feat: Add `.Values.global.securityContext.fsGroup` - Fix: Add `spec.template.spec.securityContext.fsGroup` to prevent "Permission denied" error diff --git a/Chart.yaml b/Chart.yaml index bc75dd3..9d45946 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: puppetserver -version: 9.1.0 +version: 9.2.1 appVersion: 7.13.0 description: Puppet automates the delivery and operation of software. keywords: ["puppet", "puppetserver", "automation", "iac", "infrastructure", "cm", "ci", "cd"]