Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v7.4.0](https://github.com/voxpupuli/puppet-extlib/tree/v7.4.0) (2025-01-28)

[Full Changelog](https://github.com/voxpupuli/puppet-extlib/compare/v7.3.0...v7.4.0)

**Implemented enhancements:**

- remove\_blank\_lines: Add a new function to remove blank Line [\#239](https://github.com/voxpupuli/puppet-extlib/pull/239) ([b4ldr](https://github.com/b4ldr))
- Add `remote_pql_query` function [\#238](https://github.com/voxpupuli/puppet-extlib/pull/238) ([alexjfisher](https://github.com/alexjfisher))

## [v7.3.0](https://github.com/voxpupuli/puppet-extlib/tree/v7.3.0) (2024-12-09)

[Full Changelog](https://github.com/voxpupuli/puppet-extlib/compare/v7.2.0...v7.3.0)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system RedHat 7

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system CentOS 7

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system CentOS 8

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Debian 10

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Ubuntu 18.04
"name": "puppet-extlib",
"version": "7.3.1-rc0",
"version": "7.4.0",
"source": "https://github.com/voxpupuli/puppet-extlib.git",
"project_page": "https://github.com/voxpupuli/puppet-extlib",
"issues_url": "https://github.com/voxpupuli/puppet-extlib/issues",
Expand Down
Loading