Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.2.1 #336

Merged
merged 1 commit into from
Oct 21, 2024
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
21 changes: 15 additions & 6 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.

## [v2.2.1](https://github.com/voxpupuli/puppet-network/tree/v2.2.1) (2024-10-21)

[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/v2.2.0...v2.2.1)

**Fixed bugs:**

- Ensure boolean properties munged [\#335](https://github.com/voxpupuli/puppet-network/pull/335) ([treydock](https://github.com/treydock))
- network\_config::redhat: allow "\_" in network interface names [\#331](https://github.com/voxpupuli/puppet-network/pull/331) ([olifre](https://github.com/olifre))

## [v2.2.0](https://github.com/voxpupuli/puppet-network/tree/v2.2.0) (2024-01-22)

[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/v2.1.0...v2.2.0)
Expand Down Expand Up @@ -124,7 +133,7 @@ These should not affect the functionality of the module.
**Implemented enhancements:**

- update version dependencies for boolean and filemappper [\#237](https://github.com/voxpupuli/puppet-network/issues/237)
- support non numerical aliases on redhat [\#255](https://github.com/voxpupuli/puppet-network/pull/255) ([SimonPe](https://github.com/SimonPe))
- support non numerical aliases on redhat [\#255](https://github.com/voxpupuli/puppet-network/pull/255) ([LadyNamedLaura](https://github.com/LadyNamedLaura))

**Fixed bugs:**

Expand Down Expand Up @@ -455,15 +464,15 @@ These should not affect the functionality of the module.

## [0.0.4rc1](https://github.com/voxpupuli/puppet-network/tree/0.0.4rc1) (2012-10-28)

[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.3rc2...0.0.4rc1)
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.3...0.0.4rc1)

## [0.0.3rc2](https://github.com/voxpupuli/puppet-network/tree/0.0.3rc2) (2012-10-22)
## [0.0.3](https://github.com/voxpupuli/puppet-network/tree/0.0.3) (2012-10-22)

[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.3...0.0.3rc2)
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.3rc2...0.0.3)

## [0.0.3](https://github.com/voxpupuli/puppet-network/tree/0.0.3) (2012-10-22)
## [0.0.3rc2](https://github.com/voxpupuli/puppet-network/tree/0.0.3rc2) (2012-10-22)

[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.3rc1...0.0.3)
[Full Changelog](https://github.com/voxpupuli/puppet-network/compare/0.0.3rc1...0.0.3rc2)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the turnover of the rc releases expected here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see similar churn on other release PRs like #315


## [0.0.3rc1](https://github.com/voxpupuli/puppet-network/tree/0.0.3rc1) (2012-10-22)

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
"name": "puppet-network",
"version": "2.2.1-rc0",
"version": "2.2.1",
"author": "Vox Pupuli",
"license": "Apache-2.0",
"summary": "Manage non-volatile network configuration",
Expand Down
Loading