Skip to content

Commit

Permalink
Version bump to 0.0.8 and updating CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cruelsmith committed Aug 21, 2023
1 parent 319db13 commit bd58b36
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 14 deletions.
32 changes: 20 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,49 +2,58 @@

All notable changes to this project will be documented in this file.

## Release [v0.0.8](https://github.com/pixelpark/puppet-networkmanager/tree/v0.0.8) (2023-08-21)

[Full Changelog](https://github.com/pixelpark/puppet-networkmanager/compare/v0.0.7...v0.0.8)

### Changes

* Add Stdlib 9.x compatibility
* Update REFERENCE.md

## Release [v0.0.7](https://github.com/pixelpark/puppet-networkmanager/tree/v0.0.7) (2023-04-05)

[Full Changelog](https://github.com/pixelpark/puppet-networkmanager/compare/v0.0.6...v0.0.7)

### Fixes

* Making nameservers, search domains and options unique
* Making nameservers, search domains and options unique

### Features

* Adding optional debug output
* Adding optional debug output

## Release [v0.0.6](https://github.com/pixelpark/puppet-networkmanager/tree/v0.0.6) (2022-09-14)

[Full Changelog](https://github.com/pixelpark/puppet-networkmanager/compare/v0.0.5...v0.0.6)

### Fixes

* Fix escaping of connection name inside facts exec
* Fix escaping of connection name inside facts exec

### Closes

* #6
* #6

## Release [v0.0.5](https://github.com/pixelpark/puppet-networkmanager/tree/v0.0.5) (2022-08-15)

[Full Changelog](https://github.com/pixelpark/puppet-networkmanager/compare/v0.0.4...v0.0.5)

### Fixes

* Fix wrong varibale name in common.yaml
* Fix puppet string errors
* Fix wrong varibale name in common.yaml
* Fix puppet string errors

## Release [v0.0.4](https://github.com/pixelpark/puppet-networkmanager/tree/v0.0.4) (2022-08-08)

[Full Changelog](https://github.com/pixelpark/puppet-networkmanager/compare/v0.0.3...v0.0.4)

### Changes

* add github actions
* fix spec tests
* modulesync 5.3.0
* refactor facts
* add github actions
* fix spec tests
* modulesync 5.3.0
* refactor facts

## Release [v0.0.3](https://github.com/pixelpark/puppet-networkmanager/tree/v0.0.3) (2021-08-23)

Expand Down Expand Up @@ -78,4 +87,3 @@ None.
### Known Issues

None.

7 changes: 5 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "pixelpark-networkmanager",
"version": "0.0.7",
"version": "0.0.8",
"author": "pixelpark",
"summary": "A module to manage the networkmanager connections.",
"license": "LGPL-3.0-or-later",
"source": "https://git.pixelpark.com/puppet/networkmanager.git",
"dependencies": [
{ "name": "puppetlabs-stdlib", "version_requirement": ">= 7.0.0 < 10.0.0" }
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 7.0.0 < 10.0.0"
}
],
"operatingsystem_support": [
{
Expand Down

0 comments on commit bd58b36

Please sign in to comment.