build: bump version 0.2.0 -> 0.3.0

!13
This commit is contained in:
2024-02-25 10:44:35 +00:00
parent 33a035cf6b
commit 089a0ed11c
5 changed files with 16 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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) }}/"