Compare commits

...

3 Commits
0.2.0 ... main

Author SHA1 Message Date
Mark Horninger 90725d8998
Create FUNDING.yml 2024-05-07 15:31:33 -04:00
spam-n-eggs a221973f1e Update galaxy.yml version to 0.2.0 2024-04-03 16:15:44 +00:00
spam-n-eggs 38f3f4c7f4 Update CHANGELOG 2024-04-03 16:15:40 +00:00
3 changed files with 20 additions and 1 deletions

2
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,2 @@
# These are supported funding model platforms
open_collective: dominion-solutions-foss/projects/ansible-netbird

View File

@ -2,6 +2,23 @@
All notable changes to this project will be documented in this file.
## Bug Fixes - Parameters - 2024-04-03
### Bug Fixes
Thanks to @ipsecguy for pointing out that there was an issue with the compose variables.
- #28 - The compose parameter is updated to accept a `dict()` now.
- The documentation has been improved as well.
- Some small issues around creating bugs / questions have been resolved.
### What's Changed
* Update README.md by @spam-n-eggs in https://github.com/dominion-solutions/ansible-netbird/pull/26
* Fixes #28 - Tested with a separate inventory. by @spam-n-eggs in https://github.com/dominion-solutions/ansible-netbird/pull/29
**Full Changelog**: https://github.com/dominion-solutions/ansible-netbird/compare/0.1.6...0.2.0
## Fixed an accidental bug in the last release - 2024-03-11
Bug was accidentally released in the last release. Fixed.

View File

@ -8,7 +8,7 @@ namespace: dominion_solutions
name: netbird
# The version of the collection. Must be compatible with semantic versioning
version: 0.1.6
version: 0.2.0
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md