From 089a0ed11cafb5e3f9c7518ad7cf2034d1458552 Mon Sep 17 00:00:00 2001 From: nfc_bot Date: Sun, 25 Feb 2024 10:44:35 +0000 Subject: [PATCH] build: bump version 0.2.0 -> 0.3.0 !13 --- .cz.yaml | 2 +- CHANGELOG.md | 13 ++++++++++++- galaxy.yml | 2 +- playbooks/tasks/api_call.yaml | 2 +- playbooks/tasks/scan_subnet.yaml | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index 6c6d47f..ed585b7 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 + version: 0.3.0 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 63ef2aa..d54921c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.3.0 (2024-02-25) + +### Feat + +- **server**: DNS Reverse Lookup for IP Address' +- **server**: Convert scanned time within scan report to UTC + +### Fix + +- **ci**: http user_agent version set during version bump +- **server**: Time of last access for scan agent to use 'now' + ## 0.2.0 (2024-02-24) ### Feat @@ -49,4 +61,3 @@ - **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 diff --git a/galaxy.yml b/galaxy.yml index 0537697..e789144 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 +version: 0.3.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/playbooks/tasks/api_call.yaml b/playbooks/tasks/api_call.yaml index 554e945..85b29eb 100644 --- a/playbooks/tasks/api_call.yaml +++ b/playbooks/tasks/api_call.yaml @@ -63,7 +63,7 @@ {%- endif %} headers: token: "{{ api_token }}" - http_agent: nfc-phpipam-scan-agent/0.2.0-a2 + http_agent: nfc-phpipam-scan-agent/0.3.0 return_content: true status_code: - 200 diff --git a/playbooks/tasks/scan_subnet.yaml b/playbooks/tasks/scan_subnet.yaml index 1e92c6a..152e420 100644 --- a/playbooks/tasks/scan_subnet.yaml +++ b/playbooks/tasks/scan_subnet.yaml @@ -164,7 +164,7 @@ ansible.builtin.uri: headers: Authorization: "Bearer {{ nofusscomputing_phpipam_scan_agent.auth_token | default('no-token-set') }}" - http_agent: nfc-phpipam-scan-agent/0.2.0-a2 + http_agent: nfc-phpipam-scan-agent/0.3.0 url: "{{ nofusscomputing_phpipam_scan_agent.http_server | default(nfc_c_http_server) }}:{{ nofusscomputing_phpipam_scan_agent.http_port | default(nfc_c_http_port) }}/"