Skip to content

Commit

Permalink
Release version 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Oct 15, 2022
1 parent 4d8fe0d commit 78a4a48
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v3.4.1](https://github.com/icinga/puppet-icinga2/tree/v3.4.1) (2022-10-15)
[Full Changelog](https://github.com/icinga/puppet-icinga2/compare/v3.4.0...v3.4.1)

**Fixed bugs:**

- Object\#=~ is called on TrueClass [\#711](https://github.com/Icinga/puppet-icinga2/issues/711)

## [v3.4.0](https://github.com/icinga/puppet-icinga2/tree/v3.4.0) (2022-06-27)
[Full Changelog](https://github.com/icinga/puppet-icinga2/compare/v3.3.1...v3.4.0)

Expand Down
6 changes: 3 additions & 3 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ start on boot and will be restarted if stopped.
* [`icinga2::icinga2_attributes`](#icinga2icinga2_attributes): Calls the simple parser to decide what to quote.
For more information, see lib/puppet_x/icinga2/utils.rb.
* [`icinga2::icinga2_ticket_id`](#icinga2icinga2_ticket_id): Summarise what the function does here
* [`icinga2::parse`](#icinga2parse): This function parse icinga object attributes.
* [`icinga2::parse`](#icinga2parse)

### Data types

Expand Down Expand Up @@ -5315,13 +5315,13 @@ The ticket salt of the Icinga CA.

Type: Puppet Language

This function parse icinga object attributes.
The icinga2::parse function.

#### `icinga2::parse(Hash[String, Any] $attrs, Integer $indent = 0, Array[String] $reserved = [], Hash[String, Any] $constants = {})`

The icinga2::parse function.

Returns: `Any`
Returns: `Any` The parsed string.

##### `attrs`

Expand Down
3 changes: 3 additions & 0 deletions functions/parse.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# @summary
# This function parse icinga object attributes.

# @return
# The parsed string.
#
function icinga2::parse(
Hash[String, Any] $attrs,
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": "icinga-icinga2",
"version": "3.4.0",
"version": "3.4.1",
"author": "Icinga Development Team",
"summary": "Icinga 2 Puppet Module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 78a4a48

Please sign in to comment.