Merge branch 'development'
This commit is contained in:
2
.cz.yaml
2
.cz.yaml
@ -4,5 +4,5 @@ commitizen:
|
|||||||
prerelease_offset: 1
|
prerelease_offset: 1
|
||||||
tag_format: $version
|
tag_format: $version
|
||||||
update_changelog_on_bump: false
|
update_changelog_on_bump: false
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
version_scheme: semver
|
version_scheme: semver
|
||||||
|
@ -1,10 +1,15 @@
|
|||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- **ci**: use correct collection name
|
||||||
|
|
||||||
|
## 0.1.0 (2024-02-21)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
||||||
- **docker**: adjust scanner job to run every 5 mins
|
- **docker**: adjust scanner job to run every 5 mins
|
||||||
- **docs**: add initial doc layout and CI jobs
|
- **docs**: add initial doc layout and CI jobs
|
||||||
- **docker**: container that launches server and scanner in one
|
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
||||||
@ -13,4 +18,3 @@
|
|||||||
- **ci**: ensure docker build and publish occurs
|
- **ci**: ensure docker build and publish occurs
|
||||||
- Don't process results if scan report is empty
|
- Don't process results if scan report is empty
|
||||||
- **docs**: correct nav link
|
- **docs**: correct nav link
|
||||||
- add missing collection dep 'ansible.utils'
|
|
||||||
|
@ -8,7 +8,7 @@ namespace: nofusscomputing
|
|||||||
name: phpipam_scan_agent
|
name: phpipam_scan_agent
|
||||||
|
|
||||||
# The version of the collection. Must be compatible with semantic versioning
|
# The version of the collection. Must be compatible with semantic versioning
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
|
|
||||||
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||||
readme: README.md
|
readme: README.md
|
||||||
|
Reference in New Issue
Block a user