Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Aug 21, 2023
1 parent 7a14e58 commit 9382a73
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 10 deletions.
33 changes: 25 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,36 @@
# Change log
# Changelog

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
All notable changes to this project will be documented in this file.

## [v1.1.0](https://github.com/andeman/puppet-foreman_network/tree/v1.1.0) (2022-08-17)
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

[Full Changelog](https://github.com/andeman/puppet-foreman_network/compare/v1.0.0...v1.1.0)
## [v1.2.0] - 2023-08-21

### Added
* Enable GitHub Actions

- fix network restart on EL8 [\#1](https://github.com/andeman/puppet-foreman_network/pull/1) ([fraenki](https://github.com/fraenki))
### Changed
* Update OS support, dependencies and Puppet version
* Update PDK to 3.0.0

## [v1.0.0](https://github.com/andeman/puppet-foreman_network/tree/v1.0.0) (2020-02-27)
### Fixed
* Fix typo in parameter name `$manage_network_interface_restart`
* Fix compatibility with puppetlabs/stdlib v9.0.0
* Fix unit tests
* Partially fix acceptance tests on Rocky 8

[Full Changelog](https://github.com/andeman/puppet-foreman_network/compare/423bf19f0359daa4e11dd9cd45073a164020b2b4...v1.0.0)
## [v1.1.0] - 2022-08-17

### Fixed
* Fix network restart on EL8 ([#1])

## [v1.0.0] - 2020-02-27

\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
Initial release

[Unreleased]: https://github.com/markt-de/puppet-foreman_network/compare/v1.2.0...HEAD
[v1.2.0]: https://github.com/markt-de/puppet-foreman_network/compare/v1.1.0...v1.2.0
[v1.1.0]: https://github.com/markt-de/puppet-foreman_network/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/markt-de/puppet-foreman_network/tree/v1.0.0
[#1]: https://github.com/markt-de/puppet-foreman_network/pull/1
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ More information about foreman: https://theforeman.org/

Information about Puppet ENC (external node classifier): https://puppet.com/docs/puppet/latest/nodes_external.html

**NOTE:** This module is only compatible with systems based on RHEL7 and RHEL8. It does not provide native support for NetworkManager, legacy network components are required.

## Usage
All parameters for the module are contained within the main class, so for any function of the module, set the options you want. All configuration parameters can be assigned hiera. The default values are also lookuped up by hiera. See the common usages below for examples.

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": "markt-foreman_network",
"version": "1.1.0",
"version": "1.2.0",
"author": "markt.de",
"summary": "Puppet Module to configure network interfaces, routes and resolv.conf with Foreman ENC network interface data",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion spec/defines/network_restart_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
let(:params) do
{
interface: 'eth0',
mange_network_interface_restart: true,
manage_network_interface_restart: true,
}
end

Expand Down

0 comments on commit 9382a73

Please sign in to comment.