Skip to content

Commit

Permalink
Support command-line interface
Browse files Browse the repository at this point in the history
- Remove `cert`, `key`, `root` from config file.
- Remove default certification path.
  • Loading branch information
BLYKIM committed Aug 22, 2024
1 parent 301611d commit cbf5382
Show file tree
Hide file tree
Showing 7 changed files with 584 additions and 451 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).
in version `0.21.0-alpha.2`.
- Rename `chwaddr` to `chaddr` because the field names within the `Bootp` structure
of the giganto-client have changed.
- Changed cluster realted configuration field names.
- Changed cluster related configuration field names.
- `peer_address` to `addr_to_peers`
- `address` in `peers` to `addr` and `host_name` in `peers` to `hostname`
- Removed `unsafe` block in `write_run_tcpdump` while creating a temorary file.
- Removed `unsafe` block in `write_run_tcpdump` while creating a temporary file.
- Remove migration code less than `0.15.3`
- Changed to support command line interface.
- Removed `cert`, `key`, `root` fields from config file.

## [0.20.0] - 2024-05-17

Expand Down
Loading

0 comments on commit cbf5382

Please sign in to comment.