Skip to content

Commit

Permalink
Modify node fields in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dayeon5470 committed Dec 11, 2023
1 parent 3f9ab78 commit 53d85b0
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,39 @@ Versioning](https://semver.org/spec/v2.0.0.html).

### Changed

- Updated node fields:
- pigletGigantoIp: String (a new required field indicating piglet giganto ip).

Check failure on line 22 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]

Check failure on line 22 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]
- pigletGigantoPort: Int (a new required field indicating piglet giganto port).

Check failure on line 23 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]

Check failure on line 23 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]
- pigletReviewIp: String (a new required field indicating piglet review ip).

Check failure on line 24 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]

Check failure on line 24 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]
- pigletReviewPort: Int (a new required field indicating piglet review port).

Check failure on line 25 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]

Check failure on line 25 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]
- savePackets: !Boolean (a new required field indicating save packets).

Check failure on line 26 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]

Check failure on line 26 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]
- http: !Boolean (a new required field indicating http).

Check failure on line 27 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]

Check failure on line 27 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]
- office: !Boolean (a new required field indicating office).

Check failure on line 28 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]

Check failure on line 28 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]
- exe: !Boolean (a new required field indicating exe).

Check failure on line 29 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]

Check failure on line 29 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]
- pdf: !Boolean (a new required field indicating pdf).

Check failure on line 30 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]

Check failure on line 30 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]
- html: !Boolean (a new required field indicating html).

Check failure on line 31 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]

Check failure on line 31 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / check

Unordered list indentation [Expected: 2; Actual: 4]
- txt: !Boolean (a new required field indicating txt).
- smtpEml: !Boolean (a new required field indicating stmp eml).
- ftp: !Boolean (a new required field indicating ftp).
- gigantoIngestionIp: String (a new required field indicating giganto ingestion ip).
- gigantoIngestionPort: Int (a new required field indicating giganto ingestion port).
- gigantoPublishIp: String (a new required field indicating giganto publish ip).
- gigantoPublishPort: Int (a new required field indicating giganto publish port).
- gigantoGraphqlIp: String (a new required field indicating giganto graphql ip).
- gigantoGraphqlPort: Int (a new required field indicating giganto graphql port).
- retentionPeriod: Int (a new required field indicating retention period).
- reconvergeReviewIp: String (a new required field indicating reconverge review ip).
- reconvergeReviewPort: Int (a new required field indicating reconverge review port).
- reconvergeGigantoIp: String (a new required field indicating reconverge giganto ip).
- reconvergeGigantoPort: Int (a new required field indicating reconverge review port).
- hogReviewIp: String (a new required field indicating hog review ip).
- hogReviewPort: Int (a new required field indicating hog review port).
- hogGigantoIp: String (a new required field indicating hog giganto ip).
- hogGigantoPort: Int (a new required field indicating hog giganto port).
- protocols: !Boolean (a new required field indicating protocols).
- protocolList: !JSONObject (a new required field indicating protocol list).
- sensors: !Boolean (a new required field indicating sensors).
- sensorList: !JSONObject (a new required field indicating sensor list).
- Updated review-database to 0.21.0.
- Updated `column_statistics` according to review-database 0.21.0
- Removed `event_range` argument.
Expand Down

0 comments on commit 53d85b0

Please sign in to comment.