From 953a97610d1490f0f7318998c53e565ba6519d95 Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Sat, 24 Feb 2024 13:18:03 +0000 Subject: [PATCH] build: bump version 0.2.0-a2 -> 0.2.0 !11 --- .cz.yaml | 2 +- CHANGELOG.md | 27 ++++++++++----------------- galaxy.yml | 2 +- 3 files changed, 12 insertions(+), 19 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index 5c928f2..6c6d47f 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.2.0-a2 + version: 0.2.0 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d0b2f..63ef2aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,17 @@ -## 0.2.0-a2 (2024-02-23) +## 0.2.0 (2024-02-24) ### Feat +- **server**: Update the time of last access for scan agent +- **scanner**: Add scanner timezone to scan report +- **scanner**: don't include PTR DNS records as hostname +- **scanner**: for ssl cert validation when uploading to server +- **scanner**: if an auth token has been set, fail non-https communication with server +- **scanner**: Set user http user agent to / +- **server**: scanner identity confirmation - **server**: update subnet discovery date/time - **server**: move config of variables to vars file - **agent**: move config of variables to vars file - -### Refactor - -- **server**: don't process scan results in parallel - -## 0.2.0-a1 (2024-02-22) - -### Feat - - **server**: if hostname in scan report, update the database - **agent**: if hostname present in nmap scan report, add to report for server - **agent**: showsubnet address in logs when conducting subnet actions @@ -26,17 +24,13 @@ - **agent**: only attempt to scan subnet if subnets were returned - **agent**: cater for api call that returns nothing - **docker**: ensure correct variable used to install package +- **build**: ensure the correct tags and architectures are published ### Refactor +- **server**: don't process scan results in parallel - **api_call**: use var name that makes more sense -## 0.1.2-a1 (2024-02-21) - -### Fix - -- **build**: ensure the correct tags and architectures are published - ## 0.1.1 (2024-02-21) ### Fix @@ -48,7 +42,6 @@ ### Feat - **docker**: adjust scanner job to run every 5 mins -- **docs**: add initial doc layout and CI jobs ### Fix diff --git a/galaxy.yml b/galaxy.yml index 592b8e5..0537697 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.2.0-a2 +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