Skip to content

Commit

Permalink
Version update to 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aursu committed Apr 12, 2024
1 parent ec8f02d commit fcc2a43
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,4 +437,16 @@ node on Puppet server.

**Bugfixes**

**Known Issues**

## Release 0.19.1

**Features**

* Added plan `puppet::agent::run` with only puppet agent output
* Added ability to set up specific hostname in `puppet::agent::hostname`
* Updated some documentation

**Bugfixes**

**Known Issues**
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ This module can be utilized in two primary ways:
```
mod 'puppet',
git: 'https://github.com/aursu/puppet-puppet.git',
tag: 'v0.19.0'
tag: 'v0.19.1'
```

Alternatively, you can specify the version directly if it’s available from the module repository on [Puppet Forge](https://forge.puppet.com/modules/aursu/puppet/readme):

```
mod 'aursu/puppet', '0.14.0'
mod 'aursu/puppet', '0.19.1'
```

2. **As a Puppet Server Bootstrap Tool Using Puppet Bolt**
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aursu-puppet",
"version": "0.19.0",
"version": "0.19.1",
"author": "aursu",
"summary": "Puppet server installation and setup",
"license": "Apache-2.0",
Expand Down

0 comments on commit fcc2a43

Please sign in to comment.