Merge branch 'development'
This commit is contained in:
2
.cz.yaml
2
.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
|
||||
|
27
CHANGELOG.md
27
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 <name>/<version>
|
||||
- **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
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user