diff --git a/CHANGELOG.md b/CHANGELOG.md index ece06cd..ab2d4fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -561,7 +561,7 @@ node on Puppet server. **Known Issues** -## Release 0.23.0 +## Release 0.23.1 **Features** diff --git a/bootstrap/bolt/bolt-project.yaml b/bootstrap/bolt/bolt-project.yaml index 09dc42a..b41bef1 100644 --- a/bootstrap/bolt/bolt-project.yaml +++ b/bootstrap/bolt/bolt-project.yaml @@ -5,7 +5,7 @@ modules: - name: puppetlabs-puppetdb version_requirement: "=8.1.0" - git: https://github.com/aursu/puppet-puppet.git - ref: v0.23.0 + ref: v0.23.1 - name: aursu-bsys version_requirement: "=0.7.2" - name: aursu-openssh diff --git a/metadata.json b/metadata.json index e15ffc4..3dc6aeb 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "aursu-puppet", - "version": "0.23.0", + "version": "0.23.1", "author": "aursu", "summary": "Puppet server installation and setup", "license": "Apache-2.0",