Skip to content

Commit 229f48b

Browse files
docs(changelog): more explicit on changes
1 parent c44d1c1 commit 229f48b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CHANGELOG.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Add `database session cancel` for cancelling an active database session
1818

1919
### Changed
20-
- **Breaking**: `server list` JSON and YAML outputs to return full API response
21-
- **Breaking**: `server show` JSON and YAML outputs to return full API response
22-
- **Breaking**: `server firewall show` JSON and YAML outputs to return full API response
23-
- In human readable output of `kubernetes show` command, show node-groups as table. Node-group datails are available with `kubernetes nodegroup show` command.
20+
- **Breaking**: `server list` and `server show` JSON and YAML outputs to return full API response. This changes field `host_id` to `host`. `nics` is replaced with `networking` subfield `interfaces`. `storage` is replaced with `storage_devices`. `labels` contain subfield `label` which in turn contains the labels.
21+
- **Breaking**: `server firewall show` JSON and YAML outputs to return full API response. This removes fields `destination` and `source` fields in favor of `[destination|source]_address_start`, `[destination|source]_address_end`, `[destination|source]_port_start` and `[destination|source]_port_end`
22+
- In human readable output of `kubernetes show` command, show node-groups as table. Node-group details are available with `kubernetes nodegroup show` command.
2423

2524
## Removed
2625
- **Breaking**: Remove `database connection list` and `database connection cancel` commands in favor of `database session` counterparts

0 commit comments

Comments
 (0)