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.2.0-a2
|
version: 0.2.0
|
||||||
version_scheme: semver
|
version_scheme: semver
|
||||||
|
27
CHANGELOG.md
27
CHANGELOG.md
@ -1,19 +1,17 @@
|
|||||||
## 0.2.0-a2 (2024-02-23)
|
## 0.2.0 (2024-02-24)
|
||||||
|
|
||||||
### Feat
|
### 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 <name>/<version>
|
||||||
|
- **server**: scanner identity confirmation
|
||||||
- **server**: update subnet discovery date/time
|
- **server**: update subnet discovery date/time
|
||||||
- **server**: move config of variables to vars file
|
- **server**: move config of variables to vars file
|
||||||
- **agent**: 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
|
- **server**: if hostname in scan report, update the database
|
||||||
- **agent**: if hostname present in nmap scan report, add to report for server
|
- **agent**: if hostname present in nmap scan report, add to report for server
|
||||||
- **agent**: showsubnet address in logs when conducting subnet actions
|
- **agent**: showsubnet address in logs when conducting subnet actions
|
||||||
@ -26,17 +24,13 @@
|
|||||||
- **agent**: only attempt to scan subnet if subnets were returned
|
- **agent**: only attempt to scan subnet if subnets were returned
|
||||||
- **agent**: cater for api call that returns nothing
|
- **agent**: cater for api call that returns nothing
|
||||||
- **docker**: ensure correct variable used to install package
|
- **docker**: ensure correct variable used to install package
|
||||||
|
- **build**: ensure the correct tags and architectures are published
|
||||||
|
|
||||||
### Refactor
|
### Refactor
|
||||||
|
|
||||||
|
- **server**: don't process scan results in parallel
|
||||||
- **api_call**: use var name that makes more sense
|
- **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)
|
## 0.1.1 (2024-02-21)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
@ -48,7 +42,6 @@
|
|||||||
### Feat
|
### Feat
|
||||||
|
|
||||||
- **docker**: adjust scanner job to run every 5 mins
|
- **docker**: adjust scanner job to run every 5 mins
|
||||||
- **docs**: add initial doc layout and CI jobs
|
|
||||||
|
|
||||||
### 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.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
|
# 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