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.2-a1
|
version: 0.2.0-a1
|
||||||
version_scheme: semver
|
version_scheme: semver
|
||||||
|
23
CHANGELOG.md
23
CHANGELOG.md
@ -1,4 +1,25 @@
|
|||||||
## Unreleased
|
## 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
|
||||||
|
- **server**: show ip address in logs when updating an ip address
|
||||||
|
- **api_call**: before returning check if cached file exists
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- **server**: use correct sql syntax to insert ipaddress
|
||||||
|
- **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
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
- **api_call**: use var name that makes more sense
|
||||||
|
|
||||||
|
## 0.1.2-a1 (2024-02-21)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
||||||
|
@ -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.2-a1
|
version: 0.2.0-a1
|
||||||
|
|
||||||
# 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