From ed3d9ea03d1b192e7997babc73ef098becb5489f Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Wed, 21 Feb 2024 09:07:52 +0000 Subject: [PATCH] build: bump version 0.0.1 -> 0.1.0 !5 --- .cz.yaml | 2 +- CHANGELOG.md | 16 ++++++++++++++++ galaxy.yml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index 54f4ce1..5ec765b 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -4,5 +4,5 @@ commitizen: prerelease_offset: 1 tag_format: $version update_changelog_on_bump: false - version: 0.0.1 + version: 0.1.0 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..79a7f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +## Unreleased + +### Feat + +- **docker**: adjust scanner job to run every 5 mins +- **docs**: add initial doc layout and CI jobs +- **docker**: container that launches server and scanner in one + +### Fix + +- **ci**: ensure docker publish uses correct tag +- **ci**: ensure correct github sync repo is used +- **ci**: ensure docker build and publish occurs +- Don't process results if scan report is empty +- **docs**: correct nav link +- add missing collection dep 'ansible.utils' diff --git a/galaxy.yml b/galaxy.yml index 5247060..2074edd 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: nofusscomputing name: phpipam_scan_agent # The version of the collection. Must be compatible with semantic versioning -version: 0.0.1 +version: 0.1.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md